public class ThailandIDCard extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ThailandIDCard()  | 
ThailandIDCard(ThailandIDCard 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 | 
getDateOfBirth()
Get Birthday
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getDateOfExpiry()
Get Date of expiry
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getDateOfIssue()
Get Date of issue
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 | 
getIssuedCountry()
Get Issuing country
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. 
 | 
void | 
setDateOfBirth(String DateOfBirth)
Set Birthday
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDateOfExpiry(String DateOfExpiry)
Set Date of expiry
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDateOfIssue(String DateOfIssue)
Set Date of issue
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 | 
setIssuedCountry(String IssuedCountry)
Set Issuing country
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 | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ThailandIDCard()
public ThailandIDCard(ThailandIDCard source)
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 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 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 getDateOfBirth()
public void setDateOfBirth(String DateOfBirth)
DateOfBirth - Birthday
Note: This field may return null, indicating that no valid values can be obtained.public String getDateOfExpiry()
public void setDateOfExpiry(String DateOfExpiry)
DateOfExpiry - Date of expiry
Note: This field may return null, indicating that no valid values can be obtained.public String getDateOfIssue()
public void setDateOfIssue(String DateOfIssue)
DateOfIssue - Date of issue
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
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.