public class MainlandPermitOCRResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MainlandPermitOCRResponse()  | 
MainlandPermitOCRResponse(MainlandPermitOCRResponse 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 | 
getIssueNumber()
Get Number of issues 
 | 
String | 
getName()
Get Name in Chinese 
 | 
String | 
getNumber()
Get ID number 
 | 
String | 
getProfile()
Get Base64-encoded profile photo, which is returned only when `RetProfile` is set to `True` 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getSex()
Get Gender 
 | 
String | 
getType()
Get Document 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 | 
setIssueNumber(String IssueNumber)
Set Number of issues 
 | 
void | 
setName(String Name)
Set Name in Chinese 
 | 
void | 
setNumber(String Number)
Set ID number 
 | 
void | 
setProfile(String Profile)
Set Base64-encoded profile photo, which is returned only when `RetProfile` is set to `True` 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setSex(String Sex)
Set Gender 
 | 
void | 
setType(String Type)
Set Document 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MainlandPermitOCRResponse()
public MainlandPermitOCRResponse(MainlandPermitOCRResponse source)
public String getName()
public void setName(String Name)
Name - Name in Chinesepublic String getEnglishName()
public void setEnglishName(String EnglishName)
EnglishName - Name in Englishpublic String getSex()
public void setSex(String Sex)
Sex - Genderpublic String getBirthday()
public void setBirthday(String Birthday)
Birthday - Date of birthpublic String getIssueAuthority()
public void setIssueAuthority(String IssueAuthority)
IssueAuthority - Issuing authoritypublic String getValidDate()
public void setValidDate(String ValidDate)
ValidDate - Validity periodpublic String getNumber()
public void setNumber(String Number)
Number - ID numberpublic String getIssueAddress()
public void setIssueAddress(String IssueAddress)
IssueAddress - Place of issuepublic String getIssueNumber()
public void setIssueNumber(String IssueNumber)
IssueNumber - Number of issuespublic String getType()
public void setType(String Type)
Type - Document typepublic String getProfile()
public void setProfile(String Profile)
Profile - Base64-encoded profile photo, which is returned only when `RetProfile` is set to `True`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 © 2025. All rights reserved.