public class StaminaModelMaster extends Object implements io.gs2.model.IModel, Serializable, Comparable<StaminaModelMaster>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
createdAt
作成日時
|
protected String |
description
スタミナモデルマスターの説明
|
protected Integer |
initialCapacity
スタミナの最大値の初期値
|
protected Boolean |
isOverflow
最大値を超えて回復するか
|
protected Integer |
maxCapacity
溢れた状況での最大値
|
protected String |
maxStaminaTableId
GS2-Experience のランクによって最大スタミナ値を決定するスタミナの最大値テーブルマスター のGRN
|
protected String |
metadata
スタミナの種類のメタデータ
|
protected String |
name
スタミナの種類名
|
protected Integer |
recoverIntervalMinutes
スタミナを回復する速度(分)
|
protected Integer |
recoverValue
時間経過後に回復する量
|
protected String |
staminaModelId
スタミナモデルマスター
|
protected Long |
updatedAt
最終更新日時
|
| Constructor and Description |
|---|
StaminaModelMaster() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StaminaModelMaster o) |
boolean |
equals(Object o) |
Long |
getCreatedAt()
作成日時を取得
|
String |
getDescription()
スタミナモデルマスターの説明を取得
|
Integer |
getInitialCapacity()
スタミナの最大値の初期値を取得
|
Boolean |
getIsOverflow()
最大値を超えて回復するかを取得
|
Integer |
getMaxCapacity()
溢れた状況での最大値を取得
|
String |
getMaxStaminaTableId()
GS2-Experience のランクによって最大スタミナ値を決定するスタミナの最大値テーブルマスター のGRNを取得
|
String |
getMetadata()
スタミナの種類のメタデータを取得
|
String |
getName()
スタミナの種類名を取得
|
Integer |
getRecoverIntervalMinutes()
スタミナを回復する速度(分)を取得
|
Integer |
getRecoverValue()
時間経過後に回復する量を取得
|
String |
getStaminaModelId()
スタミナモデルマスターを取得
|
Long |
getUpdatedAt()
最終更新日時を取得
|
int |
hashCode() |
void |
setCreatedAt(Long createdAt)
作成日時を設定
|
void |
setDescription(String description)
スタミナモデルマスターの説明を設定
|
void |
setInitialCapacity(Integer initialCapacity)
スタミナの最大値の初期値を設定
|
void |
setIsOverflow(Boolean isOverflow)
最大値を超えて回復するかを設定
|
void |
setMaxCapacity(Integer maxCapacity)
溢れた状況での最大値を設定
|
void |
setMaxStaminaTableId(String maxStaminaTableId)
GS2-Experience のランクによって最大スタミナ値を決定するスタミナの最大値テーブルマスター のGRNを設定
|
void |
setMetadata(String metadata)
スタミナの種類のメタデータを設定
|
void |
setName(String name)
スタミナの種類名を設定
|
void |
setRecoverIntervalMinutes(Integer recoverIntervalMinutes)
スタミナを回復する速度(分)を設定
|
void |
setRecoverValue(Integer recoverValue)
時間経過後に回復する量を設定
|
void |
setStaminaModelId(String staminaModelId)
スタミナモデルマスターを設定
|
void |
setUpdatedAt(Long updatedAt)
最終更新日時を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
StaminaModelMaster |
withCreatedAt(Long createdAt)
作成日時を設定
|
StaminaModelMaster |
withDescription(String description)
スタミナモデルマスターの説明を設定
|
StaminaModelMaster |
withInitialCapacity(Integer initialCapacity)
スタミナの最大値の初期値を設定
|
StaminaModelMaster |
withIsOverflow(Boolean isOverflow)
最大値を超えて回復するかを設定
|
StaminaModelMaster |
withMaxCapacity(Integer maxCapacity)
溢れた状況での最大値を設定
|
StaminaModelMaster |
withMaxStaminaTableId(String maxStaminaTableId)
GS2-Experience のランクによって最大スタミナ値を決定するスタミナの最大値テーブルマスター のGRNを設定
|
StaminaModelMaster |
withMetadata(String metadata)
スタミナの種類のメタデータを設定
|
StaminaModelMaster |
withName(String name)
スタミナの種類名を設定
|
StaminaModelMaster |
withRecoverIntervalMinutes(Integer recoverIntervalMinutes)
スタミナを回復する速度(分)を設定
|
StaminaModelMaster |
withRecoverValue(Integer recoverValue)
時間経過後に回復する量を設定
|
StaminaModelMaster |
withStaminaModelId(String staminaModelId)
スタミナモデルマスターを設定
|
StaminaModelMaster |
withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
protected String staminaModelId
protected String name
protected String metadata
protected String description
protected Integer recoverIntervalMinutes
protected Integer recoverValue
protected Integer initialCapacity
protected Boolean isOverflow
protected Integer maxCapacity
protected String maxStaminaTableId
protected Long createdAt
protected Long updatedAt
public String getStaminaModelId()
public void setStaminaModelId(String staminaModelId)
staminaModelId - スタミナモデルマスターpublic StaminaModelMaster withStaminaModelId(String staminaModelId)
staminaModelId - スタミナモデルマスターpublic String getName()
public void setName(String name)
name - スタミナの種類名public StaminaModelMaster withName(String name)
name - スタミナの種類名public String getMetadata()
public void setMetadata(String metadata)
metadata - スタミナの種類のメタデータpublic StaminaModelMaster withMetadata(String metadata)
metadata - スタミナの種類のメタデータpublic String getDescription()
public void setDescription(String description)
description - スタミナモデルマスターの説明public StaminaModelMaster withDescription(String description)
description - スタミナモデルマスターの説明public Integer getRecoverIntervalMinutes()
public void setRecoverIntervalMinutes(Integer recoverIntervalMinutes)
recoverIntervalMinutes - スタミナを回復する速度(分)public StaminaModelMaster withRecoverIntervalMinutes(Integer recoverIntervalMinutes)
recoverIntervalMinutes - スタミナを回復する速度(分)public Integer getRecoverValue()
public void setRecoverValue(Integer recoverValue)
recoverValue - 時間経過後に回復する量public StaminaModelMaster withRecoverValue(Integer recoverValue)
recoverValue - 時間経過後に回復する量public Integer getInitialCapacity()
public void setInitialCapacity(Integer initialCapacity)
initialCapacity - スタミナの最大値の初期値public StaminaModelMaster withInitialCapacity(Integer initialCapacity)
initialCapacity - スタミナの最大値の初期値public Boolean getIsOverflow()
public void setIsOverflow(Boolean isOverflow)
isOverflow - 最大値を超えて回復するかpublic StaminaModelMaster withIsOverflow(Boolean isOverflow)
isOverflow - 最大値を超えて回復するかpublic Integer getMaxCapacity()
public void setMaxCapacity(Integer maxCapacity)
maxCapacity - 溢れた状況での最大値public StaminaModelMaster withMaxCapacity(Integer maxCapacity)
maxCapacity - 溢れた状況での最大値public String getMaxStaminaTableId()
public void setMaxStaminaTableId(String maxStaminaTableId)
maxStaminaTableId - GS2-Experience のランクによって最大スタミナ値を決定するスタミナの最大値テーブルマスター のGRNpublic StaminaModelMaster withMaxStaminaTableId(String maxStaminaTableId)
maxStaminaTableId - GS2-Experience のランクによって最大スタミナ値を決定するスタミナの最大値テーブルマスター のGRNpublic Long getCreatedAt()
public void setCreatedAt(Long createdAt)
createdAt - 作成日時public StaminaModelMaster withCreatedAt(Long createdAt)
createdAt - 作成日時public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public StaminaModelMaster withUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public com.fasterxml.jackson.databind.node.ObjectNode toJson()
public int compareTo(StaminaModelMaster o)
compareTo in interface Comparable<StaminaModelMaster>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.