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