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