Package io.gs2.idle.result
Class GetCategoryModelResult
java.lang.Object
io.gs2.idle.result.GetCategoryModelResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetCategoryModelResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidsetItem(CategoryModel item) com.fasterxml.jackson.databind.JsonNodetoJson()withItem(CategoryModel item)
-
Constructor Details
-
GetCategoryModelResult
public GetCategoryModelResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-