public final class BaselineMetadataValueInner extends Object
| Constructor and Description |
|---|
BaselineMetadataValueInner() |
| Modifier and Type | Method and Description |
|---|---|
LocalizableStringInner |
name()
Get the name property: the name of the metadata.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: the value of the metadata.
|
BaselineMetadataValueInner |
withName(LocalizableStringInner name)
Set the name property: the name of the metadata.
|
BaselineMetadataValueInner |
withValue(String value)
Set the value property: the value of the metadata.
|
public LocalizableStringInner name()
public BaselineMetadataValueInner withName(LocalizableStringInner name)
name - the name value to set.public String value()
public BaselineMetadataValueInner withValue(String value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.