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