public class CurvePoint extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Get 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"
|
String |
getTimestamp()
Get 该坐标点时间戳
|
String |
getValue()
Get 当前坐标 Y轴的值
|
void |
setLabel(String Label)
Set 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"
|
void |
setTimestamp(String Timestamp)
Set 该坐标点时间戳
|
void |
setValue(String Value)
Set 当前坐标 Y轴的值
|
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 CurvePoint()
public CurvePoint(CurvePoint source)
public String getLabel()
public void setLabel(String Label)
Label
- 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"public String getValue()
public void setValue(String Value)
Value
- 当前坐标 Y轴的值public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- 该坐标点时间戳Copyright © 2024. All rights reserved.