public class HmtResidentPermitOCRResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
HmtResidentPermitOCRResponse()  | 
HmtResidentPermitOCRResponse(HmtResidentPermitOCRResponse 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 Address 
 | 
String | 
getAuthority()
Get Issuing authority 
 | 
String | 
getBirth()
Get Date of birth 
 | 
Long | 
getCardType()
Get 0: Front side. 
 | 
String | 
getIdCardNo()
Get ID card number 
 | 
String | 
getName()
Get Name 
 | 
String | 
getPassNo()
Get Permit number 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getSex()
Get Gender 
 | 
String | 
getValidDate()
Get Validity period 
 | 
String | 
getVisaNum()
Get Number of issues 
 | 
void | 
setAddress(String Address)
Set Address 
 | 
void | 
setAuthority(String Authority)
Set Issuing authority 
 | 
void | 
setBirth(String Birth)
Set Date of birth 
 | 
void | 
setCardType(Long CardType)
Set 0: Front side. 
 | 
void | 
setIdCardNo(String IdCardNo)
Set ID card number 
 | 
void | 
setName(String Name)
Set Name 
 | 
void | 
setPassNo(String PassNo)
Set Permit number 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setSex(String Sex)
Set Gender 
 | 
void | 
setValidDate(String ValidDate)
Set Validity period 
 | 
void | 
setVisaNum(String VisaNum)
Set Number of issues 
 | 
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 HmtResidentPermitOCRResponse()
public HmtResidentPermitOCRResponse(HmtResidentPermitOCRResponse source)
public String getName()
public void setName(String Name)
Name - Namepublic String getSex()
public void setSex(String Sex)
Sex - Genderpublic String getBirth()
public void setBirth(String Birth)
Birth - Date of birthpublic String getAddress()
public void setAddress(String Address)
Address - Addresspublic String getIdCardNo()
public void setIdCardNo(String IdCardNo)
IdCardNo - ID card numberpublic Long getCardType()
public void setCardType(Long CardType)
CardType - 0: Front side.
1: Back side.public String getValidDate()
public void setValidDate(String ValidDate)
ValidDate - Validity periodpublic String getAuthority()
public void setAuthority(String Authority)
Authority - Issuing authoritypublic String getVisaNum()
public void setVisaNum(String VisaNum)
VisaNum - Number of issuespublic String getPassNo()
public void setPassNo(String PassNo)
PassNo - Permit numberpublic 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.