Class DriverLicenseOCRResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.DriverLicenseOCRResponse
-
public class DriverLicenseOCRResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DriverLicenseOCRResponse()DriverLicenseOCRResponse(DriverLicenseOCRResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Get 住址StringgetArchivesCode()Get 档案编号StringgetCardCode()Get 证号StringgetClass_()Get 准驾车型 Java getClass cannot and should not be overrided, hence we have to transfer it to a new name which should never conflict with another attribute.StringgetCumulativeScore()Get 累积记分(仅电子驾驶证支持返回该字段)StringgetCurrentTime()Get 当前时间(仅电子驾驶证支持返回该字段)StringgetDateOfBirth()Get 出生日期(YYYY-MM-DD)StringgetDateOfFirstIssue()Get 初次领证日期(YYYY-MM-DD)StringgetEndDate()Get 有效期截止时间(新版驾驶证返回 YYYY-MM-DD, 老版驾驶证返回有效期限 X年)StringgetGenerateTime()Get 生成时间(仅电子驾驶证支持返回该字段)StringgetIssuingAuthority()Get 发证单位StringgetName()Get 姓名StringgetNationality()Get 国籍Long[]getRecognizeWarnCode()Get Code 告警码列表和释义: -9102 复印件告警 -9103 翻拍件告警 注:告警码可以同时存在多个String[]getRecognizeWarnMsg()Get 告警码说明: WARN_DRIVER_LICENSE_COPY_CARD 复印件告警 WARN_DRIVER_LICENSE_SCREENED_CARD 翻拍件告警 注:告警信息可以同时存在多个StringgetRecord()Get 记录StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetSex()Get 性别StringgetStartDate()Get 有效期开始时间(YYYY-MM-DD)StringgetState()Get 状态(仅电子驾驶证支持返回该字段)voidsetAddress(String Address)Set 住址voidsetArchivesCode(String ArchivesCode)Set 档案编号voidsetCardCode(String CardCode)Set 证号voidsetClass(String Class)Set 准驾车型voidsetCumulativeScore(String CumulativeScore)Set 累积记分(仅电子驾驶证支持返回该字段)voidsetCurrentTime(String CurrentTime)Set 当前时间(仅电子驾驶证支持返回该字段)voidsetDateOfBirth(String DateOfBirth)Set 出生日期(YYYY-MM-DD)voidsetDateOfFirstIssue(String DateOfFirstIssue)Set 初次领证日期(YYYY-MM-DD)voidsetEndDate(String EndDate)Set 有效期截止时间(新版驾驶证返回 YYYY-MM-DD, 老版驾驶证返回有效期限 X年)voidsetGenerateTime(String GenerateTime)Set 生成时间(仅电子驾驶证支持返回该字段)voidsetIssuingAuthority(String IssuingAuthority)Set 发证单位voidsetName(String Name)Set 姓名voidsetNationality(String Nationality)Set 国籍voidsetRecognizeWarnCode(Long[] RecognizeWarnCode)Set Code 告警码列表和释义: -9102 复印件告警 -9103 翻拍件告警 注:告警码可以同时存在多个voidsetRecognizeWarnMsg(String[] RecognizeWarnMsg)Set 告警码说明: WARN_DRIVER_LICENSE_COPY_CARD 复印件告警 WARN_DRIVER_LICENSE_SCREENED_CARD 翻拍件告警 注:告警信息可以同时存在多个voidsetRecord(String Record)Set 记录voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetSex(String Sex)Set 性别voidsetStartDate(String StartDate)Set 有效期开始时间(YYYY-MM-DD)voidsetState(String State)Set 状态(仅电子驾驶证支持返回该字段)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DriverLicenseOCRResponse
public DriverLicenseOCRResponse()
-
DriverLicenseOCRResponse
public DriverLicenseOCRResponse(DriverLicenseOCRResponse 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.
-
-
Method Detail
-
getName
public String getName()
Get 姓名- Returns:
- Name 姓名
-
setName
public void setName(String Name)
Set 姓名- Parameters:
Name- 姓名
-
getSex
public String getSex()
Get 性别- Returns:
- Sex 性别
-
setSex
public void setSex(String Sex)
Set 性别- Parameters:
Sex- 性别
-
getNationality
public String getNationality()
Get 国籍- Returns:
- Nationality 国籍
-
setNationality
public void setNationality(String Nationality)
Set 国籍- Parameters:
Nationality- 国籍
-
getAddress
public String getAddress()
Get 住址- Returns:
- Address 住址
-
setAddress
public void setAddress(String Address)
Set 住址- Parameters:
Address- 住址
-
getDateOfBirth
public String getDateOfBirth()
Get 出生日期(YYYY-MM-DD)- Returns:
- DateOfBirth 出生日期(YYYY-MM-DD)
-
setDateOfBirth
public void setDateOfBirth(String DateOfBirth)
Set 出生日期(YYYY-MM-DD)- Parameters:
DateOfBirth- 出生日期(YYYY-MM-DD)
-
getDateOfFirstIssue
public String getDateOfFirstIssue()
Get 初次领证日期(YYYY-MM-DD)- Returns:
- DateOfFirstIssue 初次领证日期(YYYY-MM-DD)
-
setDateOfFirstIssue
public void setDateOfFirstIssue(String DateOfFirstIssue)
Set 初次领证日期(YYYY-MM-DD)- Parameters:
DateOfFirstIssue- 初次领证日期(YYYY-MM-DD)
-
getClass_
public String getClass_()
Get 准驾车型 Java getClass cannot and should not be overrided, hence we have to transfer it to a new name which should never conflict with another attribute. The underscode(_) is used as a postfix, because it is invalid in API 3.0, but can be used in Java, even it is not recommended.- Returns:
- Class 准驾车型
-
setClass
public void setClass(String Class)
Set 准驾车型- Parameters:
Class- 准驾车型
-
getStartDate
public String getStartDate()
Get 有效期开始时间(YYYY-MM-DD)- Returns:
- StartDate 有效期开始时间(YYYY-MM-DD)
-
setStartDate
public void setStartDate(String StartDate)
Set 有效期开始时间(YYYY-MM-DD)- Parameters:
StartDate- 有效期开始时间(YYYY-MM-DD)
-
getEndDate
public String getEndDate()
Get 有效期截止时间(新版驾驶证返回 YYYY-MM-DD, 老版驾驶证返回有效期限 X年)- Returns:
- EndDate 有效期截止时间(新版驾驶证返回 YYYY-MM-DD, 老版驾驶证返回有效期限 X年)
-
setEndDate
public void setEndDate(String EndDate)
Set 有效期截止时间(新版驾驶证返回 YYYY-MM-DD, 老版驾驶证返回有效期限 X年)- Parameters:
EndDate- 有效期截止时间(新版驾驶证返回 YYYY-MM-DD, 老版驾驶证返回有效期限 X年)
-
getCardCode
public String getCardCode()
Get 证号- Returns:
- CardCode 证号
-
setCardCode
public void setCardCode(String CardCode)
Set 证号- Parameters:
CardCode- 证号
-
getArchivesCode
public String getArchivesCode()
Get 档案编号- Returns:
- ArchivesCode 档案编号
-
setArchivesCode
public void setArchivesCode(String ArchivesCode)
Set 档案编号- Parameters:
ArchivesCode- 档案编号
-
getRecord
public String getRecord()
Get 记录- Returns:
- Record 记录
-
setRecord
public void setRecord(String Record)
Set 记录- Parameters:
Record- 记录
-
getRecognizeWarnCode
public Long[] getRecognizeWarnCode()
Get Code 告警码列表和释义: -9102 复印件告警 -9103 翻拍件告警 注:告警码可以同时存在多个- Returns:
- RecognizeWarnCode Code 告警码列表和释义: -9102 复印件告警 -9103 翻拍件告警 注:告警码可以同时存在多个
-
setRecognizeWarnCode
public void setRecognizeWarnCode(Long[] RecognizeWarnCode)
Set Code 告警码列表和释义: -9102 复印件告警 -9103 翻拍件告警 注:告警码可以同时存在多个- Parameters:
RecognizeWarnCode- Code 告警码列表和释义: -9102 复印件告警 -9103 翻拍件告警 注:告警码可以同时存在多个
-
getRecognizeWarnMsg
public String[] getRecognizeWarnMsg()
Get 告警码说明: WARN_DRIVER_LICENSE_COPY_CARD 复印件告警 WARN_DRIVER_LICENSE_SCREENED_CARD 翻拍件告警 注:告警信息可以同时存在多个- Returns:
- RecognizeWarnMsg 告警码说明: WARN_DRIVER_LICENSE_COPY_CARD 复印件告警 WARN_DRIVER_LICENSE_SCREENED_CARD 翻拍件告警 注:告警信息可以同时存在多个
-
setRecognizeWarnMsg
public void setRecognizeWarnMsg(String[] RecognizeWarnMsg)
Set 告警码说明: WARN_DRIVER_LICENSE_COPY_CARD 复印件告警 WARN_DRIVER_LICENSE_SCREENED_CARD 翻拍件告警 注:告警信息可以同时存在多个- Parameters:
RecognizeWarnMsg- 告警码说明: WARN_DRIVER_LICENSE_COPY_CARD 复印件告警 WARN_DRIVER_LICENSE_SCREENED_CARD 翻拍件告警 注:告警信息可以同时存在多个
-
getIssuingAuthority
public String getIssuingAuthority()
Get 发证单位- Returns:
- IssuingAuthority 发证单位
-
setIssuingAuthority
public void setIssuingAuthority(String IssuingAuthority)
Set 发证单位- Parameters:
IssuingAuthority- 发证单位
-
getState
public String getState()
Get 状态(仅电子驾驶证支持返回该字段)- Returns:
- State 状态(仅电子驾驶证支持返回该字段)
-
setState
public void setState(String State)
Set 状态(仅电子驾驶证支持返回该字段)- Parameters:
State- 状态(仅电子驾驶证支持返回该字段)
-
getCumulativeScore
public String getCumulativeScore()
Get 累积记分(仅电子驾驶证支持返回该字段)- Returns:
- CumulativeScore 累积记分(仅电子驾驶证支持返回该字段)
-
setCumulativeScore
public void setCumulativeScore(String CumulativeScore)
Set 累积记分(仅电子驾驶证支持返回该字段)- Parameters:
CumulativeScore- 累积记分(仅电子驾驶证支持返回该字段)
-
getCurrentTime
public String getCurrentTime()
Get 当前时间(仅电子驾驶证支持返回该字段)- Returns:
- CurrentTime 当前时间(仅电子驾驶证支持返回该字段)
-
setCurrentTime
public void setCurrentTime(String CurrentTime)
Set 当前时间(仅电子驾驶证支持返回该字段)- Parameters:
CurrentTime- 当前时间(仅电子驾驶证支持返回该字段)
-
getGenerateTime
public String getGenerateTime()
Get 生成时间(仅电子驾驶证支持返回该字段)- Returns:
- GenerateTime 生成时间(仅电子驾驶证支持返回该字段)
-
setGenerateTime
public void setGenerateTime(String GenerateTime)
Set 生成时间(仅电子驾驶证支持返回该字段)- Parameters:
GenerateTime- 生成时间(仅电子驾驶证支持返回该字段)
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-