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