public class PersonalMedicalHistory extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PersonalMedicalHistory() | 
| PersonalMedicalHistory(PersonalMedicalHistory 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 | getAlcoholicHistory()Get 饮酒史 | 
| String | getBirthPlace()Get 出生史 | 
| String | getJob()Get 工作史 | 
| String | getLivePlace()Get 居住史 | 
| String | getSmokeHistory()Get 吸烟史 | 
| void | setAlcoholicHistory(String AlcoholicHistory)Set 饮酒史 | 
| void | setBirthPlace(String BirthPlace)Set 出生史 | 
| void | setJob(String Job)Set 工作史 | 
| void | setLivePlace(String LivePlace)Set 居住史 | 
| void | setSmokeHistory(String SmokeHistory)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 PersonalMedicalHistory()
public PersonalMedicalHistory(PersonalMedicalHistory source)
public String getBirthPlace()
public void setBirthPlace(String BirthPlace)
BirthPlace - 出生史public String getLivePlace()
public void setLivePlace(String LivePlace)
LivePlace - 居住史public String getJob()
public void setJob(String Job)
Job - 工作史public String getSmokeHistory()
public void setSmokeHistory(String SmokeHistory)
SmokeHistory - 吸烟史public String getAlcoholicHistory()
public void setAlcoholicHistory(String AlcoholicHistory)
AlcoholicHistory - 饮酒史Copyright © 2025. All rights reserved.