Class AddFlexIdInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.AddFlexIdInfoRequest
-
public class AddFlexIdInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AddFlexIdInfoRequest()AddFlexIdInfoRequest(AddFlexIdInfoRequest 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 StringgetEnvironment()Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境StringgetIdNo()Get 证件号LonggetIdType()Get 证件类型 0:身份证 1:社会信用代码StringgetName()Get 姓名StringgetPayeeId()Get 收款用户IDvoidsetEnvironment(String Environment)Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境voidsetIdNo(String IdNo)Set 证件号voidsetIdType(Long IdType)Set 证件类型 0:身份证 1:社会信用代码voidsetName(String Name)Set 姓名voidsetPayeeId(String PayeeId)Set 收款用户IDvoidtoMap(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
-
AddFlexIdInfoRequest
public AddFlexIdInfoRequest()
-
AddFlexIdInfoRequest
public AddFlexIdInfoRequest(AddFlexIdInfoRequest 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
-
getIdType
public Long getIdType()
Get 证件类型 0:身份证 1:社会信用代码- Returns:
- IdType 证件类型 0:身份证 1:社会信用代码
-
setIdType
public void setIdType(Long IdType)
Set 证件类型 0:身份证 1:社会信用代码- Parameters:
IdType- 证件类型 0:身份证 1:社会信用代码
-
getIdNo
public String getIdNo()
Get 证件号- Returns:
- IdNo 证件号
-
setIdNo
public void setIdNo(String IdNo)
Set 证件号- Parameters:
IdNo- 证件号
-
getPayeeId
public String getPayeeId()
Get 收款用户ID- Returns:
- PayeeId 收款用户ID
-
setPayeeId
public void setPayeeId(String PayeeId)
Set 收款用户ID- Parameters:
PayeeId- 收款用户ID
-
getEnvironment
public String getEnvironment()
Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境- Returns:
- Environment 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境- Parameters:
Environment- 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
-
getName
public String getName()
Get 姓名- Returns:
- Name 姓名
-
setName
public void setName(String Name)
Set 姓名- Parameters:
Name- 姓名
-
-