public class CreateCategoryModelMasterResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
CreateCategoryModelMasterResult() |
| Modifier and Type | Method and Description |
|---|---|
static CreateCategoryModelMasterResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CategoryModelMaster |
getItem() |
void |
setItem(CategoryModelMaster item) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
CreateCategoryModelMasterResult |
withItem(CategoryModelMaster item) |
public CategoryModelMaster getItem()
public void setItem(CategoryModelMaster item)
public CreateCategoryModelMasterResult withItem(CategoryModelMaster item)
public static CreateCategoryModelMasterResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.