public class PhilippinesVoteID extends AbstractModel
header, skipSign
Constructor and Description |
---|
PhilippinesVoteID() |
PhilippinesVoteID(PhilippinesVoteID 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 |
getCitizenship()
Get Nationality
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCivilStatus()
Get Civil status
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 |
getLastName()
Get Last name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPrecinctNo()
Get Region
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVIN()
Get VIN of Philippines VoteID
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 |
setCitizenship(String Citizenship)
Set Nationality
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCivilStatus(String CivilStatus)
Set Civil status
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 |
setLastName(String LastName)
Set Last name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPrecinctNo(String PrecinctNo)
Set Region
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVIN(String VIN)
Set VIN of Philippines VoteID
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 PhilippinesVoteID()
public PhilippinesVoteID(PhilippinesVoteID source)
public String getVIN()
public void setVIN(String VIN)
VIN
- VIN of Philippines VoteID
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 getBirthday()
public void setBirthday(String Birthday)
Birthday
- Birthday
Note: This field may return null, indicating that no valid values can be obtained.public String getCivilStatus()
public void setCivilStatus(String CivilStatus)
CivilStatus
- Civil status
Note: This field may return null, indicating that no valid values can be obtained.public String getCitizenship()
public void setCitizenship(String Citizenship)
Citizenship
- Nationality
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 getPrecinctNo()
public void setPrecinctNo(String PrecinctNo)
PrecinctNo
- Region
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.