public final class LocalizableString extends Object
| Constructor and Description |
|---|
LocalizableString() |
| Modifier and Type | Method and Description |
|---|---|
String |
localizedValue()
Get the localizedValue property: Localized name.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: Non-localized name.
|
LocalizableString |
withLocalizedValue(String localizedValue)
Set the localizedValue property: Localized name.
|
LocalizableString |
withValue(String value)
Set the value property: Non-localized name.
|
public String value()
public LocalizableString withValue(String value)
value - the value value to set.public String localizedValue()
public LocalizableString withLocalizedValue(String localizedValue)
localizedValue - the localizedValue value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.