Uses of Class
dev.vality.damsel.reports.ReportingSrv.GenerateReport_args
| Package | Description |
|---|---|
| dev.vality.damsel.reports |
-
Uses of ReportingSrv.GenerateReport_args in dev.vality.damsel.reports
Methods in dev.vality.damsel.reports that return ReportingSrv.GenerateReport_args Modifier and Type Method Description ReportingSrv.GenerateReport_argsReportingSrv.GenerateReport_args. deepCopy()ReportingSrv.GenerateReport_argsReportingSrv.AsyncProcessor.GenerateReport. getEmptyArgsInstance()ReportingSrv.GenerateReport_argsReportingSrv.Processor.GenerateReport. getEmptyArgsInstance()ReportingSrv.GenerateReport_argsReportingSrv.GenerateReport_args. setReportType(ReportType report_type)ReportingSrv.GenerateReport_argsReportingSrv.GenerateReport_args. setRequest(ReportRequest request)Methods in dev.vality.damsel.reports with parameters of type ReportingSrv.GenerateReport_args Modifier and Type Method Description intReportingSrv.GenerateReport_args. compareTo(ReportingSrv.GenerateReport_args other)booleanReportingSrv.GenerateReport_args. equals(ReportingSrv.GenerateReport_args that)ReportingSrv.GenerateReport_resultReportingSrv.Processor.GenerateReport. getResult(I iface, ReportingSrv.GenerateReport_args args)voidReportingSrv.AsyncProcessor.GenerateReport. start(I iface, ReportingSrv.GenerateReport_args args, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler)Constructors in dev.vality.damsel.reports with parameters of type ReportingSrv.GenerateReport_args Constructor Description GenerateReport_args(ReportingSrv.GenerateReport_args other)Performs a deep copy on other.