Package io.gs2.mission.model
Class ScopedValue
java.lang.Object
io.gs2.mission.model.ScopedValue
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ScopedValuefromJson(com.fasterxml.jackson.databind.JsonNode data) getValue()inthashCode()voidsetNextResetAt(Long nextResetAt) voidsetResetType(String resetType) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withNextResetAt(Long nextResetAt) withResetType(String resetType) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
ScopedValue
public ScopedValue()
-
-
Method Details
-
getResetType
-
setResetType
-
withResetType
-
getValue
-
setValue
-
withValue
-
getNextResetAt
-
setNextResetAt
-
withNextResetAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-