public class TaiWanIDCard extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaiWanIDCard() | 
| TaiWanIDCard(TaiWanIDCard 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 | getFullName()Get Full name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIssuedCountry()Get Issued country
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 | getRegistrationNumber()Get Registration number
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSex()Get Gender
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 | setIssuedCountry(String IssuedCountry)Set Issued country
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 | 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
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 TaiWanIDCard()
public TaiWanIDCard(TaiWanIDCard source)
public 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 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 getSex()
public void setSex(String Sex)
Sex - Gender
Note: This field may return null, indicating that no valid values can be obtained.public String getIssuedCountry()
public void setIssuedCountry(String IssuedCountry)
IssuedCountry - Issued country
Note: This field may return null, indicating that no valid values can be obtained.public String getRegistrationNumber()
public void setRegistrationNumber(String RegistrationNumber)
RegistrationNumber - Registration number
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.