public class Summary extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Summary() | 
| Summary(Summary 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 | 
|---|---|
| Coord[] | getCoords()Get 坐标 | 
| SymptomInfo[] | getSymptom()Get 症状 | 
| String | getText()Get 文本 | 
| void | setCoords(Coord[] Coords)Set 坐标 | 
| void | setSymptom(SymptomInfo[] Symptom)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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Summary()
public Summary(Summary source)
public SymptomInfo[] getSymptom()
public void setSymptom(SymptomInfo[] Symptom)
Symptom - 症状public String getText()
public void setText(String Text)
Text - 文本public Coord[] getCoords()
public void setCoords(Coord[] Coords)
Coords - 坐标Copyright © 2025. All rights reserved.