Class PayeeAccountInfoResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.PayeeAccountInfoResult
-
public class PayeeAccountInfoResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountId()Get 账户ID 注意:此字段可能返回 null,表示取不到有效值。StringgetAccountName()Get 账户名称 注意:此字段可能返回 null,表示取不到有效值。StringgetCreateTime()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。PayeeAccountPropertyInfogetPropertyInfo()Get 属性信息 注意:此字段可能返回 null,表示取不到有效值。StringgetRemark()Get 备注 注意:此字段可能返回 null,表示取不到有效值。PayeeAccountUserInfogetUserInfo()Get 用户信息 注意:此字段可能返回 null,表示取不到有效值。voidsetAccountId(String AccountId)Set 账户ID 注意:此字段可能返回 null,表示取不到有效值。voidsetAccountName(String AccountName)Set 账户名称 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetPropertyInfo(PayeeAccountPropertyInfo PropertyInfo)Set 属性信息 注意:此字段可能返回 null,表示取不到有效值。voidsetRemark(String Remark)Set 备注 注意:此字段可能返回 null,表示取不到有效值。voidsetUserInfo(PayeeAccountUserInfo UserInfo)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
-
PayeeAccountInfoResult
public PayeeAccountInfoResult()
-
PayeeAccountInfoResult
public 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.
-
-
Method Detail
-
getAccountId
public String getAccountId()
Get 账户ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AccountId 账户ID 注意:此字段可能返回 null,表示取不到有效值。
-
setAccountId
public void setAccountId(String AccountId)
Set 账户ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AccountId- 账户ID 注意:此字段可能返回 null,表示取不到有效值。
-
getAccountName
public String getAccountName()
Get 账户名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AccountName 账户名称 注意:此字段可能返回 null,表示取不到有效值。
-
setAccountName
public void setAccountName(String AccountName)
Set 账户名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AccountName- 账户名称 注意:此字段可能返回 null,表示取不到有效值。
-
getRemark
public String getRemark()
Get 备注 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark 备注 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set 备注 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- 备注 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getUserInfo
public PayeeAccountUserInfo getUserInfo()
Get 用户信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserInfo 用户信息 注意:此字段可能返回 null,表示取不到有效值。
-
setUserInfo
public void setUserInfo(PayeeAccountUserInfo UserInfo)
Set 用户信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserInfo- 用户信息 注意:此字段可能返回 null,表示取不到有效值。
-
getPropertyInfo
public PayeeAccountPropertyInfo getPropertyInfo()
Get 属性信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PropertyInfo 属性信息 注意:此字段可能返回 null,表示取不到有效值。
-
setPropertyInfo
public void setPropertyInfo(PayeeAccountPropertyInfo PropertyInfo)
Set 属性信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PropertyInfo- 属性信息 注意:此字段可能返回 null,表示取不到有效值。
-
-