public class BaselineMetadataValue extends Object
Constructor and Description |
---|
BaselineMetadataValue() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.azure.management.monitor.implementation.LocalizableStringInner |
name()
Get the name of the metadata.
|
String |
value()
Get the value of the metadata.
|
BaselineMetadataValue |
withName(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name)
Set the name of the metadata.
|
BaselineMetadataValue |
withValue(String value)
Set the value of the metadata.
|
public com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name()
public BaselineMetadataValue withName(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name)
name
- the name value to setpublic String value()
public BaselineMetadataValue withValue(String value)
value
- the value value to setCopyright © 2019. All rights reserved.