Package io.gs2.formation.result
Class GetFormWithSignatureResult
java.lang.Object
io.gs2.formation.result.GetFormWithSignatureResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetFormWithSignatureResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getBody()getItem()getMold()voidvoidsetFormModel(FormModel formModel) voidvoidvoidsetMoldModel(MoldModel moldModel) voidsetSignature(String signature) com.fasterxml.jackson.databind.JsonNodetoJson()withFormModel(FormModel formModel) withMoldModel(MoldModel moldModel) withSignature(String signature)
-
Constructor Details
-
GetFormWithSignatureResult
public GetFormWithSignatureResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getBody
-
setBody
-
withBody
-
getSignature
-
setSignature
-
withSignature
-
getMold
-
setMold
-
withMold
-
getMoldModel
-
setMoldModel
-
withMoldModel
-
getFormModel
-
setFormModel
-
withFormModel
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-