public class PayeeAccountInfoResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
PayeeAccountInfoResult() |
PayeeAccountInfoResult(PayeeAccountInfoResult 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 |
---|---|
String |
getAccountId()
Get 账户ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAccountName()
Get 账户名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
PayeeAccountPropertyInfo |
getPropertyInfo()
Get 属性信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 备注
注意:此字段可能返回 null,表示取不到有效值。
|
PayeeAccountUserInfo |
getUserInfo()
Get 用户信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAccountId(String AccountId)
Set 账户ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAccountName(String AccountName)
Set 账户名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPropertyInfo(PayeeAccountPropertyInfo PropertyInfo)
Set 属性信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set 备注
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserInfo(PayeeAccountUserInfo UserInfo)
Set 用户信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PayeeAccountInfoResult()
public PayeeAccountInfoResult(PayeeAccountInfoResult source)
public String getAccountId()
public void setAccountId(String AccountId)
AccountId
- 账户ID
注意:此字段可能返回 null,表示取不到有效值。public String getAccountName()
public void setAccountName(String AccountName)
AccountName
- 账户名称
注意:此字段可能返回 null,表示取不到有效值。public String getRemark()
public void setRemark(String Remark)
Remark
- 备注
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public PayeeAccountUserInfo getUserInfo()
public void setUserInfo(PayeeAccountUserInfo UserInfo)
UserInfo
- 用户信息
注意:此字段可能返回 null,表示取不到有效值。public PayeeAccountPropertyInfo getPropertyInfo()
public void setPropertyInfo(PayeeAccountPropertyInfo PropertyInfo)
PropertyInfo
- 属性信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.