public class OverviewMetricData extends AbstractModel
header, skipSign
Constructor and Description |
---|
OverviewMetricData() |
OverviewMetricData(OverviewMetricData 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[] |
getDataPoints()
Get Sampling point data.
|
Long |
getFirst()
Get First data timestamp.
|
Long |
getInterval()
Get Sampling point time interval.
|
Long |
getLast()
Get Last data timestamp.
|
String |
getMetric()
Get Metric name.
|
MetricTags |
getTags()
Get Metric tags.
|
void |
setDataPoints(String[] DataPoints)
Set Sampling point data.
|
void |
setFirst(Long First)
Set First data timestamp.
|
void |
setInterval(Long Interval)
Set Sampling point time interval.
|
void |
setLast(Long Last)
Set Last data timestamp.
|
void |
setMetric(String Metric)
Set Metric name.
|
void |
setTags(MetricTags Tags)
Set Metric tags.
|
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, toJsonString
public OverviewMetricData()
public OverviewMetricData(OverviewMetricData source)
public String getMetric()
public void setMetric(String Metric)
Metric
- Metric name.public Long getFirst()
public void setFirst(Long First)
First
- First data timestamp.public Long getLast()
public void setLast(Long Last)
Last
- Last data timestamp.public Long getInterval()
public void setInterval(Long Interval)
Interval
- Sampling point time interval.public String[] getDataPoints()
public void setDataPoints(String[] DataPoints)
DataPoints
- Sampling point data.
Note: This field may return null, indicating that no valid values can be obtained.public MetricTags getTags()
public void setTags(MetricTags Tags)
Tags
- Metric tags.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.