Class MetadataValue
- java.lang.Object
-
- com.microsoft.azure.management.monitor.MetadataValue
-
public class MetadataValue extends Object
Represents a metric metadata value.
-
-
Constructor Summary
Constructors Constructor Description MetadataValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.microsoft.azure.management.monitor.implementation.LocalizableStringInnername()Get the name of the metadata.Stringvalue()Get the value of the metadata.MetadataValuewithName(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name)Set the name of the metadata.MetadataValuewithValue(String value)Set the value of the metadata.
-
-
-
Method Detail
-
name
public com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name()
Get the name of the metadata.- Returns:
- the name value
-
withName
public MetadataValue withName(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name)
Set the name of the metadata.- Parameters:
name- the name value to set- Returns:
- the MetadataValue object itself.
-
value
public String value()
Get the value of the metadata.- Returns:
- the value value
-
withValue
public MetadataValue withValue(String value)
Set the value of the metadata.- Parameters:
value- the value value to set- Returns:
- the MetadataValue object itself.
-
-