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