public class MLIDCard extends AbstractModel
header, skipSign
Constructor and Description |
---|
MLIDCard() |
MLIDCard(MLIDCard 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 (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 |
getID()
Get License number
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Full Name
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 |
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 (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 |
setID(String ID)
Set License number
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Full Name
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 MLIDCard()
public MLIDCard(MLIDCard source)
public String getName()
public void setName(String Name)
Name
- Full Name
Note: This field may return null, indicating that no valid values can be obtained.public String getID()
public void setID(String ID)
ID
- 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 getAddress()
public void setAddress(String Address)
Address
- 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.