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 |
getEventName() |
String |
getStackName() |
void |
setEventName(String eventName) |
void |
setStackName(String stackName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetEventRequest |
withEventName(String eventName) |
GetEventRequest |
withStackName(String stackName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getStackName()
public void setStackName(String stackName)
public GetEventRequest withStackName(String stackName)
public String getEventName()
public void setEventName(String eventName)
public GetEventRequest withEventName(String eventName)
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.