public class NormalHKIDCard extends AbstractModel
header, skipSign
Constructor and Description |
---|
NormalHKIDCard() |
NormalHKIDCard(NormalHKIDCard 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 |
getBirthday()
Get Birthday
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getChineseName()
Get Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCurrentIssueDate()
Get The current date of issue
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFullName()
Get English name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIssuedDate()
Get The first date of issue
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLicenseNumber()
Get ID card number
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPermanent()
Get Permanent resident ID card: 0-non-permanent; 1-permanent; -1-unknown
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRegistrationNumber()
Get Telex code correspondint to the Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSex()
Get Gender: "Male-M" or "Female-F"
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSymbol()
Get Lisence symbol, which is the symbol below Birthday.
|
void |
setBirthday(String Birthday)
Set Birthday
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setChineseName(String ChineseName)
Set Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCurrentIssueDate(String CurrentIssueDate)
Set The current date of issue
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFullName(String FullName)
Set English name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIssuedDate(String IssuedDate)
Set The first date of issue
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLicenseNumber(String LicenseNumber)
Set ID card number
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPermanent(String Permanent)
Set Permanent resident ID card: 0-non-permanent; 1-permanent; -1-unknown
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRegistrationNumber(String RegistrationNumber)
Set Telex code correspondint to the Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSex(String Sex)
Set Gender: "Male-M" or "Female-F"
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSymbol(String Symbol)
Set Lisence symbol, which is the symbol below Birthday.
|
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 NormalHKIDCard()
public NormalHKIDCard(NormalHKIDCard source)
public String getChineseName()
public void setChineseName(String ChineseName)
ChineseName
- Chinese name
Note: This field may return null, indicating that no valid values can be obtained.public String getFullName()
public void setFullName(String FullName)
FullName
- English name
Note: This field may return null, indicating that no valid values can be obtained.
Example: SAN, Nanpublic String getRegistrationNumber()
public void setRegistrationNumber(String RegistrationNumber)
RegistrationNumber
- Telex code correspondint to the 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
- Gender: "Male-M" or "Female-F"
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.
Example: 01-01-2001public String getPermanent()
public void setPermanent(String Permanent)
Permanent
- Permanent resident ID card: 0-non-permanent; 1-permanent; -1-unknown
Note: This field may return null, indicating that no valid values can be obtained.public String getLicenseNumber()
public void setLicenseNumber(String LicenseNumber)
LicenseNumber
- ID card number
Note: This field may return null, indicating that no valid values can be obtained.
Example: C000000(E)public String getSymbol()
public void setSymbol(String Symbol)
Symbol
- Lisence symbol, which is the symbol below Birthday. Example: "***AZ"
Note: This field may return null, indicating that no valid values can be obtained.public String getIssuedDate()
public void setIssuedDate(String IssuedDate)
IssuedDate
- The first date of issue
Note: This field may return null, indicating that no valid values can be obtained.public String getCurrentIssueDate()
public void setCurrentIssueDate(String CurrentIssueDate)
CurrentIssueDate
- The current date of issue
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.