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