Package io.gs2.mission.result
Class DecreaseByStampTaskResult
java.lang.Object
io.gs2.mission.result.DecreaseByStampTaskResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DecreaseByStampTaskResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidsetChangedCompletes(List<Complete> changedCompletes) voidvoidsetNewContextStack(String newContextStack) com.fasterxml.jackson.databind.JsonNodetoJson()withChangedCompletes(List<Complete> changedCompletes) withNewContextStack(String newContextStack)
-
Constructor Details
-
DecreaseByStampTaskResult
public DecreaseByStampTaskResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getChangedCompletes
-
setChangedCompletes
-
withChangedCompletes
-
getNewContextStack
-
setNewContextStack
-
withNewContextStack
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-