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