public class CheckEstimateScanByteByAllRoomRequest extends Gs2BasicRequest<CheckEstimateScanByteByAllRoomRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckEstimateScanByteByAllRoomRequest.Constant |
| Constructor and Description |
|---|
CheckEstimateScanByteByAllRoomRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBegin()
検索期間 開始日時(エポック秒)を取得
|
Integer |
getEnd()
検索期間 終了日時(エポック秒)を取得
|
Integer |
getLimit()
データの取得件数を取得
|
String |
getLobbyName()
ロビーの名前を取得
|
String |
getMessage()
検索するメッセージテキスト文字列(部分一致)を取得
|
String |
getMeta()
検索するメッセージメタデータ文字列(部分一致)を取得
|
String |
getPageToken()
データの取得を開始する位置を指定するトークンを取得
|
String |
getUserId()
検索するユーザID文字列(部分一致)を取得
|
void |
setBegin(Integer begin)
検索期間 開始日時(エポック秒)を設定
|
void |
setEnd(Integer end)
検索期間 終了日時(エポック秒)を設定
|
void |
setLimit(Integer limit)
データの取得件数を設定
|
void |
setLobbyName(String lobbyName)
ロビーの名前を設定
|
void |
setMessage(String message)
検索するメッセージテキスト文字列(部分一致)を設定
|
void |
setMeta(String meta)
検索するメッセージメタデータ文字列(部分一致)を設定
|
void |
setPageToken(String pageToken)
データの取得を開始する位置を指定するトークンを設定
|
void |
setUserId(String userId)
検索するユーザID文字列(部分一致)を設定
|
CheckEstimateScanByteByAllRoomRequest |
withBegin(Integer begin)
検索期間 開始日時(エポック秒)を設定
|
CheckEstimateScanByteByAllRoomRequest |
withEnd(Integer end)
検索期間 終了日時(エポック秒)を設定
|
CheckEstimateScanByteByAllRoomRequest |
withLimit(Integer limit)
データの取得件数を設定
|
CheckEstimateScanByteByAllRoomRequest |
withLobbyName(String lobbyName)
ロビーの名前を設定
|
CheckEstimateScanByteByAllRoomRequest |
withMessage(String message)
検索するメッセージテキスト文字列(部分一致)を設定
|
CheckEstimateScanByteByAllRoomRequest |
withMeta(String meta)
検索するメッセージメタデータ文字列(部分一致)を設定
|
CheckEstimateScanByteByAllRoomRequest |
withPageToken(String pageToken)
データの取得を開始する位置を指定するトークンを設定
|
CheckEstimateScanByteByAllRoomRequest |
withUserId(String userId)
検索するユーザID文字列(部分一致)を設定
|
public CheckEstimateScanByteByAllRoomRequest()
public String getLobbyName()
public void setLobbyName(String lobbyName)
lobbyName - ロビーの名前public CheckEstimateScanByteByAllRoomRequest withLobbyName(String lobbyName)
lobbyName - ロビーの名前public String getUserId()
public void setUserId(String userId)
userId - 検索するユーザID文字列(部分一致)public CheckEstimateScanByteByAllRoomRequest withUserId(String userId)
userId - 検索するユーザID文字列(部分一致)public String getMessage()
public void setMessage(String message)
message - 検索するメッセージテキスト文字列(部分一致)public CheckEstimateScanByteByAllRoomRequest withMessage(String message)
message - 検索するメッセージテキスト文字列(部分一致)public String getMeta()
public void setMeta(String meta)
meta - 検索するメッセージメタデータ文字列(部分一致)public CheckEstimateScanByteByAllRoomRequest withMeta(String meta)
meta - 検索するメッセージメタデータ文字列(部分一致)public Integer getBegin()
public void setBegin(Integer begin)
begin - 検索期間 開始日時(エポック秒)public CheckEstimateScanByteByAllRoomRequest withBegin(Integer begin)
begin - 検索期間 開始日時(エポック秒)public Integer getEnd()
public void setEnd(Integer end)
end - 検索期間 終了日時(エポック秒)public CheckEstimateScanByteByAllRoomRequest withEnd(Integer end)
end - 検索期間 終了日時(エポック秒)public String getPageToken()
public void setPageToken(String pageToken)
pageToken - データの取得を開始する位置を指定するトークンpublic CheckEstimateScanByteByAllRoomRequest withPageToken(String pageToken)
pageToken - データの取得を開始する位置を指定するトークンpublic Integer getLimit()
public void setLimit(Integer limit)
limit - データの取得件数public CheckEstimateScanByteByAllRoomRequest withLimit(Integer limit)
limit - データの取得件数Copyright © 2016 Game Server Services, Inc. AllRights Reserved.