Class MultiApplyDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.MultiApplyDetail
-
public class MultiApplyDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MultiApplyDetail()MultiApplyDetail(MultiApplyDetail 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 StringgetAmount()Get 分账金额StringgetMerchantNo()Get 商户编号StringgetRemark()Get 备注voidsetAmount(String Amount)Set 分账金额voidsetMerchantNo(String MerchantNo)Set 商户编号voidsetRemark(String Remark)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
-
MultiApplyDetail
public MultiApplyDetail()
-
MultiApplyDetail
public MultiApplyDetail(MultiApplyDetail 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
-
getMerchantNo
public String getMerchantNo()
Get 商户编号- Returns:
- MerchantNo 商户编号
-
setMerchantNo
public void setMerchantNo(String MerchantNo)
Set 商户编号- Parameters:
MerchantNo- 商户编号
-
getAmount
public String getAmount()
Get 分账金额- Returns:
- Amount 分账金额
-
setAmount
public void setAmount(String Amount)
Set 分账金额- Parameters:
Amount- 分账金额
-
getRemark
public String getRemark()
Get 备注- Returns:
- Remark 备注
-
setRemark
public void setRemark(String Remark)
Set 备注- Parameters:
Remark- 备注
-
-