public class WithdrawByStampTaskResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
WithdrawByStampTaskResult() |
| Modifier and Type | Method and Description |
|---|---|
static WithdrawByStampTaskResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Wallet |
getItem() |
String |
getNewContextStack() |
Float |
getPrice() |
void |
setItem(Wallet item) |
void |
setNewContextStack(String newContextStack) |
void |
setPrice(Float price) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
WithdrawByStampTaskResult |
withItem(Wallet item) |
WithdrawByStampTaskResult |
withNewContextStack(String newContextStack) |
WithdrawByStampTaskResult |
withPrice(Float price) |
public Wallet getItem()
public void setItem(Wallet item)
public WithdrawByStampTaskResult withItem(Wallet item)
public Float getPrice()
public void setPrice(Float price)
public WithdrawByStampTaskResult withPrice(Float price)
public String getNewContextStack()
public void setNewContextStack(String newContextStack)
public WithdrawByStampTaskResult withNewContextStack(String newContextStack)
public static WithdrawByStampTaskResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.