Package io.gs2.exchange.result
Class CreateAwaitByUserIdResult
java.lang.Object
io.gs2.exchange.result.CreateAwaitByUserIdResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateAwaitByUserIdResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidvoidsetUnlockAt(Long unlockAt) com.fasterxml.jackson.databind.JsonNodetoJson()withUnlockAt(Long unlockAt)
-
Constructor Details
-
CreateAwaitByUserIdResult
public CreateAwaitByUserIdResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getUnlockAt
-
setUnlockAt
-
withUnlockAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-