public class Status extends Object implements io.gs2.model.IModel, Serializable, Comparable<Status>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
createdAt
作成日時
|
protected String |
experienceName
経験値の種類の名前
|
protected Long |
experienceValue
累計獲得経験値
|
protected String |
propertyId
プロパティID
|
protected Long |
rankCapValue
現在のランクキャップ
|
protected Long |
rankValue
現在のランク
|
protected String |
statusId
ステータス
|
protected Long |
updatedAt
最終更新日時
|
protected String |
userId
ユーザーID
|
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Status o) |
boolean |
equals(Object o) |
Long |
getCreatedAt()
作成日時を取得
|
String |
getExperienceName()
経験値の種類の名前を取得
|
Long |
getExperienceValue()
累計獲得経験値を取得
|
String |
getPropertyId()
プロパティIDを取得
|
Long |
getRankCapValue()
現在のランクキャップを取得
|
Long |
getRankValue()
現在のランクを取得
|
String |
getStatusId()
ステータスを取得
|
Long |
getUpdatedAt()
最終更新日時を取得
|
String |
getUserId()
ユーザーIDを取得
|
int |
hashCode() |
void |
setCreatedAt(Long createdAt)
作成日時を設定
|
void |
setExperienceName(String experienceName)
経験値の種類の名前を設定
|
void |
setExperienceValue(Long experienceValue)
累計獲得経験値を設定
|
void |
setPropertyId(String propertyId)
プロパティIDを設定
|
void |
setRankCapValue(Long rankCapValue)
現在のランクキャップを設定
|
void |
setRankValue(Long rankValue)
現在のランクを設定
|
void |
setStatusId(String statusId)
ステータスを設定
|
void |
setUpdatedAt(Long updatedAt)
最終更新日時を設定
|
void |
setUserId(String userId)
ユーザーIDを設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
Status |
withCreatedAt(Long createdAt)
作成日時を設定
|
Status |
withExperienceName(String experienceName)
経験値の種類の名前を設定
|
Status |
withExperienceValue(Long experienceValue)
累計獲得経験値を設定
|
Status |
withPropertyId(String propertyId)
プロパティIDを設定
|
Status |
withRankCapValue(Long rankCapValue)
現在のランクキャップを設定
|
Status |
withRankValue(Long rankValue)
現在のランクを設定
|
Status |
withStatusId(String statusId)
ステータスを設定
|
Status |
withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
Status |
withUserId(String userId)
ユーザーIDを設定
|
protected String statusId
protected String experienceName
protected String userId
protected String propertyId
protected Long experienceValue
protected Long rankValue
protected Long rankCapValue
protected Long createdAt
protected Long updatedAt
public String getStatusId()
public void setStatusId(String statusId)
statusId - ステータスpublic Status withStatusId(String statusId)
statusId - ステータスpublic String getExperienceName()
public void setExperienceName(String experienceName)
experienceName - 経験値の種類の名前public Status withExperienceName(String experienceName)
experienceName - 経験値の種類の名前public String getUserId()
public void setUserId(String userId)
userId - ユーザーIDpublic Status withUserId(String userId)
userId - ユーザーIDpublic String getPropertyId()
public void setPropertyId(String propertyId)
propertyId - プロパティIDpublic Status withPropertyId(String propertyId)
propertyId - プロパティIDpublic Long getExperienceValue()
public void setExperienceValue(Long experienceValue)
experienceValue - 累計獲得経験値public Status withExperienceValue(Long experienceValue)
experienceValue - 累計獲得経験値public Long getRankValue()
public void setRankValue(Long rankValue)
rankValue - 現在のランクpublic Status withRankValue(Long rankValue)
rankValue - 現在のランクpublic Long getRankCapValue()
public void setRankCapValue(Long rankCapValue)
rankCapValue - 現在のランクキャップpublic Status withRankCapValue(Long rankCapValue)
rankCapValue - 現在のランクキャップpublic Long getCreatedAt()
public void setCreatedAt(Long createdAt)
createdAt - 作成日時public Status withCreatedAt(Long createdAt)
createdAt - 作成日時public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public Status withUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public com.fasterxml.jackson.databind.node.ObjectNode toJson()
public int compareTo(Status o)
compareTo in interface Comparable<Status>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.