| Package | Description |
|---|---|
| io.gs2.lottery.domain.iterator | |
| io.gs2.lottery.model | |
| io.gs2.lottery.result |
| Modifier and Type | Method and Description |
|---|---|
Box |
DescribeBoxesIterator.next() |
Box |
DescribeBoxesByUserIdIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Box> |
DescribeBoxesIterator.iterator() |
Iterator<Box> |
DescribeBoxesByUserIdIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static Box |
Box.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
Box.compareTo(Box o) |
| Modifier and Type | Method and Description |
|---|---|
Box |
GetRawBoxByUserIdResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Box> |
DescribeBoxesByUserIdResult.getItems() |
List<Box> |
DescribeBoxesResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRawBoxByUserIdResult.setItem(Box item) |
GetRawBoxByUserIdResult |
GetRawBoxByUserIdResult.withItem(Box item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBoxesByUserIdResult.setItems(List<Box> items) |
void |
DescribeBoxesResult.setItems(List<Box> items) |
DescribeBoxesByUserIdResult |
DescribeBoxesByUserIdResult.withItems(List<Box> items) |
DescribeBoxesResult |
DescribeBoxesResult.withItems(List<Box> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.