| Package | Description |
|---|---|
| io.gs2.limit.domain.iterator | |
| io.gs2.limit.domain.model | |
| io.gs2.limit.model | |
| io.gs2.limit.result |
| Modifier and Type | Method and Description |
|---|---|
LimitModel |
DescribeLimitModelsIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LimitModel> |
DescribeLimitModelsIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
LimitModel |
LimitModelDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static LimitModel |
LimitModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
LimitModel |
LimitModel.withLimitModelId(String limitModelId) |
LimitModel |
LimitModel.withMetadata(String metadata) |
LimitModel |
LimitModel.withName(String name) |
LimitModel |
LimitModel.withResetDayOfMonth(Integer resetDayOfMonth) |
LimitModel |
LimitModel.withResetDayOfWeek(String resetDayOfWeek) |
LimitModel |
LimitModel.withResetHour(Integer resetHour) |
LimitModel |
LimitModel.withResetType(String resetType) |
| Modifier and Type | Method and Description |
|---|---|
int |
LimitModel.compareTo(LimitModel o) |
| Modifier and Type | Method and Description |
|---|---|
LimitModel |
GetLimitModelResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<LimitModel> |
DescribeLimitModelsResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLimitModelResult.setItem(LimitModel item) |
GetLimitModelResult |
GetLimitModelResult.withItem(LimitModel item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLimitModelsResult.setItems(List<LimitModel> items) |
DescribeLimitModelsResult |
DescribeLimitModelsResult.withItems(List<LimitModel> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.