public class JapanIDCard extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| JapanIDCard() | 
| JapanIDCard(JapanIDCard 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 | getAge()Get Age
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getBirthday()Get Birthday
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getExpirationDate()Get Expire date
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getFormattedAddress()Get Address
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 | getLicenseNumber()Get License number
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAge(String Age)Set Age
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 | setExpirationDate(String ExpirationDate)Set Expire date
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFormattedAddress(String FormattedAddress)Set Address
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 | 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 JapanIDCard()
public JapanIDCard(JapanIDCard 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 getAge()
public void setAge(String Age)
Age - Age
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.public String getExpirationDate()
public void setExpirationDate(String ExpirationDate)
ExpirationDate - Expire date
Note: This field may return null, indicating that no valid values can be obtained.public String getFormattedAddress()
public void setFormattedAddress(String FormattedAddress)
FormattedAddress - Address
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.