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