public class StomatologyBaseItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
StomatologyBaseItem() |
StomatologyBaseItem(StomatologyBaseItem 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 |
---|---|
StomatologyBriefSummary |
getBriefSummary()
Get 小结
注意:此字段可能返回 null,表示取不到有效值。
|
StomatologyGingiva |
getGingiva()
Get 牙龈
注意:此字段可能返回 null,表示取不到有效值。
|
KeyValueItem[] |
getOthers()
Get 口腔其他
注意:此字段可能返回 null,表示取不到有效值。
|
StomatologyPeriodontics |
getPeriodontics()
Get 牙周
注意:此字段可能返回 null,表示取不到有效值。
|
StomatologyToothDecay |
getToothDecay()
Get 龋齿
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBriefSummary(StomatologyBriefSummary BriefSummary)
Set 小结
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGingiva(StomatologyGingiva Gingiva)
Set 牙龈
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOthers(KeyValueItem[] Others)
Set 口腔其他
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPeriodontics(StomatologyPeriodontics Periodontics)
Set 牙周
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setToothDecay(StomatologyToothDecay ToothDecay)
Set 龋齿
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StomatologyBaseItem()
public StomatologyBaseItem(StomatologyBaseItem source)
public StomatologyToothDecay getToothDecay()
public void setToothDecay(StomatologyToothDecay ToothDecay)
ToothDecay
- 龋齿
注意:此字段可能返回 null,表示取不到有效值。public StomatologyGingiva getGingiva()
public void setGingiva(StomatologyGingiva Gingiva)
Gingiva
- 牙龈
注意:此字段可能返回 null,表示取不到有效值。public StomatologyPeriodontics getPeriodontics()
public void setPeriodontics(StomatologyPeriodontics Periodontics)
Periodontics
- 牙周
注意:此字段可能返回 null,表示取不到有效值。public KeyValueItem[] getOthers()
public void setOthers(KeyValueItem[] Others)
Others
- 口腔其他
注意:此字段可能返回 null,表示取不到有效值。public StomatologyBriefSummary getBriefSummary()
public void setBriefSummary(StomatologyBriefSummary BriefSummary)
BriefSummary
- 小结
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.