public class RecognizeIndonesiaIDCardOCRResponse extends AbstractModel
skipSign
Constructor and Description |
---|
RecognizeIndonesiaIDCardOCRResponse() |
RecognizeIndonesiaIDCardOCRResponse(RecognizeIndonesiaIDCardOCRResponse 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 |
getAgama()
Get The religion.
|
String |
getAlamat()
Get The address.
|
String |
getBerlakuHingga()
Get The expiry date.
|
String |
getGolDarah()
Get The blood type.
|
String |
getIssuedDate()
Get The issue date.
|
String |
getJenisKelamin()
Get The gender.
|
String |
getKecamatan()
Get The region.
|
String |
getKelDesa()
Get The village.
|
String |
getKewargaNegaraan()
Get The nationality.
|
String |
getKota()
Get The city, which is supported when the value of `Scene` is `V2`.
|
String |
getNama()
Get The full name.
|
String |
getNIK()
Get The Single Identity Number.
|
String |
getPerkerjaan()
Get The occupation.
|
String |
getPhoto()
Get The photo.
|
String |
getProvinsi()
Get The province, which is supported when the value of `Scene` is `V2`.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getRTRW()
Get The street.
|
String |
getStatusPerkawinan()
Get The marital status.
|
String |
getTempatTglLahir()
Get The place and date of birth.
|
void |
setAgama(String Agama)
Set The religion.
|
void |
setAlamat(String Alamat)
Set The address.
|
void |
setBerlakuHingga(String BerlakuHingga)
Set The expiry date.
|
void |
setGolDarah(String GolDarah)
Set The blood type.
|
void |
setIssuedDate(String IssuedDate)
Set The issue date.
|
void |
setJenisKelamin(String JenisKelamin)
Set The gender.
|
void |
setKecamatan(String Kecamatan)
Set The region.
|
void |
setKelDesa(String KelDesa)
Set The village.
|
void |
setKewargaNegaraan(String KewargaNegaraan)
Set The nationality.
|
void |
setKota(String Kota)
Set The city, which is supported when the value of `Scene` is `V2`.
|
void |
setNama(String Nama)
Set The full name.
|
void |
setNIK(String NIK)
Set The Single Identity Number.
|
void |
setPerkerjaan(String Perkerjaan)
Set The occupation.
|
void |
setPhoto(String Photo)
Set The photo.
|
void |
setProvinsi(String Provinsi)
Set The province, which is supported when the value of `Scene` is `V2`.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRTRW(String RTRW)
Set The street.
|
void |
setStatusPerkawinan(String StatusPerkawinan)
Set The marital status.
|
void |
setTempatTglLahir(String TempatTglLahir)
Set The place and date of birth.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RecognizeIndonesiaIDCardOCRResponse()
public RecognizeIndonesiaIDCardOCRResponse(RecognizeIndonesiaIDCardOCRResponse source)
public String getNIK()
public void setNIK(String NIK)
NIK
- The Single Identity Number.public String getNama()
public void setNama(String Nama)
Nama
- The full name.public String getTempatTglLahir()
public void setTempatTglLahir(String TempatTglLahir)
TempatTglLahir
- The place and date of birth.public String getJenisKelamin()
public void setJenisKelamin(String JenisKelamin)
JenisKelamin
- The gender.public String getGolDarah()
public void setGolDarah(String GolDarah)
GolDarah
- The blood type.public String getAlamat()
public void setAlamat(String Alamat)
Alamat
- The address.public String getRTRW()
public void setRTRW(String RTRW)
RTRW
- The street.public String getKelDesa()
public void setKelDesa(String KelDesa)
KelDesa
- The village.public String getKecamatan()
public void setKecamatan(String Kecamatan)
Kecamatan
- The region.public String getAgama()
public void setAgama(String Agama)
Agama
- The religion.public String getStatusPerkawinan()
public void setStatusPerkawinan(String StatusPerkawinan)
StatusPerkawinan
- The marital status.public String getPerkerjaan()
public void setPerkerjaan(String Perkerjaan)
Perkerjaan
- The occupation.public String getKewargaNegaraan()
public void setKewargaNegaraan(String KewargaNegaraan)
KewargaNegaraan
- The nationality.public String getBerlakuHingga()
public void setBerlakuHingga(String BerlakuHingga)
BerlakuHingga
- The expiry date.public String getIssuedDate()
public void setIssuedDate(String IssuedDate)
IssuedDate
- The issue date.public String getPhoto()
public void setPhoto(String Photo)
Photo
- The photo.public String getProvinsi()
public void setProvinsi(String Provinsi)
Provinsi
- The province, which is supported when the value of `Scene` is `V2`.public String getKota()
public void setKota(String Kota)
Kota
- The city, which is supported when the value of `Scene` is `V2`.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.