Class RecognizeHealthCodeOCRResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.RecognizeHealthCodeOCRResponse
-
public class RecognizeHealthCodeOCRResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RecognizeHealthCodeOCRResponse()
RecognizeHealthCodeOCRResponse(RecognizeHealthCodeOCRResponse 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 String
getColor()
Get 健康码颜色:绿色、黄色、红色(允许返回空值)String
getIDNumber()
Get 持码人身份证号,如:11**************01(允许返回空值)String
getName()
Get 持码人姓名,如:王*(允许返回空值)String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。String
getSpotName()
Get 场所名称(允许返回空值)String
getTestingInterval()
Get 核酸检测间隔时长(允许返回空值)String
getTestingResult()
Get 核酸检测结果:阴性、阳性、暂无核酸检测记录(允许返回空值)String
getTestingTime()
Get 核酸检测时间(允许返回空值)String
getTime()
Get 健康码更新时间(允许返回空值)String
getVaccination()
Get 疫苗接种信息,返回接种针数或接种情况(允许返回空值)String
getVaccinationTime()
Get 疫苗接种时间void
setColor(String Color)
Set 健康码颜色:绿色、黄色、红色(允许返回空值)void
setIDNumber(String IDNumber)
Set 持码人身份证号,如:11**************01(允许返回空值)void
setName(String Name)
Set 持码人姓名,如:王*(允许返回空值)void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setSpotName(String SpotName)
Set 场所名称(允许返回空值)void
setTestingInterval(String TestingInterval)
Set 核酸检测间隔时长(允许返回空值)void
setTestingResult(String TestingResult)
Set 核酸检测结果:阴性、阳性、暂无核酸检测记录(允许返回空值)void
setTestingTime(String TestingTime)
Set 核酸检测时间(允许返回空值)void
setTime(String Time)
Set 健康码更新时间(允许返回空值)void
setVaccination(String Vaccination)
Set 疫苗接种信息,返回接种针数或接种情况(允许返回空值)void
setVaccinationTime(String VaccinationTime)
Set 疫苗接种时间void
toMap(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
-
RecognizeHealthCodeOCRResponse
public RecognizeHealthCodeOCRResponse()
-
RecognizeHealthCodeOCRResponse
public RecognizeHealthCodeOCRResponse(RecognizeHealthCodeOCRResponse 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
- 持码人姓名,如:王*(允许返回空值)
-
getIDNumber
public String getIDNumber()
Get 持码人身份证号,如:11**************01(允许返回空值)- Returns:
- IDNumber 持码人身份证号,如:11**************01(允许返回空值)
-
setIDNumber
public void setIDNumber(String IDNumber)
Set 持码人身份证号,如:11**************01(允许返回空值)- Parameters:
IDNumber
- 持码人身份证号,如:11**************01(允许返回空值)
-
getTime
public String getTime()
Get 健康码更新时间(允许返回空值)- Returns:
- Time 健康码更新时间(允许返回空值)
-
setTime
public void setTime(String Time)
Set 健康码更新时间(允许返回空值)- Parameters:
Time
- 健康码更新时间(允许返回空值)
-
getColor
public String getColor()
Get 健康码颜色:绿色、黄色、红色(允许返回空值)- Returns:
- Color 健康码颜色:绿色、黄色、红色(允许返回空值)
-
setColor
public void setColor(String Color)
Set 健康码颜色:绿色、黄色、红色(允许返回空值)- Parameters:
Color
- 健康码颜色:绿色、黄色、红色(允许返回空值)
-
getTestingInterval
public String getTestingInterval()
Get 核酸检测间隔时长(允许返回空值)- Returns:
- TestingInterval 核酸检测间隔时长(允许返回空值)
-
setTestingInterval
public void setTestingInterval(String TestingInterval)
Set 核酸检测间隔时长(允许返回空值)- Parameters:
TestingInterval
- 核酸检测间隔时长(允许返回空值)
-
getTestingResult
public String getTestingResult()
Get 核酸检测结果:阴性、阳性、暂无核酸检测记录(允许返回空值)- Returns:
- TestingResult 核酸检测结果:阴性、阳性、暂无核酸检测记录(允许返回空值)
-
setTestingResult
public void setTestingResult(String TestingResult)
Set 核酸检测结果:阴性、阳性、暂无核酸检测记录(允许返回空值)- Parameters:
TestingResult
- 核酸检测结果:阴性、阳性、暂无核酸检测记录(允许返回空值)
-
getTestingTime
public String getTestingTime()
Get 核酸检测时间(允许返回空值)- Returns:
- TestingTime 核酸检测时间(允许返回空值)
-
setTestingTime
public void setTestingTime(String TestingTime)
Set 核酸检测时间(允许返回空值)- Parameters:
TestingTime
- 核酸检测时间(允许返回空值)
-
getVaccination
public String getVaccination()
Get 疫苗接种信息,返回接种针数或接种情况(允许返回空值)- Returns:
- Vaccination 疫苗接种信息,返回接种针数或接种情况(允许返回空值)
-
setVaccination
public void setVaccination(String Vaccination)
Set 疫苗接种信息,返回接种针数或接种情况(允许返回空值)- Parameters:
Vaccination
- 疫苗接种信息,返回接种针数或接种情况(允许返回空值)
-
getSpotName
public String getSpotName()
Get 场所名称(允许返回空值)- Returns:
- SpotName 场所名称(允许返回空值)
-
setSpotName
public void setSpotName(String SpotName)
Set 场所名称(允许返回空值)- Parameters:
SpotName
- 场所名称(允许返回空值)
-
getVaccinationTime
public String getVaccinationTime()
Get 疫苗接种时间- Returns:
- VaccinationTime 疫苗接种时间
-
setVaccinationTime
public void setVaccinationTime(String VaccinationTime)
Set 疫苗接种时间- Parameters:
VaccinationTime
- 疫苗接种时间
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-