| Package | Description |
|---|---|
| io.gs2.mission.domain.iterator | |
| io.gs2.mission.domain.model | |
| io.gs2.mission.model | |
| io.gs2.mission.result |
| Modifier and Type | Method and Description |
|---|---|
CounterModel |
DescribeCounterModelsIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<CounterModel> |
DescribeCounterModelsIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
CounterModel |
CounterModelDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static CounterModel |
CounterModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CounterModel |
CounterModel.withChallengePeriodEventId(String challengePeriodEventId) |
CounterModel |
CounterModel.withCounterId(String counterId) |
CounterModel |
CounterModel.withMetadata(String metadata) |
CounterModel |
CounterModel.withName(String name) |
CounterModel |
CounterModel.withScopes(List<CounterScopeModel> scopes) |
| Modifier and Type | Method and Description |
|---|---|
int |
CounterModel.compareTo(CounterModel o) |
| Modifier and Type | Method and Description |
|---|---|
CounterModel |
GetCounterModelResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<CounterModel> |
DescribeCounterModelsResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCounterModelResult.setItem(CounterModel item) |
GetCounterModelResult |
GetCounterModelResult.withItem(CounterModel item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCounterModelsResult.setItems(List<CounterModel> items) |
DescribeCounterModelsResult |
DescribeCounterModelsResult.withItems(List<CounterModel> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.