Class Maternity
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mrs.v20200910.models.Maternity
-
public class Maternity extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Maternity
public Maternity()
-
Maternity
public 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.
-
-
Method Detail
-
getDesc
public MaternityDesc getDesc()
Get 描述部分 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Desc 描述部分 注意:此字段可能返回 null,表示取不到有效值。
-
setDesc
public void setDesc(MaternityDesc Desc)
Set 描述部分 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Desc
- 描述部分 注意:此字段可能返回 null,表示取不到有效值。
-
getSummary
public MaternitySummary getSummary()
Get 结论部分 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Summary 结论部分 注意:此字段可能返回 null,表示取不到有效值。
-
setSummary
public void setSummary(MaternitySummary Summary)
Set 结论部分 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Summary
- 结论部分 注意:此字段可能返回 null,表示取不到有效值。
-
getOcrText
public String getOcrText()
Get 报告原文 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OcrText 报告原文 注意:此字段可能返回 null,表示取不到有效值。
-
setOcrText
public void setOcrText(String OcrText)
Set 报告原文 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OcrText
- 报告原文 注意:此字段可能返回 null,表示取不到有效值。
-
-