Class DownloadDialogueTextRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cr.v20180321.models.DownloadDialogueTextRequest
-
public class DownloadDialogueTextRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DownloadDialogueTextRequest()DownloadDialogueTextRequest(DownloadDialogueTextRequest 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 实例IDStringgetModule()Get 模块名,本接口取值:ReportStringgetOperation()Get 操作名,本接口取值:DownloadTextReportStringgetReportDate()Get 报告日期,格式为YYYY-MM-DDvoidsetInstId(String InstId)Set 实例IDvoidsetModule(String Module)Set 模块名,本接口取值:ReportvoidsetOperation(String Operation)Set 操作名,本接口取值:DownloadTextReportvoidsetReportDate(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
-
DownloadDialogueTextRequest
public DownloadDialogueTextRequest()
-
DownloadDialogueTextRequest
public DownloadDialogueTextRequest(DownloadDialogueTextRequest 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 操作名,本接口取值:DownloadTextReport- Returns:
- Operation 操作名,本接口取值:DownloadTextReport
-
setOperation
public void setOperation(String Operation)
Set 操作名,本接口取值:DownloadTextReport- Parameters:
Operation- 操作名,本接口取值:DownloadTextReport
-
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
-
-