Beispiel #1
0
 public getReportStateResponse(CorePlus.API.BaiduAPI_V2_ReportService.ResHeader ResHeader, int isGenerated)
 {
     this.ResHeader   = ResHeader;
     this.isGenerated = isGenerated;
 }
Beispiel #2
0
 public getReportFileUrlResponse(CorePlus.API.BaiduAPI_V2_ReportService.ResHeader ResHeader, string reportFilePath)
 {
     this.ResHeader      = ResHeader;
     this.reportFilePath = reportFilePath;
 }
Beispiel #3
0
 public getProfessionalReportIdResponse(CorePlus.API.BaiduAPI_V2_ReportService.ResHeader ResHeader, string reportId)
 {
     this.ResHeader = ResHeader;
     this.reportId  = reportId;
 }