public class GetEntryWithSignatureByUserIdRequest extends Gs2BasicRequest<GetEntryWithSignatureByUserIdRequest>
| Constructor and Description |
|---|
GetEntryWithSignatureByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetEntryWithSignatureByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getEntryModelName() |
String |
getKeyId() |
String |
getNamespaceName() |
String |
getUserId() |
void |
setEntryModelName(String entryModelName) |
void |
setKeyId(String keyId) |
void |
setNamespaceName(String namespaceName) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetEntryWithSignatureByUserIdRequest |
withEntryModelName(String entryModelName) |
GetEntryWithSignatureByUserIdRequest |
withKeyId(String keyId) |
GetEntryWithSignatureByUserIdRequest |
withNamespaceName(String namespaceName) |
GetEntryWithSignatureByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic GetEntryWithSignatureByUserIdRequest()
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
public GetEntryWithSignatureByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public GetEntryWithSignatureByUserIdRequest withUserId(String userId)
public String getEntryModelName()
public void setEntryModelName(String entryModelName)
public GetEntryWithSignatureByUserIdRequest withEntryModelName(String entryModelName)
public String getKeyId()
public void setKeyId(String keyId)
public GetEntryWithSignatureByUserIdRequest withKeyId(String keyId)
public static GetEntryWithSignatureByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.