DimensionValue Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. DimensionValue
- com.
Implements
public final class DimensionValue
implements JsonSerializable<DimensionValue>
Represents a metric dimension value.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dimension |
fromJson(JsonReader jsonReader)
Reads an instance of Dimension |
| String |
getName()
Get the name property: The name of the dimension. |
| String |
getValue()
Get the value property: The value of the dimension. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DimensionValue fromJson(JsonReader jsonReader)
Reads an instance of DimensionValue from the JsonReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The name of the dimension.
Returns:
getValue
public String getValue()
Get the value property: The value of the dimension.
Returns: