public class GetStatusRequest extends io.gs2.control.Gs2BasicRequest<GetStatusRequest>
| Constructor and Description |
|---|
GetStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken()
アクセストークンを取得
|
String |
getDuplicationAvoider()
重複実行回避機能に使用するIDを取得
|
String |
getExperienceName()
経験値の種類の名前を取得
|
String |
getNamespaceName()
ネームスペース名を取得
|
String |
getPropertyId()
プロパティIDを取得
|
void |
setAccessToken(String accessToken)
アクセストークンを設定
|
void |
setDuplicationAvoider(String duplicationAvoider)
重複実行回避機能に使用するIDを設定
|
void |
setExperienceName(String experienceName)
経験値の種類の名前を設定
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
void |
setPropertyId(String propertyId)
プロパティIDを設定
|
GetStatusRequest |
withAccessToken(String accessToken)
アクセストークンを設定
|
GetStatusRequest |
withDuplicationAvoider(String duplicationAvoider)
重複実行回避機能に使用するIDを設定
|
GetStatusRequest |
withExperienceName(String experienceName)
経験値の種類の名前を設定
|
GetStatusRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
GetStatusRequest |
withPropertyId(String propertyId)
プロパティIDを設定
|
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
namespaceName - ステータスを取得public GetStatusRequest withNamespaceName(String namespaceName)
namespaceName - ステータスを取得public String getExperienceName()
public void setExperienceName(String experienceName)
experienceName - ステータスを取得public GetStatusRequest withExperienceName(String experienceName)
experienceName - ステータスを取得public String getPropertyId()
public void setPropertyId(String propertyId)
propertyId - ステータスを取得public GetStatusRequest withPropertyId(String propertyId)
propertyId - ステータスを取得public String getDuplicationAvoider()
public void setDuplicationAvoider(String duplicationAvoider)
duplicationAvoider - ステータスを取得public GetStatusRequest withDuplicationAvoider(String duplicationAvoider)
duplicationAvoider - ステータスを取得public String getAccessToken()
public void setAccessToken(String accessToken)
accessToken - アクセストークンpublic GetStatusRequest withAccessToken(String accessToken)
accessToken - アクセストークンCopyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.