Uses of Class
dev.vality.bouncer.base.WalletAttrs
| Package | Description |
|---|---|
| dev.vality.bouncer.base |
-
Uses of WalletAttrs in dev.vality.bouncer.base
Fields in dev.vality.bouncer.base declared as WalletAttrs Modifier and Type Field Description WalletAttrsEntity. walletMethods in dev.vality.bouncer.base that return WalletAttrs Modifier and Type Method Description WalletAttrsWalletAttrs. deepCopy()WalletAttrsEntity. getWallet()WalletAttrsWalletAttrs. setBody(Cash body)WalletAttrsWalletAttrs. setIdentity(String identity)WalletAttrsWalletAttrs. setReport(WalletReportAttrs report)WalletAttrsWalletAttrs. setWallet(String wallet)Methods in dev.vality.bouncer.base with parameters of type WalletAttrs Modifier and Type Method Description intWalletAttrs. compareTo(WalletAttrs other)booleanWalletAttrs. equals(WalletAttrs that)EntityEntity. setWallet(WalletAttrs wallet)Constructors in dev.vality.bouncer.base with parameters of type WalletAttrs Constructor Description WalletAttrs(WalletAttrs other)Performs a deep copy on other.