| Package | Description |
|---|---|
| io.gs2.experience.domain.iterator | |
| io.gs2.experience.domain.model | |
| io.gs2.experience.model | |
| io.gs2.experience.result |
| Modifier and Type | Method and Description |
|---|---|
ThresholdMaster |
DescribeThresholdMastersIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ThresholdMaster> |
DescribeThresholdMastersIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ThresholdMaster |
ThresholdMasterDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static ThresholdMaster |
ThresholdMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
ThresholdMaster |
ThresholdMaster.withCreatedAt(Long createdAt) |
ThresholdMaster |
ThresholdMaster.withDescription(String description) |
ThresholdMaster |
ThresholdMaster.withMetadata(String metadata) |
ThresholdMaster |
ThresholdMaster.withName(String name) |
ThresholdMaster |
ThresholdMaster.withThresholdId(String thresholdId) |
ThresholdMaster |
ThresholdMaster.withUpdatedAt(Long updatedAt) |
ThresholdMaster |
ThresholdMaster.withValues(List<Long> values) |
| Modifier and Type | Method and Description |
|---|---|
int |
ThresholdMaster.compareTo(ThresholdMaster o) |
| Modifier and Type | Method and Description |
|---|---|
ThresholdMaster |
CreateThresholdMasterResult.getItem() |
ThresholdMaster |
UpdateThresholdMasterResult.getItem() |
ThresholdMaster |
DeleteThresholdMasterResult.getItem() |
ThresholdMaster |
GetThresholdMasterResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<ThresholdMaster> |
DescribeThresholdMastersResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateThresholdMasterResult.setItem(ThresholdMaster item) |
void |
UpdateThresholdMasterResult.setItem(ThresholdMaster item) |
void |
DeleteThresholdMasterResult.setItem(ThresholdMaster item) |
void |
GetThresholdMasterResult.setItem(ThresholdMaster item) |
CreateThresholdMasterResult |
CreateThresholdMasterResult.withItem(ThresholdMaster item) |
UpdateThresholdMasterResult |
UpdateThresholdMasterResult.withItem(ThresholdMaster item) |
DeleteThresholdMasterResult |
DeleteThresholdMasterResult.withItem(ThresholdMaster item) |
GetThresholdMasterResult |
GetThresholdMasterResult.withItem(ThresholdMaster item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeThresholdMastersResult.setItems(List<ThresholdMaster> items) |
DescribeThresholdMastersResult |
DescribeThresholdMastersResult.withItems(List<ThresholdMaster> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.