Uses of Class
dev.vality.bouncer.context.v1.Report
| Package | Description |
|---|---|
| dev.vality.bouncer.context.v1 |
-
Uses of Report in dev.vality.bouncer.context.v1
Fields in dev.vality.bouncer.context.v1 declared as Report Modifier and Type Field Description ReportContextReports. reportMethods in dev.vality.bouncer.context.v1 that return Report Modifier and Type Method Description ReportReport. deepCopy()ReportContextReports. getReport()ReportReport. setFiles(Set<Entity> files)ReportReport. setId(String id)ReportReport. setParty(Entity party)ReportReport. setShop(Entity shop)Methods in dev.vality.bouncer.context.v1 with parameters of type Report Modifier and Type Method Description intReport. compareTo(Report other)booleanReport. equals(Report that)ContextReportsContextReports. setReport(Report report)Constructors in dev.vality.bouncer.context.v1 with parameters of type Report Constructor Description Report(Report other)Performs a deep copy on other.