Class OldAttachmentInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.OldAttachmentInfo
-
public class OldAttachmentInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OldAttachmentInfo()OldAttachmentInfo(OldAttachmentInfo 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 附加项金额 注意:此字段可能返回 null,表示取不到有效值。StringgetAttachmentCode()Get 附加项编号 注意:此字段可能返回 null,表示取不到有效值。StringgetAttachmentName()Get 附加项名称 注意:此字段可能返回 null,表示取不到有效值。StringgetAttachmentType()Get 附加项类型 注意:此字段可能返回 null,表示取不到有效值。voidsetAttachmentAmount(Long AttachmentAmount)Set 附加项金额 注意:此字段可能返回 null,表示取不到有效值。voidsetAttachmentCode(String AttachmentCode)Set 附加项编号 注意:此字段可能返回 null,表示取不到有效值。voidsetAttachmentName(String AttachmentName)Set 附加项名称 注意:此字段可能返回 null,表示取不到有效值。voidsetAttachmentType(String AttachmentType)Set 附加项类型 注意:此字段可能返回 null,表示取不到有效值。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
-
OldAttachmentInfo
public OldAttachmentInfo()
-
OldAttachmentInfo
public OldAttachmentInfo(OldAttachmentInfo 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 附加项金额 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AttachmentAmount 附加项金额 注意:此字段可能返回 null,表示取不到有效值。
-
setAttachmentAmount
public void setAttachmentAmount(Long AttachmentAmount)
Set 附加项金额 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AttachmentAmount- 附加项金额 注意:此字段可能返回 null,表示取不到有效值。
-
getAttachmentType
public String getAttachmentType()
Get 附加项类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AttachmentType 附加项类型 注意:此字段可能返回 null,表示取不到有效值。
-
setAttachmentType
public void setAttachmentType(String AttachmentType)
Set 附加项类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AttachmentType- 附加项类型 注意:此字段可能返回 null,表示取不到有效值。
-
getAttachmentName
public String getAttachmentName()
Get 附加项名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AttachmentName 附加项名称 注意:此字段可能返回 null,表示取不到有效值。
-
setAttachmentName
public void setAttachmentName(String AttachmentName)
Set 附加项名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AttachmentName- 附加项名称 注意:此字段可能返回 null,表示取不到有效值。
-
getAttachmentCode
public String getAttachmentCode()
Get 附加项编号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AttachmentCode 附加项编号 注意:此字段可能返回 null,表示取不到有效值。
-
setAttachmentCode
public void setAttachmentCode(String AttachmentCode)
Set 附加项编号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AttachmentCode- 附加项编号 注意:此字段可能返回 null,表示取不到有效值。
-
-