public class DescribeSubscribeRequest extends Gs2BasicRequest<DescribeSubscribeRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeSubscribeRequest.Constant |
| Constructor and Description |
|---|
DescribeSubscribeRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLimit()
取得件数を取得。
|
String |
getNotificationName()
通知名を取得。
|
String |
getPageToken()
取得開始位置トークンを取得。
|
void |
setLimit(Integer limit)
取得件数を設定。
|
void |
setNotificationName(String notificationName)
通知名を設定。
|
void |
setPageToken(String pageToken)
取得開始位置トークンを設定。
|
DescribeSubscribeRequest |
withLimit(Integer limit)
取得件数を設定。
|
DescribeSubscribeRequest |
withNotificationName(String notificationName)
通知名を設定。
|
DescribeSubscribeRequest |
withPageToken(String pageToken)
取得開始位置トークンを設定。
|
public String getNotificationName()
public void setNotificationName(String notificationName)
notificationName - 通知名public DescribeSubscribeRequest withNotificationName(String notificationName)
notificationName - 通知名public String getPageToken()
public void setPageToken(String pageToken)
pageToken - 取得開始位置トークンpublic DescribeSubscribeRequest withPageToken(String pageToken)
pageToken - 取得開始位置トークンpublic Integer getLimit()
public void setLimit(Integer limit)
limit - 取得件数public DescribeSubscribeRequest withLimit(Integer limit)
limit - 取得件数Copyright © 2016 Game Server Services, Inc. AllRights Reserved.