MetricDefinitions Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. MetricDefinitions
- com.
Implements
public final class MetricDefinitions
implements JsonSerializable<MetricDefinitions>
Represents collection of metric definitions.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Metric |
fromJson(JsonReader jsonReader)
Reads an instance of Metric |
|
List<Metric |
getValue()
Get the value property: the values for the metric definitions. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static MetricDefinitions fromJson(JsonReader jsonReader)
Reads an instance of MetricDefinitions from the JsonReader.
Parameters:
Returns:
Throws:
getValue
public List<MetricDefinition> getValue()
Get the value property: the values for the metric definitions.
Returns: