public class ScopedValue extends Object implements IModel, Serializable
| Constructor and Description |
|---|
ScopedValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ScopedValue |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getNextResetAt() |
String |
getResetType() |
Long |
getUpdatedAt() |
Long |
getValue() |
int |
hashCode() |
void |
setNextResetAt(Long nextResetAt) |
void |
setResetType(String resetType) |
void |
setUpdatedAt(Long updatedAt) |
void |
setValue(Long value) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
ScopedValue |
withNextResetAt(Long nextResetAt) |
ScopedValue |
withResetType(String resetType) |
ScopedValue |
withUpdatedAt(Long updatedAt) |
ScopedValue |
withValue(Long value) |
public String getResetType()
public void setResetType(String resetType)
public ScopedValue withResetType(String resetType)
public Long getValue()
public void setValue(Long value)
public ScopedValue withValue(Long value)
public Long getNextResetAt()
public void setNextResetAt(Long nextResetAt)
public ScopedValue withNextResetAt(Long nextResetAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public ScopedValue withUpdatedAt(Long updatedAt)
public static ScopedValue fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.