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