public class BodyExaminationBlock extends AbstractModel
header, skipSign
Constructor and Description |
---|
BodyExaminationBlock() |
BodyExaminationBlock(BodyExaminationBlock 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 |
---|---|
BloodPressureBlock |
getBloodPressure()
Get 血压
注意:此字段可能返回 null,表示取不到有效值。
|
BodyTemperatureBlock |
getBodyTemperature()
Get 体温
注意:此字段可能返回 null,表示取不到有效值。
|
BodyTemperatureBlock |
getBreathe()
Get 呼吸
注意:此字段可能返回 null,表示取不到有效值。
|
BodyTemperatureBlock |
getPulse()
Get 脉搏
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBloodPressure(BloodPressureBlock BloodPressure)
Set 血压
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBodyTemperature(BodyTemperatureBlock BodyTemperature)
Set 体温
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBreathe(BodyTemperatureBlock Breathe)
Set 呼吸
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPulse(BodyTemperatureBlock Pulse)
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 BodyExaminationBlock()
public BodyExaminationBlock(BodyExaminationBlock source)
public BodyTemperatureBlock getBodyTemperature()
public void setBodyTemperature(BodyTemperatureBlock BodyTemperature)
BodyTemperature
- 体温
注意:此字段可能返回 null,表示取不到有效值。public BodyTemperatureBlock getPulse()
public void setPulse(BodyTemperatureBlock Pulse)
Pulse
- 脉搏
注意:此字段可能返回 null,表示取不到有效值。public BodyTemperatureBlock getBreathe()
public void setBreathe(BodyTemperatureBlock Breathe)
Breathe
- 呼吸
注意:此字段可能返回 null,表示取不到有效值。public BloodPressureBlock getBloodPressure()
public void setBloodPressure(BloodPressureBlock BloodPressure)
BloodPressure
- 血压
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.