public class HKIDCard extends AbstractModel
header, skipSign
Constructor and Description |
---|
HKIDCard() |
HKIDCard(HKIDCard 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 |
getCnName()
Get
|
String |
getCurrentIssueDate()
Get The current date of issue
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getEnName()
Get English name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFirstIssueDate()
Get The first date of issue
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIdNum()
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 |
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.
|
String |
getTelexCode()
Get Telex code correspondint to the Chinese name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBirthday(String Birthday)
Set Birthday
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCnName(String CnName)
Set
|
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 |
setEnName(String EnName)
Set English name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFirstIssueDate(String FirstIssueDate)
Set The first date of issue
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIdNum(String IdNum)
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 |
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 |
setTelexCode(String TelexCode)
Set Telex code correspondint to the Chinese name
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 HKIDCard()
public HKIDCard(HKIDCard source)
public String getCnName()
public void setCnName(String CnName)
CnName
- public String getEnName()
public void setEnName(String EnName)
EnName
- English name
Note: This field may return null, indicating that no valid values can be obtained.
Example: SAN, Nanpublic String getTelexCode()
public void setTelexCode(String TelexCode)
TelexCode
- 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 getIdNum()
public void setIdNum(String IdNum)
IdNum
- 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 getFirstIssueDate()
public void setFirstIssueDate(String FirstIssueDate)
FirstIssueDate
- 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.