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