Uses of Class
dev.vality.bouncer.base.WalletReportAttrs
| Package | Description |
|---|---|
| dev.vality.bouncer.base |
-
Uses of WalletReportAttrs in dev.vality.bouncer.base
Fields in dev.vality.bouncer.base declared as WalletReportAttrs Modifier and Type Field Description WalletReportAttrsWalletAttrs. reportMethods in dev.vality.bouncer.base that return WalletReportAttrs Modifier and Type Method Description WalletReportAttrsWalletReportAttrs. deepCopy()WalletReportAttrsWalletAttrs. getReport()WalletReportAttrsWalletReportAttrs. setFiles(Set<String> files)TODO: Кажется не очень правильно ссылаться на список объектов, достаточно, чтобы каждый из этих объектов ссылался на объект, которому он принадлежитMethods in dev.vality.bouncer.base with parameters of type WalletReportAttrs Modifier and Type Method Description intWalletReportAttrs. compareTo(WalletReportAttrs other)booleanWalletReportAttrs. equals(WalletReportAttrs that)WalletAttrsWalletAttrs. setReport(WalletReportAttrs report)Constructors in dev.vality.bouncer.base with parameters of type WalletReportAttrs Constructor Description WalletReportAttrs(WalletReportAttrs other)Performs a deep copy on other.