Class ApplyReWithdrawalRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.ApplyReWithdrawalRequest
-
public class ApplyReWithdrawalRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApplyReWithdrawalRequest()ApplyReWithdrawalRequest(ApplyReWithdrawalRequest 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 WithdrawBillgetBody()Get 提现信息LonggetBusinessType()Get 聚鑫业务类型StringgetMidasAppId()Get 聚鑫业务IDStringgetMidasEnvironment()Get 环境名: release: 现网环境 sandbox: 沙箱环境 development: 开发环境 缺省: releaseStringgetMidasSecretId()Get 由平台客服提供的计费密钥IdStringgetMidasSignature()Get 计费签名voidsetBody(WithdrawBill Body)Set 提现信息voidsetBusinessType(Long BusinessType)Set 聚鑫业务类型voidsetMidasAppId(String MidasAppId)Set 聚鑫业务IDvoidsetMidasEnvironment(String MidasEnvironment)Set 环境名: release: 现网环境 sandbox: 沙箱环境 development: 开发环境 缺省: releasevoidsetMidasSecretId(String MidasSecretId)Set 由平台客服提供的计费密钥IdvoidsetMidasSignature(String MidasSignature)Set 计费签名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
-
ApplyReWithdrawalRequest
public ApplyReWithdrawalRequest()
-
ApplyReWithdrawalRequest
public ApplyReWithdrawalRequest(ApplyReWithdrawalRequest 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
-
getBusinessType
public Long getBusinessType()
Get 聚鑫业务类型- Returns:
- BusinessType 聚鑫业务类型
-
setBusinessType
public void setBusinessType(Long BusinessType)
Set 聚鑫业务类型- Parameters:
BusinessType- 聚鑫业务类型
-
getMidasSecretId
public String getMidasSecretId()
Get 由平台客服提供的计费密钥Id- Returns:
- MidasSecretId 由平台客服提供的计费密钥Id
-
setMidasSecretId
public void setMidasSecretId(String MidasSecretId)
Set 由平台客服提供的计费密钥Id- Parameters:
MidasSecretId- 由平台客服提供的计费密钥Id
-
getMidasSignature
public String getMidasSignature()
Get 计费签名- Returns:
- MidasSignature 计费签名
-
setMidasSignature
public void setMidasSignature(String MidasSignature)
Set 计费签名- Parameters:
MidasSignature- 计费签名
-
getBody
public WithdrawBill getBody()
Get 提现信息- Returns:
- Body 提现信息
-
setBody
public void setBody(WithdrawBill Body)
Set 提现信息- Parameters:
Body- 提现信息
-
getMidasAppId
public String getMidasAppId()
Get 聚鑫业务ID- Returns:
- MidasAppId 聚鑫业务ID
-
setMidasAppId
public void setMidasAppId(String MidasAppId)
Set 聚鑫业务ID- Parameters:
MidasAppId- 聚鑫业务ID
-
getMidasEnvironment
public String getMidasEnvironment()
Get 环境名: release: 现网环境 sandbox: 沙箱环境 development: 开发环境 缺省: release- Returns:
- MidasEnvironment 环境名: release: 现网环境 sandbox: 沙箱环境 development: 开发环境 缺省: release
-
setMidasEnvironment
public void setMidasEnvironment(String MidasEnvironment)
Set 环境名: release: 现网环境 sandbox: 沙箱环境 development: 开发环境 缺省: release- Parameters:
MidasEnvironment- 环境名: release: 现网环境 sandbox: 沙箱环境 development: 开发环境 缺省: release
-
-