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