public class Wallet extends Object implements IModel, Serializable, Comparable<Wallet>
| Constructor and Description |
|---|
Wallet() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Wallet o) |
boolean |
equals(Object o) |
static Wallet |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
List<WalletDetail> |
getDetail() |
Integer |
getFree() |
Integer |
getPaid() |
Integer |
getSlot() |
Long |
getUpdatedAt() |
String |
getUserId() |
String |
getWalletId() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setDetail(List<WalletDetail> detail) |
void |
setFree(Integer free) |
void |
setPaid(Integer paid) |
void |
setSlot(Integer slot) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
void |
setWalletId(String walletId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Wallet |
withCreatedAt(Long createdAt) |
Wallet |
withDetail(List<WalletDetail> detail) |
Wallet |
withFree(Integer free) |
Wallet |
withPaid(Integer paid) |
Wallet |
withSlot(Integer slot) |
Wallet |
withUpdatedAt(Long updatedAt) |
Wallet |
withUserId(String userId) |
Wallet |
withWalletId(String walletId) |
public String getWalletId()
public void setWalletId(String walletId)
public String getUserId()
public void setUserId(String userId)
public Integer getSlot()
public void setSlot(Integer slot)
public Integer getPaid()
public void setPaid(Integer paid)
public Integer getFree()
public void setFree(Integer free)
public List<WalletDetail> getDetail()
public void setDetail(List<WalletDetail> detail)
public Wallet withDetail(List<WalletDetail> detail)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Wallet fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Wallet o)
compareTo in interface Comparable<Wallet>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.