Class DosageBlock
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mrs.v20200910.models.DosageBlock
-
public class DosageBlock extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DosageBlock()
DosageBlock(DosageBlock 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDrugDeliveryRoute()
Get 给药途径 注意:此字段可能返回 null,表示取不到有效值。String
getFrequency()
Get 频次 注意:此字段可能返回 null,表示取不到有效值。String
getSingleMeasurement()
Get 单次计量 注意:此字段可能返回 null,表示取不到有效值。String
getValue()
Get 值 注意:此字段可能返回 null,表示取不到有效值。void
setDrugDeliveryRoute(String DrugDeliveryRoute)
Set 给药途径 注意:此字段可能返回 null,表示取不到有效值。void
setFrequency(String Frequency)
Set 频次 注意:此字段可能返回 null,表示取不到有效值。void
setSingleMeasurement(String SingleMeasurement)
Set 单次计量 注意:此字段可能返回 null,表示取不到有效值。void
setValue(String Value)
Set 值 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DosageBlock
public DosageBlock()
-
DosageBlock
public DosageBlock(DosageBlock 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.
-
-
Method Detail
-
getValue
public String getValue()
Get 值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 值 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(String Value)
Set 值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- 值 注意:此字段可能返回 null,表示取不到有效值。
-
getSingleMeasurement
public String getSingleMeasurement()
Get 单次计量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SingleMeasurement 单次计量 注意:此字段可能返回 null,表示取不到有效值。
-
setSingleMeasurement
public void setSingleMeasurement(String SingleMeasurement)
Set 单次计量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SingleMeasurement
- 单次计量 注意:此字段可能返回 null,表示取不到有效值。
-
getFrequency
public String getFrequency()
Get 频次 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Frequency 频次 注意:此字段可能返回 null,表示取不到有效值。
-
setFrequency
public void setFrequency(String Frequency)
Set 频次 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Frequency
- 频次 注意:此字段可能返回 null,表示取不到有效值。
-
getDrugDeliveryRoute
public String getDrugDeliveryRoute()
Get 给药途径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DrugDeliveryRoute 给药途径 注意:此字段可能返回 null,表示取不到有效值。
-
setDrugDeliveryRoute
public void setDrugDeliveryRoute(String DrugDeliveryRoute)
Set 给药途径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DrugDeliveryRoute
- 给药途径 注意:此字段可能返回 null,表示取不到有效值。
-
-