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