public class Conclusion extends AbstractModel
Constructor and Description |
---|
Conclusion() |
Conclusion(Conclusion 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 |
---|---|
Symptom[] |
getSymptomList()
Get 病症列表
|
String |
getText()
Get 原文文本内容
|
void |
setSymptomList(Symptom[] SymptomList)
Set 病症列表
|
void |
setText(String Text)
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 Conclusion()
public Conclusion(Conclusion source)
public String getText()
public void setText(String Text)
Text
- 原文文本内容public Symptom[] getSymptomList()
public void setSymptomList(Symptom[] SymptomList)
SymptomList
- 病症列表Copyright © 2021. All rights reserved.