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