public class OldAttachmentInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAttachmentAmount()
Get 附加项金额
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAttachmentCode()
Get 附加项编号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAttachmentName()
Get 附加项名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAttachmentType()
Get 附加项类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttachmentAmount(Long AttachmentAmount)
Set 附加项金额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttachmentCode(String AttachmentCode)
Set 附加项编号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttachmentName(String AttachmentName)
Set 附加项名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttachmentType(String AttachmentType)
Set 附加项类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OldAttachmentInfo()
public OldAttachmentInfo(OldAttachmentInfo source)
public Long getAttachmentAmount()
public void setAttachmentAmount(Long AttachmentAmount)
AttachmentAmount
- 附加项金额
注意:此字段可能返回 null,表示取不到有效值。public String getAttachmentType()
public void setAttachmentType(String AttachmentType)
AttachmentType
- 附加项类型
注意:此字段可能返回 null,表示取不到有效值。public String getAttachmentName()
public void setAttachmentName(String AttachmentName)
AttachmentName
- 附加项名称
注意:此字段可能返回 null,表示取不到有效值。public String getAttachmentCode()
public void setAttachmentCode(String AttachmentCode)
AttachmentCode
- 附加项编号
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.