Exemplo n.º 1
0
 public CorePlus.API.BaiduAPI_V2_ReportService.ResHeader getReportFileUrl(CorePlus.API.BaiduAPI_V2_ReportService.AuthHeader AuthHeader, string reportId, out string reportFilePath)
 {
     CorePlus.API.BaiduAPI_V2_ReportService.getReportFileUrlRequest inValue = new CorePlus.API.BaiduAPI_V2_ReportService.getReportFileUrlRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.reportId   = reportId;
     CorePlus.API.BaiduAPI_V2_ReportService.getReportFileUrlResponse retVal = ((CorePlus.API.BaiduAPI_V2_ReportService.ReportService)(this)).getReportFileUrl(inValue);
     reportFilePath = retVal.reportFilePath;
     return(retVal.ResHeader);
 }
Exemplo n.º 2
0
 public CorePlus.API.BaiduAPI_V2_ReportService.ResHeader getReportState(CorePlus.API.BaiduAPI_V2_ReportService.AuthHeader AuthHeader, string reportId, out int isGenerated)
 {
     CorePlus.API.BaiduAPI_V2_ReportService.getReportStateRequest inValue = new CorePlus.API.BaiduAPI_V2_ReportService.getReportStateRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.reportId   = reportId;
     CorePlus.API.BaiduAPI_V2_ReportService.getReportStateResponse retVal = ((CorePlus.API.BaiduAPI_V2_ReportService.ReportService)(this)).getReportState(inValue);
     isGenerated = retVal.isGenerated;
     return(retVal.ResHeader);
 }
Exemplo n.º 3
0
 public getReportFileUrlRequest(CorePlus.API.BaiduAPI_V2_ReportService.AuthHeader AuthHeader, string reportId)
 {
     this.AuthHeader = AuthHeader;
     this.reportId   = reportId;
 }
Exemplo n.º 4
0
 public CorePlus.API.BaiduAPI_V2_ReportService.ResHeader getProfessionalReportId(CorePlus.API.BaiduAPI_V2_ReportService.AuthHeader AuthHeader, CorePlus.API.BaiduAPI_V2_ReportService.ReportRequestType reportRequestType, out string reportId)
 {
     CorePlus.API.BaiduAPI_V2_ReportService.getProfessionalReportIdRequest inValue = new CorePlus.API.BaiduAPI_V2_ReportService.getProfessionalReportIdRequest();
     inValue.AuthHeader        = AuthHeader;
     inValue.reportRequestType = reportRequestType;
     CorePlus.API.BaiduAPI_V2_ReportService.getProfessionalReportIdResponse retVal = ((CorePlus.API.BaiduAPI_V2_ReportService.ReportService)(this)).getProfessionalReportId(inValue);
     reportId = retVal.reportId;
     return(retVal.ResHeader);
 }
Exemplo n.º 5
0
 public getProfessionalReportIdRequest(CorePlus.API.BaiduAPI_V2_ReportService.AuthHeader AuthHeader, CorePlus.API.BaiduAPI_V2_ReportService.ReportRequestType reportRequestType)
 {
     this.AuthHeader        = AuthHeader;
     this.reportRequestType = reportRequestType;
 }