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 小结 | 
| StomatologyGingiva | getGingiva()Get 牙龈 | 
| KeyValueItem[] | getOthers()Get 口腔其他 | 
| StomatologyPeriodontics | getPeriodontics()Get 牙周 | 
| StomatologyToothDecay | getToothDecay()Get 龋齿 | 
| void | setBriefSummary(StomatologyBriefSummary BriefSummary)Set 小结 | 
| void | setGingiva(StomatologyGingiva Gingiva)Set 牙龈 | 
| void | setOthers(KeyValueItem[] Others)Set 口腔其他 | 
| void | setPeriodontics(StomatologyPeriodontics Periodontics)Set 牙周 | 
| void | setToothDecay(StomatologyToothDecay ToothDecay)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 StomatologyBaseItem()
public StomatologyBaseItem(StomatologyBaseItem source)
public StomatologyToothDecay getToothDecay()
public void setToothDecay(StomatologyToothDecay ToothDecay)
ToothDecay - 龋齿public StomatologyGingiva getGingiva()
public void setGingiva(StomatologyGingiva Gingiva)
Gingiva - 牙龈public StomatologyPeriodontics getPeriodontics()
public void setPeriodontics(StomatologyPeriodontics Periodontics)
Periodontics - 牙周public KeyValueItem[] getOthers()
public void setOthers(KeyValueItem[] Others)
Others - 口腔其他public StomatologyBriefSummary getBriefSummary()
public void setBriefSummary(StomatologyBriefSummary BriefSummary)
BriefSummary - 小结Copyright © 2025. All rights reserved.