public class DescribeMessageNoAuthRequest extends Gs2BasicRequest<DescribeMessageNoAuthRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeMessageNoAuthRequest.Constant |
| Constructor and Description |
|---|
DescribeMessageNoAuthRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLimit()
データの取得件数を取得
|
String |
getLobbyName()
ロビーの名前を取得
|
String |
getRoomId()
ルームIDを取得
|
Integer |
getStartAt()
メッセージの取得を開始する日時(エポック秒)を取得
|
void |
setLimit(Integer limit)
データの取得件数を設定
|
void |
setLobbyName(String lobbyName)
ロビーの名前を設定
|
void |
setRoomId(String roomId)
ルームIDを設定
|
void |
setStartAt(Integer startAt)
メッセージの取得を開始する日時(エポック秒)を設定
|
DescribeMessageNoAuthRequest |
withLimit(Integer limit)
データの取得件数を設定
|
DescribeMessageNoAuthRequest |
withLobbyName(String lobbyName)
ロビーの名前を設定
|
DescribeMessageNoAuthRequest |
withRoomId(String roomId)
ルームIDを設定
|
DescribeMessageNoAuthRequest |
withStartAt(Integer startAt)
メッセージの取得を開始する日時(エポック秒)を設定
|
public String getLobbyName()
public void setLobbyName(String lobbyName)
lobbyName - ロビーの名前public DescribeMessageNoAuthRequest withLobbyName(String lobbyName)
lobbyName - ロビーの名前public String getRoomId()
public void setRoomId(String roomId)
roomId - ルームIDpublic DescribeMessageNoAuthRequest withRoomId(String roomId)
roomId - ルームIDpublic Integer getStartAt()
public void setStartAt(Integer startAt)
startAt - メッセージの取得を開始する日時(エポック秒)public DescribeMessageNoAuthRequest withStartAt(Integer startAt)
startAt - メッセージの取得を開始する日時(エポック秒)public Integer getLimit()
public void setLimit(Integer limit)
limit - データの取得件数public DescribeMessageNoAuthRequest withLimit(Integer limit)
limit - データの取得件数Copyright © 2016 Game Server Services, Inc. AllRights Reserved.