Class DownloadOrgFileRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.DownloadOrgFileRequest
-
public class DownloadOrgFileRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DownloadOrgFileRequest()DownloadOrgFileRequest(DownloadOrgFileRequest 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 StringgetFilePath()Get 文件路径StringgetOpenId()Get 收单系统分配的开放IDStringgetOpenKey()Get 收单系统分配的密钥StringgetProfile()Get 沙箱环境填sandbox,正式环境不填StringgetStorage()Get 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域voidsetFilePath(String FilePath)Set 文件路径voidsetOpenId(String OpenId)Set 收单系统分配的开放IDvoidsetOpenKey(String OpenKey)Set 收单系统分配的密钥voidsetProfile(String Profile)Set 沙箱环境填sandbox,正式环境不填voidsetStorage(String Storage)Set 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域voidtoMap(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
-
DownloadOrgFileRequest
public DownloadOrgFileRequest()
-
DownloadOrgFileRequest
public DownloadOrgFileRequest(DownloadOrgFileRequest 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
-
getOpenId
public String getOpenId()
Get 收单系统分配的开放ID- Returns:
- OpenId 收单系统分配的开放ID
-
setOpenId
public void setOpenId(String OpenId)
Set 收单系统分配的开放ID- Parameters:
OpenId- 收单系统分配的开放ID
-
getOpenKey
public String getOpenKey()
Get 收单系统分配的密钥- Returns:
- OpenKey 收单系统分配的密钥
-
setOpenKey
public void setOpenKey(String OpenKey)
Set 收单系统分配的密钥- Parameters:
OpenKey- 收单系统分配的密钥
-
getStorage
public String getStorage()
Get 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域- Returns:
- Storage 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
-
setStorage
public void setStorage(String Storage)
Set 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域- Parameters:
Storage- 存储区域(0私密区,1公共区),请严格按文件要求,上传到不同的区域
-
getFilePath
public String getFilePath()
Get 文件路径- Returns:
- FilePath 文件路径
-
setFilePath
public void setFilePath(String FilePath)
Set 文件路径- Parameters:
FilePath- 文件路径
-
getProfile
public String getProfile()
Get 沙箱环境填sandbox,正式环境不填- Returns:
- Profile 沙箱环境填sandbox,正式环境不填
-
setProfile
public void setProfile(String Profile)
Set 沙箱环境填sandbox,正式环境不填- Parameters:
Profile- 沙箱环境填sandbox,正式环境不填
-
-