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