public class DeleteDeadLetterJobByUserIdRequest extends Gs2BasicRequest<DeleteDeadLetterJobByUserIdRequest>
| Constructor and Description |
|---|
DeleteDeadLetterJobByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteDeadLetterJobByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getDeadLetterJobName() |
String |
getNamespaceName() |
String |
getUserId() |
void |
setDeadLetterJobName(String deadLetterJobName) |
void |
setNamespaceName(String namespaceName) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DeleteDeadLetterJobByUserIdRequest |
withDeadLetterJobName(String deadLetterJobName) |
DeleteDeadLetterJobByUserIdRequest |
withNamespaceName(String namespaceName) |
DeleteDeadLetterJobByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public DeleteDeadLetterJobByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public DeleteDeadLetterJobByUserIdRequest withUserId(String userId)
public String getDeadLetterJobName()
public void setDeadLetterJobName(String deadLetterJobName)
public DeleteDeadLetterJobByUserIdRequest withDeadLetterJobName(String deadLetterJobName)
public static DeleteDeadLetterJobByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.