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