public class OtolaryngologyBaseItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
OtolaryngologyBaseItem() |
OtolaryngologyBaseItem(OtolaryngologyBaseItem 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 |
---|---|
OtolaryngologyBriefSummary |
getBriefSummary()
Get 小结
注意:此字段可能返回 null,表示取不到有效值。
|
OtolaryngologyEar |
getEar()
Get 耳朵
注意:此字段可能返回 null,表示取不到有效值。
|
OtolaryngologyLarynx |
getLarynx()
Get 喉
注意:此字段可能返回 null,表示取不到有效值。
|
OtolaryngologyNose |
getNose()
Get 鼻
注意:此字段可能返回 null,表示取不到有效值。
|
KeyValueItem[] |
getOthers()
Get 耳鼻喉其他
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBriefSummary(OtolaryngologyBriefSummary BriefSummary)
Set 小结
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEar(OtolaryngologyEar Ear)
Set 耳朵
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLarynx(OtolaryngologyLarynx Larynx)
Set 喉
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNose(OtolaryngologyNose Nose)
Set 鼻
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOthers(KeyValueItem[] Others)
Set 耳鼻喉其他
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public OtolaryngologyBaseItem()
public OtolaryngologyBaseItem(OtolaryngologyBaseItem source)
public OtolaryngologyEar getEar()
public void setEar(OtolaryngologyEar Ear)
Ear
- 耳朵
注意:此字段可能返回 null,表示取不到有效值。public OtolaryngologyNose getNose()
public void setNose(OtolaryngologyNose Nose)
Nose
- 鼻
注意:此字段可能返回 null,表示取不到有效值。public OtolaryngologyLarynx getLarynx()
public void setLarynx(OtolaryngologyLarynx Larynx)
Larynx
- 喉
注意:此字段可能返回 null,表示取不到有效值。public KeyValueItem[] getOthers()
public void setOthers(KeyValueItem[] Others)
Others
- 耳鼻喉其他
注意:此字段可能返回 null,表示取不到有效值。public OtolaryngologyBriefSummary getBriefSummary()
public void setBriefSummary(OtolaryngologyBriefSummary BriefSummary)
BriefSummary
- 小结
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.