public class Maternity extends AbstractModel
header, skipSign
Constructor and Description |
---|
Maternity() |
Maternity(Maternity 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 |
---|---|
MaternityDesc |
getDesc()
Get 描述部分
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOcrText()
Get 报告原文
注意:此字段可能返回 null,表示取不到有效值。
|
MaternitySummary |
getSummary()
Get 结论部分
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDesc(MaternityDesc Desc)
Set 描述部分
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOcrText(String OcrText)
Set 报告原文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSummary(MaternitySummary Summary)
Set 结论部分
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Maternity()
public Maternity(Maternity source)
public MaternityDesc getDesc()
public void setDesc(MaternityDesc Desc)
Desc
- 描述部分
注意:此字段可能返回 null,表示取不到有效值。public MaternitySummary getSummary()
public void setSummary(MaternitySummary Summary)
Summary
- 结论部分
注意:此字段可能返回 null,表示取不到有效值。public String getOcrText()
public void setOcrText(String OcrText)
OcrText
- 报告原文
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.