public class UpdateThresholdMasterRequest extends Gs2BasicRequest<UpdateThresholdMasterRequest>
| Constructor and Description |
|---|
UpdateThresholdMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateThresholdMasterRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getDescription() |
String |
getMetadata() |
String |
getNamespaceName() |
String |
getThresholdName() |
List<Long> |
getValues() |
void |
setDescription(String description) |
void |
setMetadata(String metadata) |
void |
setNamespaceName(String namespaceName) |
void |
setThresholdName(String thresholdName) |
void |
setValues(List<Long> values) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
UpdateThresholdMasterRequest |
withDescription(String description) |
UpdateThresholdMasterRequest |
withMetadata(String metadata) |
UpdateThresholdMasterRequest |
withNamespaceName(String namespaceName) |
UpdateThresholdMasterRequest |
withThresholdName(String thresholdName) |
UpdateThresholdMasterRequest |
withValues(List<Long> values) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateThresholdMasterRequest withNamespaceName(String namespaceName)
public String getThresholdName()
public void setThresholdName(String thresholdName)
public UpdateThresholdMasterRequest withThresholdName(String thresholdName)
public String getDescription()
public void setDescription(String description)
public UpdateThresholdMasterRequest withDescription(String description)
public String getMetadata()
public void setMetadata(String metadata)
public UpdateThresholdMasterRequest withMetadata(String metadata)
public UpdateThresholdMasterRequest withValues(List<Long> values)
public static UpdateThresholdMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.