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