public class IDCardInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
IDCardInfo() |
IDCardInfo(IDCardInfo 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 |
---|---|
ContentInfo |
getAddress()
Get 地址(人像面)
|
ContentInfo |
getAuthority()
Get 发证机关(国徽面)
|
ContentInfo |
getBirth()
Get 出生日期(人像面)
|
ContentInfo |
getCardImage()
Get IdCard,裁剪后身份证照片的base64编码,请求 EnableCropImage 时返回;
|
ContentInfo |
getIdNum()
Get 公民身份号码(人像面)
|
ContentInfo |
getName()
Get 姓名(人像面)
|
ContentInfo |
getNation()
Get 民族(人像面)
|
ContentInfo |
getPortraitImage()
Get Portrait,身份证头像照片的base64编码,请求 EnablePortrait 时返回;
|
ContentInfo |
getSex()
Get 性别(人像面)
|
ContentInfo |
getValidDate()
Get 证件有效期(国徽面)
|
CardWarnInfo |
getWarnInfos()
Get WarnInfos,告警信息
|
void |
setAddress(ContentInfo Address)
Set 地址(人像面)
|
void |
setAuthority(ContentInfo Authority)
Set 发证机关(国徽面)
|
void |
setBirth(ContentInfo Birth)
Set 出生日期(人像面)
|
void |
setCardImage(ContentInfo CardImage)
Set IdCard,裁剪后身份证照片的base64编码,请求 EnableCropImage 时返回;
|
void |
setIdNum(ContentInfo IdNum)
Set 公民身份号码(人像面)
|
void |
setName(ContentInfo Name)
Set 姓名(人像面)
|
void |
setNation(ContentInfo Nation)
Set 民族(人像面)
|
void |
setPortraitImage(ContentInfo PortraitImage)
Set Portrait,身份证头像照片的base64编码,请求 EnablePortrait 时返回;
|
void |
setSex(ContentInfo Sex)
Set 性别(人像面)
|
void |
setValidDate(ContentInfo ValidDate)
Set 证件有效期(国徽面)
|
void |
setWarnInfos(CardWarnInfo WarnInfos)
Set WarnInfos,告警信息
|
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 IDCardInfo()
public IDCardInfo(IDCardInfo source)
public ContentInfo getName()
public void setName(ContentInfo Name)
Name
- 姓名(人像面)public ContentInfo getSex()
public void setSex(ContentInfo Sex)
Sex
- 性别(人像面)public ContentInfo getNation()
public void setNation(ContentInfo Nation)
Nation
- 民族(人像面)public ContentInfo getBirth()
public void setBirth(ContentInfo Birth)
Birth
- 出生日期(人像面)public ContentInfo getAddress()
public void setAddress(ContentInfo Address)
Address
- 地址(人像面)public ContentInfo getIdNum()
public void setIdNum(ContentInfo IdNum)
IdNum
- 公民身份号码(人像面)public ContentInfo getAuthority()
public void setAuthority(ContentInfo Authority)
Authority
- 发证机关(国徽面)public ContentInfo getValidDate()
public void setValidDate(ContentInfo ValidDate)
ValidDate
- 证件有效期(国徽面)public CardWarnInfo getWarnInfos()
public void setWarnInfos(CardWarnInfo WarnInfos)
WarnInfos
- WarnInfos,告警信息public ContentInfo getCardImage()
public void setCardImage(ContentInfo CardImage)
CardImage
- IdCard,裁剪后身份证照片的base64编码,请求 EnableCropImage 时返回;public ContentInfo getPortraitImage()
public void setPortraitImage(ContentInfo PortraitImage)
PortraitImage
- Portrait,身份证头像照片的base64编码,请求 EnablePortrait 时返回;Copyright © 2024. All rights reserved.