Package io.gs2.jobQueue.result
Class DeleteByStampTaskResult
java.lang.Object
io.gs2.jobQueue.result.DeleteByStampTaskResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteByStampTaskResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidvoidsetNewContextStack(String newContextStack) com.fasterxml.jackson.databind.JsonNodetoJson()withNewContextStack(String newContextStack)
-
Constructor Details
-
DeleteByStampTaskResult
public DeleteByStampTaskResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getNewContextStack
-
setNewContextStack
-
withNewContextStack
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-