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