public class DataPointView extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DataPointView() | 
| DataPointView(DataPointView 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 | 
|---|---|
| Long[] | getTimestamps()Get 监控数据采集的时间 | 
| Float[] | getValues()Get 监控指标数据; 如果涉及到多个实例的监控数据的间隙时间,取值会为null | 
| void | setTimestamps(Long[] Timestamps)Set 监控数据采集的时间 | 
| void | setValues(Float[] Values)Set 监控指标数据; 如果涉及到多个实例的监控数据的间隙时间,取值会为null | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DataPointView()
public DataPointView(DataPointView source)
public Long[] getTimestamps()
public void setTimestamps(Long[] Timestamps)
Timestamps - 监控数据采集的时间public Float[] getValues()
public void setValues(Float[] Values)
Values - 监控指标数据; 如果涉及到多个实例的监控数据的间隙时间,取值会为nullCopyright © 2025. All rights reserved.