public class NormalMLIDCard extends AbstractModel
header, skipSign
Constructor and Description |
---|
NormalMLIDCard() |
NormalMLIDCard(NormalMLIDCard 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 |
getBirthday()
Get Birthday (Currently, this filed only supports IKAD labor ID card and MyKad ID card)
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.
|
String |
getSex()
Get Gender
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getType()
Get Lisence type
MyKad ID card
MyPR Permanent resident ID card
MyTentera Military ID card
MyKAS Temporary ID card
POLIS Police ID card
IKAD Labor ID card
MyKid Juvenile ID card
Example: MyKad
|
void |
setBirthday(String Birthday)
Set Birthday (Currently, this filed only supports IKAD labor ID card and MyKad ID card)
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 |
setSex(String Sex)
Set Gender
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setType(String Type)
Set Lisence type
MyKad ID card
MyPR Permanent resident ID card
MyTentera Military ID card
MyKAS Temporary ID card
POLIS Police ID card
IKAD Labor ID card
MyKid Juvenile ID card
Example: MyKad
|
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 NormalMLIDCard()
public NormalMLIDCard(NormalMLIDCard 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 getFormattedAddress()
public void setFormattedAddress(String FormattedAddress)
FormattedAddress
- Address
Note: This field may return null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type
- Lisence type
MyKad ID card
MyPR Permanent resident ID card
MyTentera Military ID card
MyKAS Temporary ID card
POLIS Police ID card
IKAD Labor ID card
MyKid Juvenile ID card
Example: MyKadpublic String getBirthday()
public void setBirthday(String Birthday)
Birthday
- Birthday (Currently, this filed only supports IKAD labor ID card and MyKad ID card)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.