Class DownloadContractRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ds.v20180523.models.DownloadContractRequest
-
public class DownloadContractRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DownloadContractRequest()DownloadContractRequest(DownloadContractRequest 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 StringgetContractResId()Get 合同IDStringgetModule()Get 模块名ContractMngStringgetOperation()Get 操作名DownloadContractvoidsetContractResId(String ContractResId)Set 合同IDvoidsetModule(String Module)Set 模块名ContractMngvoidsetOperation(String Operation)Set 操作名DownloadContractvoidtoMap(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
-
DownloadContractRequest
public DownloadContractRequest()
-
DownloadContractRequest
public DownloadContractRequest(DownloadContractRequest 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 模块名ContractMng- Returns:
- Module 模块名ContractMng
-
setModule
public void setModule(String Module)
Set 模块名ContractMng- Parameters:
Module- 模块名ContractMng
-
getOperation
public String getOperation()
Get 操作名DownloadContract- Returns:
- Operation 操作名DownloadContract
-
setOperation
public void setOperation(String Operation)
Set 操作名DownloadContract- Parameters:
Operation- 操作名DownloadContract
-
getContractResId
public String getContractResId()
Get 合同ID- Returns:
- ContractResId 合同ID
-
setContractResId
public void setContractResId(String ContractResId)
Set 合同ID- Parameters:
ContractResId- 合同ID
-
-