public class DeleteRatingResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DeleteRatingResult() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRatingResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Rating |
getItem() |
void |
setItem(Rating item) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DeleteRatingResult |
withItem(Rating item) |
public Rating getItem()
public void setItem(Rating item)
public DeleteRatingResult withItem(Rating item)
public static DeleteRatingResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.