public class PersonalHistoryBlock extends AbstractModel
header, skipSign
Constructor and Description |
---|
PersonalHistoryBlock() |
PersonalHistoryBlock(PersonalHistoryBlock 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 |
---|---|
SmokeHistoryBlock |
getAlcoholicHistory()
Get 喝酒
注意:此字段可能返回 null,表示取不到有效值。
|
BirthPlaceBlock |
getBirthPlace()
Get 出生地
注意:此字段可能返回 null,表示取不到有效值。
|
FamilyHistoryBlock |
getFamilyHistory()
Get 家族史
注意:此字段可能返回 null,表示取不到有效值。
|
BirthPlaceBlock |
getJob()
Get 职业
注意:此字段可能返回 null,表示取不到有效值。
|
BirthPlaceBlock |
getLivePlace()
Get 居住地
注意:此字段可能返回 null,表示取不到有效值。
|
MenstrualHistoryBlock |
getMenstrualHistory()
Get 月经史
注意:此字段可能返回 null,表示取不到有效值。
|
ObstetricalHistoryBlock |
getObstericalHistory()
Get 婚姻-生育史
注意:此字段可能返回 null,表示取不到有效值。
|
SmokeHistoryBlock |
getSmokeHistory()
Get 吸烟
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAlcoholicHistory(SmokeHistoryBlock AlcoholicHistory)
Set 喝酒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBirthPlace(BirthPlaceBlock BirthPlace)
Set 出生地
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFamilyHistory(FamilyHistoryBlock FamilyHistory)
Set 家族史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJob(BirthPlaceBlock Job)
Set 职业
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLivePlace(BirthPlaceBlock LivePlace)
Set 居住地
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMenstrualHistory(MenstrualHistoryBlock MenstrualHistory)
Set 月经史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setObstericalHistory(ObstetricalHistoryBlock ObstericalHistory)
Set 婚姻-生育史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSmokeHistory(SmokeHistoryBlock SmokeHistory)
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 PersonalHistoryBlock()
public PersonalHistoryBlock(PersonalHistoryBlock source)
public BirthPlaceBlock getBirthPlace()
public void setBirthPlace(BirthPlaceBlock BirthPlace)
BirthPlace
- 出生地
注意:此字段可能返回 null,表示取不到有效值。public BirthPlaceBlock getLivePlace()
public void setLivePlace(BirthPlaceBlock LivePlace)
LivePlace
- 居住地
注意:此字段可能返回 null,表示取不到有效值。public BirthPlaceBlock getJob()
public void setJob(BirthPlaceBlock Job)
Job
- 职业
注意:此字段可能返回 null,表示取不到有效值。public SmokeHistoryBlock getSmokeHistory()
public void setSmokeHistory(SmokeHistoryBlock SmokeHistory)
SmokeHistory
- 吸烟
注意:此字段可能返回 null,表示取不到有效值。public SmokeHistoryBlock getAlcoholicHistory()
public void setAlcoholicHistory(SmokeHistoryBlock AlcoholicHistory)
AlcoholicHistory
- 喝酒
注意:此字段可能返回 null,表示取不到有效值。public MenstrualHistoryBlock getMenstrualHistory()
public void setMenstrualHistory(MenstrualHistoryBlock MenstrualHistory)
MenstrualHistory
- 月经史
注意:此字段可能返回 null,表示取不到有效值。public ObstetricalHistoryBlock getObstericalHistory()
public void setObstericalHistory(ObstetricalHistoryBlock ObstericalHistory)
ObstericalHistory
- 婚姻-生育史
注意:此字段可能返回 null,表示取不到有效值。public FamilyHistoryBlock getFamilyHistory()
public void setFamilyHistory(FamilyHistoryBlock FamilyHistory)
FamilyHistory
- 家族史
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.