BaselineMetadataValue Class

  • java.lang.Object
    • com.microsoft.azure.management.monitor.BaselineMetadataValue

public class BaselineMetadataValue

Represents a baseline metadata value.

Constructor Summary

Constructor Description
BaselineMetadataValue()

Method Summary

Modifier and Type Method and Description
LocalizableStringInner name()

Get the name of the metadata.

java.lang.String value()

Get the value of the metadata.

BaselineMetadataValue withName(LocalizableStringInner name)

Set the name of the metadata.

BaselineMetadataValue withValue(String value)

Set the value of the metadata.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

BaselineMetadataValue

public BaselineMetadataValue()

Method Details

name

public LocalizableStringInner name()

Get the name of the metadata.

Returns:

the name value

value

public String value()

Get the value of the metadata.

Returns:

the value value

withName

public BaselineMetadataValue withName(LocalizableStringInner name)

Set the name of the metadata.

Parameters:

name - the name value to set

Returns:

the BaselineMetadataValue object itself.

withValue

public BaselineMetadataValue withValue(String value)

Set the value of the metadata.

Parameters:

value - the value value to set

Returns:

the BaselineMetadataValue object itself.

Applies to