MetricNamespaces Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. MetricNamespaces
- com.
Implements
public final class MetricNamespaces
implements JsonSerializable<MetricNamespaces>
Represents collection of metric namespaces.
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 namespaces. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static MetricNamespaces fromJson(JsonReader jsonReader)
Reads an instance of MetricNamespaces from the JsonReader.
Parameters:
Returns:
Throws:
getValue
public List<MetricNamespace> getValue()
Get the value property: The values for the metric namespaces.
Returns: