Class DownloadReportRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cr.v20180321.models.DownloadReportRequest
-
public class DownloadReportRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DownloadReportRequest()DownloadReportRequest(DownloadReportRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstId()Get 实例ID,不传默认为系统分配的初始实例。StringgetModule()Get 模块名,本接口取值:ReportStringgetOperation()Get 操作名,本接口取值:DownloadReportStringgetReportDate()Get 报告日期,格式为YYYY-MM-DDvoidsetInstId(String InstId)Set 实例ID,不传默认为系统分配的初始实例。voidsetModule(String Module)Set 模块名,本接口取值:ReportvoidsetOperation(String Operation)Set 操作名,本接口取值:DownloadReportvoidsetReportDate(String ReportDate)Set 报告日期,格式为YYYY-MM-DDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DownloadReportRequest
public DownloadReportRequest()
-
DownloadReportRequest
public DownloadReportRequest(DownloadReportRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getModule
public String getModule()
Get 模块名,本接口取值:Report- Returns:
- Module 模块名,本接口取值:Report
-
setModule
public void setModule(String Module)
Set 模块名,本接口取值:Report- Parameters:
Module- 模块名,本接口取值:Report
-
getOperation
public String getOperation()
Get 操作名,本接口取值:DownloadReport- Returns:
- Operation 操作名,本接口取值:DownloadReport
-
setOperation
public void setOperation(String Operation)
Set 操作名,本接口取值:DownloadReport- Parameters:
Operation- 操作名,本接口取值:DownloadReport
-
getReportDate
public String getReportDate()
Get 报告日期,格式为YYYY-MM-DD- Returns:
- ReportDate 报告日期,格式为YYYY-MM-DD
-
setReportDate
public void setReportDate(String ReportDate)
Set 报告日期,格式为YYYY-MM-DD- Parameters:
ReportDate- 报告日期,格式为YYYY-MM-DD
-
getInstId
public String getInstId()
Get 实例ID,不传默认为系统分配的初始实例。- Returns:
- InstId 实例ID,不传默认为系统分配的初始实例。
-
setInstId
public void setInstId(String InstId)
Set 实例ID,不传默认为系统分配的初始实例。- Parameters:
InstId- 实例ID,不传默认为系统分配的初始实例。
-
-