public class CustomInfoResult
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
account
example:
|
String |
companyName
example:
|
String |
creditCode
example:
|
String |
idCard
example:
|
String |
legalName
example:
|
String |
password
example:
|
String |
phoneNumber
example:
|
| Constructor and Description |
|---|
CustomInfoResult() |
| Modifier and Type | Method and Description |
|---|---|
static CustomInfoResult |
build(Map<String,?> map) |
String |
getAccount() |
String |
getCompanyName() |
String |
getCreditCode() |
String |
getIdCard() |
String |
getLegalName() |
String |
getPassword() |
String |
getPhoneNumber() |
CustomInfoResult |
setAccount(String account) |
CustomInfoResult |
setCompanyName(String companyName) |
CustomInfoResult |
setCreditCode(String creditCode) |
CustomInfoResult |
setIdCard(String idCard) |
CustomInfoResult |
setLegalName(String legalName) |
CustomInfoResult |
setPassword(String password) |
CustomInfoResult |
setPhoneNumber(String phoneNumber) |
@NameInMap(value="credit_code") @Validation(required=true) public String creditCode
923231293311125216
@NameInMap(value="company_name") @Validation(required=true) public String companyName
测试查询科技有限公司
@NameInMap(value="legal_name") @Validation(required=true) public String legalName
王华
@NameInMap(value="id_card") @Validation(required=true) public String idCard
320101111111111111
@NameInMap(value="phone_number") @Validation(required=true) public String phoneNumber
15899998888
@NameInMap(value="account") @Validation(required=true) public String account
111111111
@NameInMap(value="password") @Validation(required=true) public String password
1111111
public static CustomInfoResult build(Map<String,?> map) throws Exception
Exceptionpublic CustomInfoResult setCreditCode(String creditCode)
public String getCreditCode()
public CustomInfoResult setCompanyName(String companyName)
public String getCompanyName()
public CustomInfoResult setLegalName(String legalName)
public String getLegalName()
public CustomInfoResult setIdCard(String idCard)
public String getIdCard()
public CustomInfoResult setPhoneNumber(String phoneNumber)
public String getPhoneNumber()
public CustomInfoResult setAccount(String account)
public String getAccount()
public CustomInfoResult setPassword(String password)
public String getPassword()
Copyright © 2025. All rights reserved.