public class PersonalMedicalHistory extends AbstractModel
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 饮酒史
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getBirthPlace()
Get 出生史
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getJob()
Get 工作史
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLivePlace()
Get 居住史
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSmokeHistory()
Get 吸烟史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAlcoholicHistory(String AlcoholicHistory)
Set 饮酒史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBirthPlace(String BirthPlace)
Set 出生史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJob(String Job)
Set 工作史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLivePlace(String LivePlace)
Set 居住史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSmokeHistory(String SmokeHistory)
Set 吸烟史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PersonalMedicalHistory()
public PersonalMedicalHistory(PersonalMedicalHistory source)
public String getBirthPlace()
public void setBirthPlace(String BirthPlace)
BirthPlace
- 出生史
注意:此字段可能返回 null,表示取不到有效值。public String getLivePlace()
public void setLivePlace(String LivePlace)
LivePlace
- 居住史
注意:此字段可能返回 null,表示取不到有效值。public String getJob()
public void setJob(String Job)
Job
- 工作史
注意:此字段可能返回 null,表示取不到有效值。public String getSmokeHistory()
public void setSmokeHistory(String SmokeHistory)
SmokeHistory
- 吸烟史
注意:此字段可能返回 null,表示取不到有效值。public String getAlcoholicHistory()
public void setAlcoholicHistory(String AlcoholicHistory)
AlcoholicHistory
- 饮酒史
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.