Class IndicatorCoord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.IndicatorCoord
-
public class IndicatorCoord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IndicatorCoord()IndicatorCoord(IndicatorCoord 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 StringgetCoordTag()Get 指标标签,用于标识附加信息 注意:此字段可能返回 null,表示取不到有效值。StringgetCoordX()Get 指标横坐标值 注意:此字段可能返回 null,表示取不到有效值。StringgetCoordY()Get 指标纵坐标值 注意:此字段可能返回 null,表示取不到有效值。voidsetCoordTag(String CoordTag)Set 指标标签,用于标识附加信息 注意:此字段可能返回 null,表示取不到有效值。voidsetCoordX(String CoordX)Set 指标横坐标值 注意:此字段可能返回 null,表示取不到有效值。voidsetCoordY(String CoordY)Set 指标纵坐标值 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
IndicatorCoord
public IndicatorCoord()
-
IndicatorCoord
public IndicatorCoord(IndicatorCoord 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
-
getCoordX
public String getCoordX()
Get 指标横坐标值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CoordX 指标横坐标值 注意:此字段可能返回 null,表示取不到有效值。
-
setCoordX
public void setCoordX(String CoordX)
Set 指标横坐标值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CoordX- 指标横坐标值 注意:此字段可能返回 null,表示取不到有效值。
-
getCoordY
public String getCoordY()
Get 指标纵坐标值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CoordY 指标纵坐标值 注意:此字段可能返回 null,表示取不到有效值。
-
setCoordY
public void setCoordY(String CoordY)
Set 指标纵坐标值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CoordY- 指标纵坐标值 注意:此字段可能返回 null,表示取不到有效值。
-
getCoordTag
public String getCoordTag()
Get 指标标签,用于标识附加信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CoordTag 指标标签,用于标识附加信息 注意:此字段可能返回 null,表示取不到有效值。
-
setCoordTag
public void setCoordTag(String CoordTag)
Set 指标标签,用于标识附加信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CoordTag- 指标标签,用于标识附加信息 注意:此字段可能返回 null,表示取不到有效值。
-
-