Package io.gs2.money.model
Class Wallet
java.lang.Object
io.gs2.money.model.Wallet
- All Implemented Interfaces:
IModel,Serializable,Comparable<Wallet>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic WalletfromJson(com.fasterxml.jackson.databind.JsonNode data) getFree()getPaid()getSlot()inthashCode()voidsetCreatedAt(Long createdAt) voidsetDetail(List<WalletDetail> detail) voidvoidvoidsetRevision(Long revision) voidvoidsetUpdatedAt(Long updatedAt) voidvoidsetWalletId(String walletId) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withDetail(List<WalletDetail> detail) withRevision(Long revision) withUpdatedAt(Long updatedAt) withUserId(String userId) withWalletId(String walletId)
-
Constructor Details
-
Wallet
public Wallet()
-
-
Method Details
-
getWalletId
-
setWalletId
-
withWalletId
-
getUserId
-
setUserId
-
withUserId
-
getSlot
-
setSlot
-
withSlot
-
getPaid
-
setPaid
-
withPaid
-
getFree
-
setFree
-
withFree
-
getDetail
-
setDetail
-
withDetail
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Wallet>
-
hashCode
public int hashCode() -
equals
-