public class GetEventByUserIdRequest extends io.gs2.control.Gs2BasicRequest<GetEventByUserIdRequest>
| Constructor and Description |
|---|
GetEventByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDuplicationAvoider()
重複実行回避機能に使用するIDを取得
|
String |
getEventName()
イベントの種類名を取得
|
String |
getNamespaceName()
ネームスペース名を取得
|
String |
getUserId()
ユーザーIDを取得
|
void |
setDuplicationAvoider(String duplicationAvoider)
重複実行回避機能に使用するIDを設定
|
void |
setEventName(String eventName)
イベントの種類名を設定
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
void |
setUserId(String userId)
ユーザーIDを設定
|
GetEventByUserIdRequest |
withDuplicationAvoider(String duplicationAvoider)
重複実行回避機能に使用するIDを設定
|
GetEventByUserIdRequest |
withEventName(String eventName)
イベントの種類名を設定
|
GetEventByUserIdRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
GetEventByUserIdRequest |
withUserId(String userId)
ユーザーIDを設定
|
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
namespaceName - ユーザIDを指定してイベントを取得public GetEventByUserIdRequest withNamespaceName(String namespaceName)
namespaceName - ユーザIDを指定してイベントを取得public String getEventName()
public void setEventName(String eventName)
eventName - ユーザIDを指定してイベントを取得public GetEventByUserIdRequest withEventName(String eventName)
eventName - ユーザIDを指定してイベントを取得public String getUserId()
public void setUserId(String userId)
userId - ユーザIDを指定してイベントを取得public GetEventByUserIdRequest withUserId(String userId)
userId - ユーザIDを指定してイベントを取得public String getDuplicationAvoider()
public void setDuplicationAvoider(String duplicationAvoider)
duplicationAvoider - ユーザIDを指定してイベントを取得public GetEventByUserIdRequest withDuplicationAvoider(String duplicationAvoider)
duplicationAvoider - ユーザIDを指定してイベントを取得Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.