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