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