public class RecognizeHealthCodeOCRResponse extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getColor()
Get 健康码颜色:绿色、黄色、红色
|
String |
getIDNumber()
Get 持码人身份证号,如:11**************01
|
String |
getName()
Get 持码人姓名,如:王*
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getTestingInterval()
Get 核酸检测间隔时长:24小时、48小时、72小时、暂无核酸检测记录
|
String |
getTestingResult()
Get 核酸检测结果:阴性、阳性、暂无核酸检测记录
|
String |
getTestingTime()
Get 核酸检测时间
|
String |
getTime()
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 |
setTestingInterval(String TestingInterval)
Set 核酸检测间隔时长:24小时、48小时、72小时、暂无核酸检测记录
|
void |
setTestingResult(String TestingResult)
Set 核酸检测结果:阴性、阳性、暂无核酸检测记录
|
void |
setTestingTime(String TestingTime)
Set 核酸检测时间
|
void |
setTime(String Time)
Set 健康码更新时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RecognizeHealthCodeOCRResponse()
public RecognizeHealthCodeOCRResponse(RecognizeHealthCodeOCRResponse source)
public String getName()
public void setName(String Name)
Name
- 持码人姓名,如:王*public String getIDNumber()
public void setIDNumber(String IDNumber)
IDNumber
- 持码人身份证号,如:11**************01public String getTime()
public void setTime(String Time)
Time
- 健康码更新时间public String getColor()
public void setColor(String Color)
Color
- 健康码颜色:绿色、黄色、红色public String getTestingInterval()
public void setTestingInterval(String TestingInterval)
TestingInterval
- 核酸检测间隔时长:24小时、48小时、72小时、暂无核酸检测记录public String getTestingResult()
public void setTestingResult(String TestingResult)
TestingResult
- 核酸检测结果:阴性、阳性、暂无核酸检测记录public String getTestingTime()
public void setTestingTime(String TestingTime)
TestingTime
- 核酸检测时间public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.