public class MainlandIDCard extends AbstractModel
header, skipSign
Constructor and Description |
---|
MainlandIDCard() |
MainlandIDCard(MainlandIDCard 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 |
getAddress()
Deprecated.
|
String |
getBirthday()
Get Birthday
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFormattedAddress()
Get Address
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFullName()
Get Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLicenseNumber()
Get License number
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getNation()
Get Nation
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSex()
Get Sex
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAddress(String Address)
Deprecated.
|
void |
setBirthday(String Birthday)
Set Birthday
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFormattedAddress(String FormattedAddress)
Set Address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFullName(String FullName)
Set Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLicenseNumber(String LicenseNumber)
Set License number
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNation(String Nation)
Set Nation
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSex(String Sex)
Set Sex
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, toJsonString
public MainlandIDCard()
public MainlandIDCard(MainlandIDCard source)
public String getFullName()
public void setFullName(String FullName)
FullName
- Chinese name
Note: This field may return null, indicating that no valid values can be obtained.public String getSex()
public void setSex(String Sex)
Sex
- Sex
Note: This field may return null, indicating that no valid values can be obtained.public String getNation()
public void setNation(String Nation)
Nation
- Nation
Note: This field may return null, indicating that no valid values can be obtained.public String getBirthday()
public void setBirthday(String Birthday)
Birthday
- Birthday
Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public String getAddress()
@Deprecated public void setAddress(String Address)
Address
- Address
Note: This field may return null, indicating that no valid values can be obtained.public String getLicenseNumber()
public void setLicenseNumber(String LicenseNumber)
LicenseNumber
- License number
Note: This field may return null, indicating that no valid values can be obtained.public String getFormattedAddress()
public void setFormattedAddress(String FormattedAddress)
FormattedAddress
- Address
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.