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