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