| 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 |
|---|---|
RatingModel |
DescribeRatingModelsIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<RatingModel> |
DescribeRatingModelsIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
RatingModel |
RatingModelDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static RatingModel |
RatingModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
RatingModel |
RatingModel.withMetadata(String metadata) |
RatingModel |
RatingModel.withName(String name) |
RatingModel |
RatingModel.withRatingModelId(String ratingModelId) |
RatingModel |
RatingModel.withVolatility(Integer volatility) |
| Modifier and Type | Method and Description |
|---|---|
int |
RatingModel.compareTo(RatingModel o) |
| Modifier and Type | Method and Description |
|---|---|
RatingModel |
GetRatingModelResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<RatingModel> |
DescribeRatingModelsResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRatingModelResult.setItem(RatingModel item) |
GetRatingModelResult |
GetRatingModelResult.withItem(RatingModel item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRatingModelsResult.setItems(List<RatingModel> items) |
DescribeRatingModelsResult |
DescribeRatingModelsResult.withItems(List<RatingModel> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.