Package io.gs2.realtime.result
Class NowResult
java.lang.Object
io.gs2.realtime.result.NowResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NowResultfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetTimestamp(Long timestamp) com.fasterxml.jackson.databind.JsonNodetoJson()withTimestamp(Long timestamp)
-
Constructor Details
-
NowResult
public NowResult()
-
-
Method Details
-
getTimestamp
-
setTimestamp
-
withTimestamp
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-