Package io.gs2.formation.result
Class SetFormByUserIdResult
java.lang.Object
io.gs2.formation.result.SetFormByUserIdResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SetFormByUserIdResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()getMold()voidsetFormModel(FormModel formModel) voidvoidvoidsetMoldModel(MoldModel moldModel) com.fasterxml.jackson.databind.JsonNodetoJson()withFormModel(FormModel formModel) withMoldModel(MoldModel moldModel)
-
Constructor Details
-
SetFormByUserIdResult
public SetFormByUserIdResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getMold
-
setMold
-
withMold
-
getMoldModel
-
setMoldModel
-
withMoldModel
-
getFormModel
-
setFormModel
-
withFormModel
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-