public class DescribeCustomerInfoData extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeCustomerInfoData() |
DescribeCustomerInfoData(DescribeCustomerInfoData 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 |
getAccountStatus()
Get Account status
0: Normal
1: Forcibly mandatory (this function is not supported yet)
2.
|
String |
getAuthStatus()
Get Identity verification status
-1: Files not uploaded
0: Not submitted for review
1: Under review
2: Review error
3: Approved
Note: The return value may be null, indicating that no valid data can be obtained.
|
String |
getBindTime()
Get Binding time Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCustomerUin()
Get Customer UIN Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getEmail()
Get Email Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMark()
Get Remarks Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Displayed name Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPhone()
Get Mobile number Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAccountStatus(String AccountStatus)
Set Account status
0: Normal
1: Forcibly mandatory (this function is not supported yet)
2.
|
void |
setAuthStatus(String AuthStatus)
Set Identity verification status
-1: Files not uploaded
0: Not submitted for review
1: Under review
2: Review error
3: Approved
Note: The return value may be null, indicating that no valid data can be obtained.
|
void |
setBindTime(String BindTime)
Set Binding time Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCustomerUin(String CustomerUin)
Set Customer UIN Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEmail(String Email)
Set Email Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMark(String Mark)
Set Remarks Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Displayed name Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPhone(String Phone)
Set Mobile number Note: This field may return null, indicating that no valid values can be obtained.
|
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, toJsonStringpublic DescribeCustomerInfoData()
public DescribeCustomerInfoData(DescribeCustomerInfoData source)
public String getCustomerUin()
public void setCustomerUin(String CustomerUin)
CustomerUin - Customer UIN Note: This field may return null, indicating that no valid values can be obtained.public String getEmail()
public void setEmail(String Email)
Email - Email Note: This field may return null, indicating that no valid values can be obtained.public String getPhone()
public void setPhone(String Phone)
Phone - Mobile number Note: This field may return null, indicating that no valid values can be obtained.public String getMark()
public void setMark(String Mark)
Mark - Remarks Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name - Displayed name Note: This field may return null, indicating that no valid values can be obtained.public String getBindTime()
public void setBindTime(String BindTime)
BindTime - Binding time Note: This field may return null, indicating that no valid values can be obtained.public String getAccountStatus()
public void setAccountStatus(String AccountStatus)
AccountStatus - Account status
0: Normal
1: Forcibly mandatory (this function is not supported yet)
2. Mandatory arrears
Note: The return value may be null, indicating that no valid data can be obtained.public String getAuthStatus()
public void setAuthStatus(String AuthStatus)
AuthStatus - Identity verification status
-1: Files not uploaded
0: Not submitted for review
1: Under review
2: Review error
3: Approved
Note: The return value may be null, indicating that no valid data can be obtained.Copyright © 2024. All rights reserved.