public class DownloadContractRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContractResId()Get 合同ID | 
| String | getModule()Get 模块名ContractMng | 
| String | getOperation()Get 操作名DownloadContract | 
| void | setContractResId(String ContractResId)Set 合同ID | 
| void | setModule(String Module)Set 模块名ContractMng | 
| void | setOperation(String Operation)Set 操作名DownloadContract | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DownloadContractRequest()
public DownloadContractRequest(DownloadContractRequest source)
public String getModule()
public void setModule(String Module)
Module - 模块名ContractMngpublic String getOperation()
public void setOperation(String Operation)
Operation - 操作名DownloadContractpublic String getContractResId()
public void setContractResId(String ContractResId)
ContractResId - 合同IDCopyright © 2025. All rights reserved.