public class CovidItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
CovidItem() |
CovidItem(CovidItem 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 |
---|---|
BaseItem |
getCodeColor()
Get 健康码颜色
|
BaseItem |
getSampleTime()
Get 采样时间
|
BaseItem |
getTestOrganization()
Get 检测机构
|
BaseItem |
getTestResult()
Get 检测结果
|
BaseItem |
getTestTime()
Get 检测时间
|
void |
setCodeColor(BaseItem CodeColor)
Set 健康码颜色
|
void |
setSampleTime(BaseItem SampleTime)
Set 采样时间
|
void |
setTestOrganization(BaseItem TestOrganization)
Set 检测机构
|
void |
setTestResult(BaseItem TestResult)
Set 检测结果
|
void |
setTestTime(BaseItem TestTime)
Set 检测时间
|
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 CovidItem()
public CovidItem(CovidItem source)
public BaseItem getSampleTime()
public void setSampleTime(BaseItem SampleTime)
SampleTime
- 采样时间public BaseItem getTestTime()
public void setTestTime(BaseItem TestTime)
TestTime
- 检测时间public BaseItem getTestOrganization()
public void setTestOrganization(BaseItem TestOrganization)
TestOrganization
- 检测机构public BaseItem getTestResult()
public void setTestResult(BaseItem TestResult)
TestResult
- 检测结果public BaseItem getCodeColor()
public void setCodeColor(BaseItem CodeColor)
CodeColor
- 健康码颜色Copyright © 2025. All rights reserved.