public com.baidu.api.sem.nms.v2.ReportService.ResHeader getReportFileUrl(com.baidu.api.sem.nms.v2.ReportService.AuthHeader AuthHeader, string reportId, out string reportFilePath) { com.baidu.api.sem.nms.v2.ReportService.getReportFileUrlRequest inValue = new com.baidu.api.sem.nms.v2.ReportService.getReportFileUrlRequest(); inValue.AuthHeader = AuthHeader; inValue.reportId = reportId; com.baidu.api.sem.nms.v2.ReportService.getReportFileUrlResponse retVal = ((com.baidu.api.sem.nms.v2.ReportService.ReportService)(this)).getReportFileUrl(inValue); reportFilePath = retVal.reportFilePath; return(retVal.ResHeader); }
com.baidu.api.sem.nms.v2.ReportService.getReportFileUrlResponse com.baidu.api.sem.nms.v2.ReportService.ReportService.getReportFileUrl(com.baidu.api.sem.nms.v2.ReportService.getReportFileUrlRequest request) { return(base.Channel.getReportFileUrl(request)); }