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