Uses of Class
dev.vality.damsel.reports.ReportStatus
| Package | Description |
|---|---|
| dev.vality.damsel.reports |
-
Uses of ReportStatus in dev.vality.damsel.reports
Fields in dev.vality.damsel.reports declared as ReportStatus Modifier and Type Field Description ReportStatusReport. statusMethods in dev.vality.damsel.reports that return ReportStatus Modifier and Type Method Description static ReportStatusReportStatus. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ReportStatusReport. getStatus()static ReportStatusReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportStatus[]ReportStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.reports with parameters of type ReportStatus Modifier and Type Method Description ReportReport. setStatus(ReportStatus status)Constructors in dev.vality.damsel.reports with parameters of type ReportStatus Constructor Description Report(long report_id, ReportTimeRange time_range, String created_at, ReportType report_type, ReportStatus status)