public class TreatmentGuide extends AbstractModel
header, skipSign
Constructor and Description |
---|
TreatmentGuide() |
TreatmentGuide(TreatmentGuide 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 |
---|---|
String |
getDiseaseName()
Get 疾病名称
|
String |
getDoctorDiagnosis()
Get 医生诊断
|
String |
getTreatDetailUrl()
Get 治疗详情链接
|
String |
getTreatPlan()
Get 治疗方案
|
String |
getTreatPrinciple()
Get 治疗原则
|
void |
setDiseaseName(String DiseaseName)
Set 疾病名称
|
void |
setDoctorDiagnosis(String DoctorDiagnosis)
Set 医生诊断
|
void |
setTreatDetailUrl(String TreatDetailUrl)
Set 治疗详情链接
|
void |
setTreatPlan(String TreatPlan)
Set 治疗方案
|
void |
setTreatPrinciple(String TreatPrinciple)
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, toJsonString
public TreatmentGuide()
public TreatmentGuide(TreatmentGuide source)
public String getDoctorDiagnosis()
public void setDoctorDiagnosis(String DoctorDiagnosis)
DoctorDiagnosis
- 医生诊断public String getDiseaseName()
public void setDiseaseName(String DiseaseName)
DiseaseName
- 疾病名称public String getTreatDetailUrl()
public void setTreatDetailUrl(String TreatDetailUrl)
TreatDetailUrl
- 治疗详情链接public String getTreatPlan()
public void setTreatPlan(String TreatPlan)
TreatPlan
- 治疗方案public String getTreatPrinciple()
public void setTreatPrinciple(String TreatPrinciple)
TreatPrinciple
- 治疗原则Copyright © 2025. All rights reserved.