public class DeleteGatheringRequest extends Gs2BasicRequest<DeleteGatheringRequest>
| Constructor and Description |
|---|
DeleteGatheringRequest() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteGatheringRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getGatheringName() |
String |
getNamespaceName() |
void |
setGatheringName(String gatheringName) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DeleteGatheringRequest |
withGatheringName(String gatheringName) |
DeleteGatheringRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public DeleteGatheringRequest withNamespaceName(String namespaceName)
public String getGatheringName()
public void setGatheringName(String gatheringName)
public DeleteGatheringRequest withGatheringName(String gatheringName)
public static DeleteGatheringRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.