public class PhilippinesTinID extends AbstractModel
header, skipSign
Constructor and Description |
---|
PhilippinesTinID() |
PhilippinesTinID(PhilippinesTinID 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 |
getAddress()
Get Address
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 |
getFullName()
Get Full name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIssueDate()
Get Date of issue
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 |
setAddress(String Address)
Set Address
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 |
setFullName(String FullName)
Set Full name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIssueDate(String IssueDate)
Set Date of issue
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PhilippinesTinID()
public PhilippinesTinID(PhilippinesTinID 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 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 getAddress()
public void setAddress(String Address)
Address
- Address
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 getIssueDate()
public void setIssueDate(String IssueDate)
IssueDate
- Date of issue
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.