public abstract class Gs2BasicRequest<T extends Gs2BasicRequest<?>> extends Object implements IRequest, Serializable
| Constructor and Description |
|---|
Gs2BasicRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextStack()
コンテキストスタックを取得。
|
String |
getRequestId()
GS2リクエストIDを取得。
|
void |
setContextStack(String contextStack)
Deprecated.
|
void |
setRequestId(String xGs2RequestId)
GS2リクエストIDを設定。
|
T |
withContextStack(String contextStack)
Deprecated.
|
T |
withRequestId(String xGs2RequestId)
GS2リクエストIDを設定。
|
public String getRequestId()
public void setRequestId(String xGs2RequestId)
xGs2RequestId - GS2リクエストIDpublic T withRequestId(String xGs2RequestId)
xGs2RequestId - GS2リクエストIDpublic String getContextStack()
@Deprecated public void setContextStack(String contextStack)
contextStack - コンテキストスタック@Deprecated public T withContextStack(String contextStack)
contextStack - コンテキストスタックCopyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.