Package io.gs2.dictionary.result
Class GetEntryWithSignatureResult
java.lang.Object
io.gs2.dictionary.result.GetEntryWithSignatureResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetEntryWithSignatureResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getBody()getItem()voidvoidvoidsetSignature(String signature) com.fasterxml.jackson.databind.JsonNodetoJson()withSignature(String signature)
-
Constructor Details
-
GetEntryWithSignatureResult
public GetEntryWithSignatureResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getBody
-
setBody
-
withBody
-
getSignature
-
setSignature
-
withSignature
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-