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