Class CurvePoint
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.CurvePoint
-
public class CurvePoint extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CurvePoint()CurvePoint(CurvePoint 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 StringgetLabel()Get 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"StringgetTimestamp()Get 该坐标点时间戳StringgetValue()Get 当前坐标 Y轴的值voidsetLabel(String Label)Set 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"voidsetTimestamp(String Timestamp)Set 该坐标点时间戳voidsetValue(String Value)Set 当前坐标 Y轴的值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
-
CurvePoint
public CurvePoint()
-
CurvePoint
public CurvePoint(CurvePoint 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
-
getLabel
public String getLabel()
Get 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"- Returns:
- Label 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"
-
setLabel
public void setLabel(String Label)
Set 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"- Parameters:
Label- 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"
-
getValue
public String getValue()
Get 当前坐标 Y轴的值- Returns:
- Value 当前坐标 Y轴的值
-
setValue
public void setValue(String Value)
Set 当前坐标 Y轴的值- Parameters:
Value- 当前坐标 Y轴的值
-
getTimestamp
public String getTimestamp()
Get 该坐标点时间戳- Returns:
- Timestamp 该坐标点时间戳
-
setTimestamp
public void setTimestamp(String Timestamp)
Set 该坐标点时间戳- Parameters:
Timestamp- 该坐标点时间戳
-
-