public class UpdateKeyRequest extends Gs2BasicRequest<UpdateKeyRequest>
| Constructor and Description |
|---|
UpdateKeyRequest() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateKeyRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getDescription() |
String |
getKeyName() |
String |
getNamespaceName() |
void |
setDescription(String description) |
void |
setKeyName(String keyName) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
UpdateKeyRequest |
withDescription(String description) |
UpdateKeyRequest |
withKeyName(String keyName) |
UpdateKeyRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateKeyRequest withNamespaceName(String namespaceName)
public String getKeyName()
public void setKeyName(String keyName)
public UpdateKeyRequest withKeyName(String keyName)
public String getDescription()
public void setDescription(String description)
public UpdateKeyRequest withDescription(String description)
public static UpdateKeyRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.