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