public class RecognizeMexicoVTIDResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecognizeMexicoVTIDResponse() |
RecognizeMexicoVTIDResponse(RecognizeMexicoVTIDResponse 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 |
getBirth()
Get Birthday
|
String |
getCity()
Get City
|
String |
getCURP()
Get Unique Population Registry Code
|
String |
getEMISION()
Get Edition
|
String |
getIssueDate()
Get IssueDate
|
String |
getLocality()
Get Locality
|
String |
getName()
Get Name
|
String |
getPortraitImage()
Get Portrait image base64
|
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 |
getSECCION()
Get Section Number
|
String |
getSex()
Get Sex
|
String |
getState()
Get State
|
String |
getValidDate()
Get ValidDate
|
String |
getVotePIN()
Get Vote PIN Code
|
void |
setAddress(String Address)
Set Address
|
void |
setBirth(String Birth)
Set Birthday
|
void |
setCity(String City)
Set City
|
void |
setCURP(String CURP)
Set Unique Population Registry Code
|
void |
setEMISION(String EMISION)
Set Edition
|
void |
setIssueDate(String IssueDate)
Set IssueDate
|
void |
setLocality(String Locality)
Set Locality
|
void |
setName(String Name)
Set Name
|
void |
setPortraitImage(String PortraitImage)
Set Portrait image base64
|
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 |
setSECCION(String SECCION)
Set Section Number
|
void |
setSex(String Sex)
Set Sex
|
void |
setState(String State)
Set State
|
void |
setValidDate(String ValidDate)
Set ValidDate
|
void |
setVotePIN(String VotePIN)
Set Vote PIN Code
|
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, toJsonString
public RecognizeMexicoVTIDResponse()
public RecognizeMexicoVTIDResponse(RecognizeMexicoVTIDResponse source)
public String getName()
public void setName(String Name)
Name
- Namepublic String getSex()
public void setSex(String Sex)
Sex
- Sexpublic String getAddress()
public void setAddress(String Address)
Address
- Addresspublic String getVotePIN()
public void setVotePIN(String VotePIN)
VotePIN
- Vote PIN Codepublic String getCURP()
public void setCURP(String CURP)
CURP
- Unique Population Registry Codepublic String getBirth()
public void setBirth(String Birth)
Birth
- Birthdaypublic String getSECCION()
public void setSECCION(String SECCION)
SECCION
- Section Numberpublic String getIssueDate()
public void setIssueDate(String IssueDate)
IssueDate
- IssueDatepublic String getValidDate()
public void setValidDate(String ValidDate)
ValidDate
- ValidDatepublic String getState()
public void setState(String State)
State
- Statepublic String getCity()
public void setCity(String City)
City
- Citypublic String getLocality()
public void setLocality(String Locality)
Locality
- Localitypublic String getEMISION()
public void setEMISION(String EMISION)
EMISION
- Editionpublic String getPortraitImage()
public void setPortraitImage(String PortraitImage)
PortraitImage
- Portrait image base64public 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.