TimeSeriesElement Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TimeSeriesElement
- com.
Implements
public final class TimeSeriesElement
implements JsonSerializable<TimeSeriesElement>
The time series returned when a data query is performed.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Time |
fromJson(JsonReader jsonReader)
Reads an instance of Time |
|
List<Metric |
getData()
Get the data property: An array of data points representing the metric values. |
|
List<Dimension |
getDimensionValues()
Get the dimension |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TimeSeriesElement fromJson(JsonReader jsonReader)
Reads an instance of TimeSeriesElement from the JsonReader.
Parameters:
Returns:
Throws:
getData
public List<MetricValue> getData()
Get the data property: An array of data points representing the metric values.
Returns:
getDimensionValues
public List<DimensionValue> getDimensionValues()
Get the dimensionValues property: The dimension values.
Returns: