Class EcgItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mrs.v20200910.models.EcgItem
-
public class EcgItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get 名称 注意:此字段可能返回 null,表示取不到有效值。String
getSrc()
Get 原文 注意:此字段可能返回 null,表示取不到有效值。String
getUnit()
Get 单位 注意:此字段可能返回 null,表示取不到有效值。String
getValue()
Get 值 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。void
setSrc(String Src)
Set 原文 注意:此字段可能返回 null,表示取不到有效值。void
setUnit(String Unit)
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
-
EcgItem
public EcgItem()
-
EcgItem
public EcgItem(EcgItem 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
-
getName
public String getName()
Get 名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- 名称 注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public String getValue()
Get 值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 值 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(String Value)
Set 值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- 值 注意:此字段可能返回 null,表示取不到有效值。
-
getUnit
public String getUnit()
Get 单位 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Unit 单位 注意:此字段可能返回 null,表示取不到有效值。
-
setUnit
public void setUnit(String Unit)
Set 单位 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Unit
- 单位 注意:此字段可能返回 null,表示取不到有效值。
-
getSrc
public String getSrc()
Get 原文 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Src 原文 注意:此字段可能返回 null,表示取不到有效值。
-
setSrc
public void setSrc(String Src)
Set 原文 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Src
- 原文 注意:此字段可能返回 null,表示取不到有效值。
-
-