Class CloudAttachmentInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CloudAttachmentInfo
-
public class CloudAttachmentInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudAttachmentInfo()CloudAttachmentInfo(CloudAttachmentInfo 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 LonggetAttachmentAmount()Get 附加项金额。 附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额StringgetAttachmentCode()Get 附加项编号。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。StringgetAttachmentName()Get 附加项名称。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。StringgetAttachmentType()Get 附加项类型。 Add:加项; Sub:减项; Point:积分项; Subsidy:补贴项。voidsetAttachmentAmount(Long AttachmentAmount)Set 附加项金额。 附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额voidsetAttachmentCode(String AttachmentCode)Set 附加项编号。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。voidsetAttachmentName(String AttachmentName)Set 附加项名称。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。voidsetAttachmentType(String AttachmentType)Set 附加项类型。 Add:加项; Sub:减项; Point:积分项; Subsidy:补贴项。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
-
CloudAttachmentInfo
public CloudAttachmentInfo()
-
CloudAttachmentInfo
public CloudAttachmentInfo(CloudAttachmentInfo 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
-
getAttachmentAmount
public Long getAttachmentAmount()
Get 附加项金额。 附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额- Returns:
- AttachmentAmount 附加项金额。 附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额
-
setAttachmentAmount
public void setAttachmentAmount(Long AttachmentAmount)
Set 附加项金额。 附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额- Parameters:
AttachmentAmount- 附加项金额。 附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额
-
getAttachmentType
public String getAttachmentType()
Get 附加项类型。 Add:加项; Sub:减项; Point:积分项; Subsidy:补贴项。- Returns:
- AttachmentType 附加项类型。 Add:加项; Sub:减项; Point:积分项; Subsidy:补贴项。
-
setAttachmentType
public void setAttachmentType(String AttachmentType)
Set 附加项类型。 Add:加项; Sub:减项; Point:积分项; Subsidy:补贴项。- Parameters:
AttachmentType- 附加项类型。 Add:加项; Sub:减项; Point:积分项; Subsidy:补贴项。
-
getAttachmentName
public String getAttachmentName()
Get 附加项名称。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。- Returns:
- AttachmentName 附加项名称。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。
-
setAttachmentName
public void setAttachmentName(String AttachmentName)
Set 附加项名称。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。- Parameters:
AttachmentName- 附加项名称。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。
-
getAttachmentCode
public String getAttachmentCode()
Get 附加项编号。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。- Returns:
- AttachmentCode 附加项编号。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。
-
setAttachmentCode
public void setAttachmentCode(String AttachmentCode)
Set 附加项编号。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。- Parameters:
AttachmentCode- 附加项编号。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。
-
-