Uses of Class
dev.vality.damsel.reports.ReportingSrv.cancelReport_args
| Package | Description |
|---|---|
| dev.vality.damsel.reports |
-
Uses of ReportingSrv.cancelReport_args in dev.vality.damsel.reports
Methods in dev.vality.damsel.reports that return ReportingSrv.cancelReport_args Modifier and Type Method Description ReportingSrv.cancelReport_argsReportingSrv.cancelReport_args. deepCopy()ReportingSrv.cancelReport_argsReportingSrv.AsyncProcessor.cancelReport. getEmptyArgsInstance()ReportingSrv.cancelReport_argsReportingSrv.Processor.cancelReport. getEmptyArgsInstance()ReportingSrv.cancelReport_argsReportingSrv.cancelReport_args. setPartyId(String party_id)ReportingSrv.cancelReport_argsReportingSrv.cancelReport_args. setReportId(long report_id)ReportingSrv.cancelReport_argsReportingSrv.cancelReport_args. setShopId(String shop_id)Methods in dev.vality.damsel.reports with parameters of type ReportingSrv.cancelReport_args Modifier and Type Method Description intReportingSrv.cancelReport_args. compareTo(ReportingSrv.cancelReport_args other)booleanReportingSrv.cancelReport_args. equals(ReportingSrv.cancelReport_args that)ReportingSrv.cancelReport_resultReportingSrv.Processor.cancelReport. getResult(I iface, ReportingSrv.cancelReport_args args)voidReportingSrv.AsyncProcessor.cancelReport. start(I iface, ReportingSrv.cancelReport_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)Constructors in dev.vality.damsel.reports with parameters of type ReportingSrv.cancelReport_args Constructor Description cancelReport_args(ReportingSrv.cancelReport_args other)Performs a deep copy on other.