public class ScopedValue extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
resetType
リセットタイミング
|
protected Long |
updatedAt
最終更新日時
|
protected Long |
value
カウント
|
| Constructor and Description |
|---|
ScopedValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResetType()
リセットタイミングを取得
|
Long |
getUpdatedAt()
最終更新日時を取得
|
Long |
getValue()
カウントを取得
|
void |
setResetType(String resetType)
リセットタイミングを設定
|
void |
setUpdatedAt(Long updatedAt)
最終更新日時を設定
|
void |
setValue(Long value)
カウントを設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
ScopedValue |
withResetType(String resetType)
リセットタイミングを設定
|
ScopedValue |
withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
ScopedValue |
withValue(Long value)
カウントを設定
|
protected String resetType
protected Long value
protected Long updatedAt
public String getResetType()
public void setResetType(String resetType)
resetType - リセットタイミングpublic ScopedValue withResetType(String resetType)
resetType - リセットタイミングpublic Long getValue()
public void setValue(Long value)
value - カウントpublic ScopedValue withValue(Long value)
value - カウントpublic Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public ScopedValue withUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.