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