public class Symptom extends AbstractModel
Constructor and Description |
---|
Symptom() |
Symptom(Symptom 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 |
---|---|
Attribute[] |
getAttrList()
Get 性质
注意:此字段可能返回 null,表示取不到有效值。
|
Attribute |
getDesc()
Get 描述
注意:此字段可能返回 null,表示取不到有效值。
|
Attribute |
getGrade()
Get 等级
注意:此字段可能返回 null,表示取不到有效值。
|
Attribute |
getPart()
Get 部位
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttrList(Attribute[] AttrList)
Set 性质
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDesc(Attribute Desc)
Set 描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGrade(Attribute Grade)
Set 等级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPart(Attribute Part)
Set 部位
注意:此字段可能返回 null,表示取不到有效值。
|
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 Symptom()
public Symptom(Symptom source)
public Attribute getDesc()
public void setDesc(Attribute Desc)
Desc
- 描述
注意:此字段可能返回 null,表示取不到有效值。public Attribute getPart()
public void setPart(Attribute Part)
Part
- 部位
注意:此字段可能返回 null,表示取不到有效值。public Attribute getGrade()
public void setGrade(Attribute Grade)
Grade
- 等级
注意:此字段可能返回 null,表示取不到有效值。public Attribute[] getAttrList()
public void setAttrList(Attribute[] AttrList)
AttrList
- 性质
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.