public class DownloadReportRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstId()
Get 实例ID,不传默认为系统分配的初始实例。
|
String |
getModule()
Get 模块名,本接口取值:Report
|
String |
getOperation()
Get 操作名,本接口取值:DownloadReport
|
String |
getReportDate()
Get 报告日期,格式为YYYY-MM-DD
|
void |
setInstId(String InstId)
Set 实例ID,不传默认为系统分配的初始实例。
|
void |
setModule(String Module)
Set 模块名,本接口取值:Report
|
void |
setOperation(String Operation)
Set 操作名,本接口取值:DownloadReport
|
void |
setReportDate(String ReportDate)
Set 报告日期,格式为YYYY-MM-DD
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DownloadReportRequest()
public DownloadReportRequest(DownloadReportRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名,本接口取值:Reportpublic String getOperation()
public void setOperation(String Operation)
Operation
- 操作名,本接口取值:DownloadReportpublic String getReportDate()
public void setReportDate(String ReportDate)
ReportDate
- 报告日期,格式为YYYY-MM-DDpublic String getInstId()
public void setInstId(String InstId)
InstId
- 实例ID,不传默认为系统分配的初始实例。Copyright © 2022. All rights reserved.