public class GeneralCard extends AbstractModel
header, skipSign
Constructor and Description |
---|
GeneralCard() |
GeneralCard(GeneralCard 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 |
---|---|
Address |
getAddress()
Get Address
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getAge()
Get Age.
|
String |
getBirthday()
Get Birthday
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getBirthPlace()
Get Birth place
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDueDate()
Get Valid date in the format of YYYY-MM-DD
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getExpirationDate()
Get Date of expiry in the format of YYYY-MM-DD
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFirstName()
Get First name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFullName()
Get Full Name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIssuedAuthority()
Get Issuing authority
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIssuedCountry()
Get Issuing country, which is returned following the ISO 3166 country coding specification
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIssuedDate()
Get Date of issue in the format of YYYY-MM-DD
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLastName()
Get Last 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 |
getNationality()
Get Nationality, which is returned following the ISO 3166 country coding specification
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPassportCodeFirst()
Get The first line of passport machine reading code
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPassportCodeSecond()
Get The first line of passport machine reading code
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPersonalNumber()
Get Personal number, which is returned when it is a passport
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRegistrationNumber()
Get Registration number
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSex()
Get Gender on the license
- M: male
- F: female
- X: other gender
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAddress(Address Address)
Set Address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAge(String Age)
Set Age.
|
void |
setBirthday(String Birthday)
Set Birthday
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBirthPlace(String BirthPlace)
Set Birth place
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDueDate(String DueDate)
Set Valid date in the format of YYYY-MM-DD
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExpirationDate(String ExpirationDate)
Set Date of expiry in the format of YYYY-MM-DD
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFirstName(String FirstName)
Set First name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFullName(String FullName)
Set Full Name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIssuedAuthority(String IssuedAuthority)
Set Issuing authority
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIssuedCountry(String IssuedCountry)
Set Issuing country, which is returned following the ISO 3166 country coding specification
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIssuedDate(String IssuedDate)
Set Date of issue in the format of YYYY-MM-DD
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLastName(String LastName)
Set Last 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 |
setNationality(String Nationality)
Set Nationality, which is returned following the ISO 3166 country coding specification
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPassportCodeFirst(String PassportCodeFirst)
Set The first line of passport machine reading code
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPassportCodeSecond(String PassportCodeSecond)
Set The first line of passport machine reading code
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPersonalNumber(String PersonalNumber)
Set Personal number, which is returned when it is a passport
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRegistrationNumber(String RegistrationNumber)
Set Registration number
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSex(String Sex)
Set Gender on the license
- M: male
- F: female
- X: other gender
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 GeneralCard()
public GeneralCard(GeneralCard source)
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 getPersonalNumber()
public void setPersonalNumber(String PersonalNumber)
PersonalNumber
- Personal number, which is returned when it is a passport
Note: This field may return null, indicating that no valid values can be obtained.public String getPassportCodeFirst()
public void setPassportCodeFirst(String PassportCodeFirst)
PassportCodeFirst
- The first line of passport machine reading code
Note: This field may return null, indicating that no valid values can be obtained.public String getPassportCodeSecond()
public void setPassportCodeSecond(String PassportCodeSecond)
PassportCodeSecond
- The first line of passport machine reading code
Note: This field may return null, indicating that no valid values can be obtained.public String getExpirationDate()
public void setExpirationDate(String ExpirationDate)
ExpirationDate
- Date of expiry in the format of YYYY-MM-DD
Note: This field may return null, indicating that no valid values can be obtained.public String getDueDate()
public void setDueDate(String DueDate)
DueDate
- Valid date in the format of YYYY-MM-DD
Note: This field may return null, indicating that no valid values can be obtained.public String getIssuedDate()
public void setIssuedDate(String IssuedDate)
IssuedDate
- Date of issue in the format of YYYY-MM-DD
Note: This field may return null, indicating that no valid values can be obtained.public String getIssuedAuthority()
public void setIssuedAuthority(String IssuedAuthority)
IssuedAuthority
- Issuing authority
Note: This field may return null, indicating that no valid values can be obtained.public String getIssuedCountry()
public void setIssuedCountry(String IssuedCountry)
IssuedCountry
- Issuing country, which is returned following the ISO 3166 country coding specification
Note: This field may return null, indicating that no valid values can be obtained.
Example: MYSpublic String getFullName()
public void setFullName(String FullName)
FullName
- Full Name
Note: This field may return null, indicating that no valid values can be obtained.public String getFirstName()
public void setFirstName(String FirstName)
FirstName
- First name
Note: This field may return null, indicating that no valid values can be obtained.public String getLastName()
public void setLastName(String LastName)
LastName
- Last 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 on the license
- M: male
- F: female
- X: other gender
Note: This field may return null, indicating that no valid values can be obtained.
Example: Mpublic String getAge()
public void setAge(String Age)
Age
- Age. 0 indicates that no valid information is obtained.
Example: 0public String getBirthday()
public void setBirthday(String Birthday)
Birthday
- Birthday
Note: This field may return null, indicating that no valid values can be obtained.public String getBirthPlace()
public void setBirthPlace(String BirthPlace)
BirthPlace
- Birth place
Note: This field may return null, indicating that no valid values can be obtained.public String getNationality()
public void setNationality(String Nationality)
Nationality
- Nationality, which is returned following the ISO 3166 country coding specification
Note: This field may return null, indicating that no valid values can be obtained.
Example: INDpublic String getRegistrationNumber()
public void setRegistrationNumber(String RegistrationNumber)
RegistrationNumber
- Registration number
Note: This field may return null, indicating that no valid values can be obtained.public Address getAddress()
public void setAddress(Address Address)
Address
- Address
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.