public class ThresholdMaster extends Object implements io.gs2.model.IModel, Serializable, Comparable<ThresholdMaster>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
createdAt
作成日時
|
protected String |
description
ランクアップ閾値マスターの説明
|
protected String |
metadata
ランクアップ閾値のメタデータ
|
protected String |
name
ランクアップ閾値名
|
protected String |
thresholdId
ランクアップ閾値マスター
|
protected Long |
updatedAt
最終更新日時
|
protected List<Long> |
values
ランクアップ経験値閾値リスト
|
| Constructor and Description |
|---|
ThresholdMaster() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ThresholdMaster o) |
boolean |
equals(Object o) |
Long |
getCreatedAt()
作成日時を取得
|
String |
getDescription()
ランクアップ閾値マスターの説明を取得
|
String |
getMetadata()
ランクアップ閾値のメタデータを取得
|
String |
getName()
ランクアップ閾値名を取得
|
String |
getThresholdId()
ランクアップ閾値マスターを取得
|
Long |
getUpdatedAt()
最終更新日時を取得
|
List<Long> |
getValues()
ランクアップ経験値閾値リストを取得
|
int |
hashCode() |
void |
setCreatedAt(Long createdAt)
作成日時を設定
|
void |
setDescription(String description)
ランクアップ閾値マスターの説明を設定
|
void |
setMetadata(String metadata)
ランクアップ閾値のメタデータを設定
|
void |
setName(String name)
ランクアップ閾値名を設定
|
void |
setThresholdId(String thresholdId)
ランクアップ閾値マスターを設定
|
void |
setUpdatedAt(Long updatedAt)
最終更新日時を設定
|
void |
setValues(List<Long> values)
ランクアップ経験値閾値リストを設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
ThresholdMaster |
withCreatedAt(Long createdAt)
作成日時を設定
|
ThresholdMaster |
withDescription(String description)
ランクアップ閾値マスターの説明を設定
|
ThresholdMaster |
withMetadata(String metadata)
ランクアップ閾値のメタデータを設定
|
ThresholdMaster |
withName(String name)
ランクアップ閾値名を設定
|
ThresholdMaster |
withThresholdId(String thresholdId)
ランクアップ閾値マスターを設定
|
ThresholdMaster |
withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
ThresholdMaster |
withValues(List<Long> values)
ランクアップ経験値閾値リストを設定
|
protected String thresholdId
protected String name
protected String description
protected String metadata
protected Long createdAt
protected Long updatedAt
public String getThresholdId()
public void setThresholdId(String thresholdId)
thresholdId - ランクアップ閾値マスターpublic ThresholdMaster withThresholdId(String thresholdId)
thresholdId - ランクアップ閾値マスターpublic String getName()
public void setName(String name)
name - ランクアップ閾値名public ThresholdMaster withName(String name)
name - ランクアップ閾値名public String getDescription()
public void setDescription(String description)
description - ランクアップ閾値マスターの説明public ThresholdMaster withDescription(String description)
description - ランクアップ閾値マスターの説明public String getMetadata()
public void setMetadata(String metadata)
metadata - ランクアップ閾値のメタデータpublic ThresholdMaster withMetadata(String metadata)
metadata - ランクアップ閾値のメタデータpublic void setValues(List<Long> values)
values - ランクアップ経験値閾値リストpublic ThresholdMaster withValues(List<Long> values)
values - ランクアップ経験値閾値リストpublic Long getCreatedAt()
public void setCreatedAt(Long createdAt)
createdAt - 作成日時public ThresholdMaster withCreatedAt(Long createdAt)
createdAt - 作成日時public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public ThresholdMaster withUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public com.fasterxml.jackson.databind.node.ObjectNode toJson()
public int compareTo(ThresholdMaster o)
compareTo in interface Comparable<ThresholdMaster>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.