public class BackIdData extends IdData
Constructor and Description |
---|
BackIdData(Long nationalId,
String imageUrl,
String expirationDate,
Boolean isExpired,
String jobTitle,
String jobPlace,
String maritalStatus,
String husband,
String religion,
String sex)
Constructor for BackIdData
|
Modifier and Type | Method and Description |
---|---|
String |
getExpirationDate()
Getter method for
expirationDate : expiration date of the ID |
Boolean |
getExpired()
Getter method for
isExpired : True if the ID is expired and False if not expired |
String |
getHusbandName()
Getter method for
husband : husband name |
String |
getJobPlace()
Getter method for
jobPlace : representing the job place |
String |
getJobTitle()
Getter method for
jobTitle : representing the job title |
String |
getMaritalStatus()
Getter method for
maritalStatus : marital status |
String |
getReligion()
Getter method for
religion : religion |
String |
getSex()
Getter method for
sex : gender |
getImageUrl, getNationalId
public BackIdData(Long nationalId, String imageUrl, String expirationDate, Boolean isExpired, String jobTitle, String jobPlace, String maritalStatus, String husband, String religion, String sex)
nationalId
- "national_id" in the API response, 14 digits integer representing the ID numberimageUrl
- "image" in the API response, URL link to cropped back IDexpirationDate
- "expiration" in the API response, expiration date of the IDisExpired
- "isExpired" in the API response, True if the ID is expired and False if not expiredjobTitle
- "job_title" in the API response, representing the job titlejobPlace
- "job_place" in the API response, representing the job placemaritalStatus
- "marital" in the API response, marital statushusband
- "Husband" in the API response, husband namereligion
- "religion" in the API response, religionsex
- "sex" in the API response, genderpublic String getExpirationDate()
expirationDate
: expiration date of the IDpublic Boolean getExpired()
isExpired
: True if the ID is expired and False if not expiredpublic String getJobTitle()
jobTitle
: representing the job titlepublic String getJobPlace()
jobPlace
: representing the job placepublic String getMaritalStatus()
maritalStatus
: marital statuspublic String getHusbandName()
husband
: husband namepublic String getReligion()
religion
: religionpublic String getSex()
sex
: gender