public class WalletDetail extends Object implements IModel, Serializable
| Constructor and Description |
|---|
WalletDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static WalletDetail |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getCount() |
Float |
getPrice() |
int |
hashCode() |
void |
setCount(Integer count) |
void |
setPrice(Float price) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
WalletDetail |
withCount(Integer count) |
WalletDetail |
withPrice(Float price) |
public Float getPrice()
public void setPrice(Float price)
public WalletDetail withPrice(Float price)
public Integer getCount()
public void setCount(Integer count)
public WalletDetail withCount(Integer count)
public static WalletDetail fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.