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