public class RecognizeKoreanDrivingLicenseOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizeKoreanDrivingLicenseOCRResponse() |
RecognizeKoreanDrivingLicenseOCRResponse(RecognizeKoreanDrivingLicenseOCRResponse 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 The address.
|
String |
getAptitudeTesDate()
Get The renewal period.
|
String |
getBirthday()
Get The birth date in the format of dd/mm/yyyy.
|
String |
getDateOfIssue()
Get The issue date.
|
String |
getID()
Get The ID card number.
|
String |
getLicenseNumber()
Get The license number.
|
String |
getName()
Get The name.
|
String |
getNumber()
Get The resident registration number.
|
String |
getPhoto()
Get The Base64-encoded identity photo.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getSex()
Get The gender.
|
String |
getType()
Get The license class type.
|
void |
setAddress(String Address)
Set The address.
|
void |
setAptitudeTesDate(String AptitudeTesDate)
Set The renewal period.
|
void |
setBirthday(String Birthday)
Set The birth date in the format of dd/mm/yyyy.
|
void |
setDateOfIssue(String DateOfIssue)
Set The issue date.
|
void |
setID(String ID)
Set The ID card number.
|
void |
setLicenseNumber(String LicenseNumber)
Set The license number.
|
void |
setName(String Name)
Set The name.
|
void |
setNumber(String Number)
Set The resident registration number.
|
void |
setPhoto(String Photo)
Set The Base64-encoded identity photo.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSex(String Sex)
Set The gender.
|
void |
setType(String Type)
Set The license class type.
|
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 RecognizeKoreanDrivingLicenseOCRResponse()
public RecognizeKoreanDrivingLicenseOCRResponse(RecognizeKoreanDrivingLicenseOCRResponse source)
public String getID()
public void setID(String ID)
ID
- The ID card number.public String getLicenseNumber()
public void setLicenseNumber(String LicenseNumber)
LicenseNumber
- The license number.public String getNumber()
public void setNumber(String Number)
Number
- The resident registration number.public String getType()
public void setType(String Type)
Type
- The license class type.public String getAddress()
public void setAddress(String Address)
Address
- The address.public String getName()
public void setName(String Name)
Name
- The name.public String getAptitudeTesDate()
public void setAptitudeTesDate(String AptitudeTesDate)
AptitudeTesDate
- The renewal period.public String getDateOfIssue()
public void setDateOfIssue(String DateOfIssue)
DateOfIssue
- The issue date.public String getPhoto()
public void setPhoto(String Photo)
Photo
- The Base64-encoded identity photo.public String getSex()
public void setSex(String Sex)
Sex
- The gender.public String getBirthday()
public void setBirthday(String Birthday)
Birthday
- The birth date in the format of dd/mm/yyyy.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 © 2024. All rights reserved.