| Package | Description |
|---|---|
| io.gs2.matchmaking.domain.iterator | |
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.model | |
| io.gs2.matchmaking.result |
| Modifier and Type | Method and Description |
|---|---|
RatingModelMaster |
DescribeRatingModelMastersIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<RatingModelMaster> |
DescribeRatingModelMastersIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
RatingModelMaster |
RatingModelMasterDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static RatingModelMaster |
RatingModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
RatingModelMaster |
RatingModelMaster.withCreatedAt(Long createdAt) |
RatingModelMaster |
RatingModelMaster.withDescription(String description) |
RatingModelMaster |
RatingModelMaster.withMetadata(String metadata) |
RatingModelMaster |
RatingModelMaster.withName(String name) |
RatingModelMaster |
RatingModelMaster.withRatingModelId(String ratingModelId) |
RatingModelMaster |
RatingModelMaster.withUpdatedAt(Long updatedAt) |
RatingModelMaster |
RatingModelMaster.withVolatility(Integer volatility) |
| Modifier and Type | Method and Description |
|---|---|
int |
RatingModelMaster.compareTo(RatingModelMaster o) |
| Modifier and Type | Method and Description |
|---|---|
RatingModelMaster |
UpdateRatingModelMasterResult.getItem() |
RatingModelMaster |
GetRatingModelMasterResult.getItem() |
RatingModelMaster |
CreateRatingModelMasterResult.getItem() |
RatingModelMaster |
DeleteRatingModelMasterResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<RatingModelMaster> |
DescribeRatingModelMastersResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRatingModelMasterResult.setItem(RatingModelMaster item) |
void |
GetRatingModelMasterResult.setItem(RatingModelMaster item) |
void |
CreateRatingModelMasterResult.setItem(RatingModelMaster item) |
void |
DeleteRatingModelMasterResult.setItem(RatingModelMaster item) |
UpdateRatingModelMasterResult |
UpdateRatingModelMasterResult.withItem(RatingModelMaster item) |
GetRatingModelMasterResult |
GetRatingModelMasterResult.withItem(RatingModelMaster item) |
CreateRatingModelMasterResult |
CreateRatingModelMasterResult.withItem(RatingModelMaster item) |
DeleteRatingModelMasterResult |
DeleteRatingModelMasterResult.withItem(RatingModelMaster item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRatingModelMastersResult.setItems(List<RatingModelMaster> items) |
DescribeRatingModelMastersResult |
DescribeRatingModelMastersResult.withItems(List<RatingModelMaster> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.