Class PayeeAccountUserInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.PayeeAccountUserInfo
-
public class PayeeAccountUserInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PayeeAccountUserInfo()PayeeAccountUserInfo(PayeeAccountUserInfo 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 StringgetIdNo()Get 证件号 注意:此字段可能返回 null,表示取不到有效值。LonggetIdType()Get 证件类型 0:身份证 1:社会信用代码 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 姓名 注意:此字段可能返回 null,表示取不到有效值。StringgetOutUserId()Get 外部用户ID 注意:此字段可能返回 null,表示取不到有效值。LonggetUserType()Get 用户类型 0:B端用户 1:C端用户 注意:此字段可能返回 null,表示取不到有效值。voidsetIdNo(String IdNo)Set 证件号 注意:此字段可能返回 null,表示取不到有效值。voidsetIdType(Long IdType)Set 证件类型 0:身份证 1:社会信用代码 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 姓名 注意:此字段可能返回 null,表示取不到有效值。voidsetOutUserId(String OutUserId)Set 外部用户ID 注意:此字段可能返回 null,表示取不到有效值。voidsetUserType(Long UserType)Set 用户类型 0:B端用户 1:C端用户 注意:此字段可能返回 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
-
PayeeAccountUserInfo
public PayeeAccountUserInfo()
-
PayeeAccountUserInfo
public PayeeAccountUserInfo(PayeeAccountUserInfo 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
-
getOutUserId
public String getOutUserId()
Get 外部用户ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OutUserId 外部用户ID 注意:此字段可能返回 null,表示取不到有效值。
-
setOutUserId
public void setOutUserId(String OutUserId)
Set 外部用户ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OutUserId- 外部用户ID 注意:此字段可能返回 null,表示取不到有效值。
-
getUserType
public Long getUserType()
Get 用户类型 0:B端用户 1:C端用户 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserType 用户类型 0:B端用户 1:C端用户 注意:此字段可能返回 null,表示取不到有效值。
-
setUserType
public void setUserType(Long UserType)
Set 用户类型 0:B端用户 1:C端用户 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserType- 用户类型 0:B端用户 1:C端用户 注意:此字段可能返回 null,表示取不到有效值。
-
getIdType
public Long getIdType()
Get 证件类型 0:身份证 1:社会信用代码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IdType 证件类型 0:身份证 1:社会信用代码 注意:此字段可能返回 null,表示取不到有效值。
-
setIdType
public void setIdType(Long IdType)
Set 证件类型 0:身份证 1:社会信用代码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IdType- 证件类型 0:身份证 1:社会信用代码 注意:此字段可能返回 null,表示取不到有效值。
-
getIdNo
public String getIdNo()
Get 证件号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IdNo 证件号 注意:此字段可能返回 null,表示取不到有效值。
-
setIdNo
public void setIdNo(String IdNo)
Set 证件号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IdNo- 证件号 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 姓名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 姓名 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 姓名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 姓名 注意:此字段可能返回 null,表示取不到有效值。
-
-