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