public class PermitOCRResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
PermitOCRResponse() |
PermitOCRResponse(PermitOCRResponse 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 Date of birth
|
String |
getEnglishName()
Get Name in English
|
String |
getIssueAddress()
Get Place of issue
|
String |
getIssueAuthority()
Get Issuing authority
|
String |
getName()
Get Name
|
String |
getNumber()
Get ID number
|
String |
getPortraitImage()
Get Base64 of profile picture
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getSex()
Get Gender
|
String |
getType()
Get return type
|
String |
getValidDate()
Get Validity period
|
void |
setBirthday(String Birthday)
Set Date of birth
|
void |
setEnglishName(String EnglishName)
Set Name in English
|
void |
setIssueAddress(String IssueAddress)
Set Place of issue
|
void |
setIssueAuthority(String IssueAuthority)
Set Issuing authority
|
void |
setName(String Name)
Set Name
|
void |
setNumber(String Number)
Set ID number
|
void |
setPortraitImage(String PortraitImage)
Set Base64 of profile picture
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSex(String Sex)
Set Gender
|
void |
setType(String Type)
Set return type
|
void |
setValidDate(String ValidDate)
Set Validity period
|
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 PermitOCRResponse()
public PermitOCRResponse(PermitOCRResponse source)
public String getName()
public void setName(String Name)
Name
- Namepublic String getEnglishName()
public void setEnglishName(String EnglishName)
EnglishName
- Name in Englishpublic String getNumber()
public void setNumber(String Number)
Number
- ID numberpublic String getSex()
public void setSex(String Sex)
Sex
- Genderpublic String getValidDate()
public void setValidDate(String ValidDate)
ValidDate
- Validity periodpublic String getIssueAuthority()
public void setIssueAuthority(String IssueAuthority)
IssueAuthority
- Issuing authoritypublic String getIssueAddress()
public void setIssueAddress(String IssueAddress)
IssueAddress
- Place of issuepublic String getBirthday()
public void setBirthday(String Birthday)
Birthday
- Date of birthpublic String getPortraitImage()
public void setPortraitImage(String PortraitImage)
PortraitImage
- Base64 of profile picturepublic String getType()
public void setType(String Type)
Type
- return typepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.