public final class BaselineMetadata extends Object
| Constructor and Description |
|---|
BaselineMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: Name of the baseline metadata.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: Value of the baseline metadata.
|
BaselineMetadata |
withName(String name)
Set the name property: Name of the baseline metadata.
|
BaselineMetadata |
withValue(String value)
Set the value property: Value of the baseline metadata.
|
public String name()
public BaselineMetadata withName(String name)
name - the name value to set.public String value()
public BaselineMetadata 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.