| Package | Description |
|---|---|
| io.gs2.lottery.model | |
| io.gs2.lottery.result |
| Modifier and Type | Method and Description |
|---|---|
Box |
Box.withBoxId(String boxId)
ボックスを設定
|
Box |
Box.withCreatedAt(Long createdAt)
作成日時を設定
|
Box |
Box.withDrawnIndexes(List<Integer> drawnIndexes)
排出済み景品のインデックスのリストを設定
|
Box |
Box.withPrizeTableName(String prizeTableName)
排出確率テーブル名を設定
|
Box |
Box.withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
Box |
Box.withUserId(String userId)
ユーザーIDを設定
|
| Modifier and Type | Method and Description |
|---|---|
int |
Box.compareTo(Box o) |
| Modifier and Type | Method and Description |
|---|---|
List<Box> |
DescribeBoxesByUserIdResult.getItems()
ボックスのリストを取得
|
List<Box> |
DescribeBoxesResult.getItems()
ボックスのリストを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBoxesByUserIdResult.setItems(List<Box> items)
ボックスのリストを設定
|
void |
DescribeBoxesResult.setItems(List<Box> items)
ボックスのリストを設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.