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