public final class LocalizableStringInner extends Object
| Constructor and Description |
|---|
LocalizableStringInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
localizedValue()
Get the localizedValue property: the locale specific value.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: the invariant value.
|
LocalizableStringInner |
withLocalizedValue(String localizedValue)
Set the localizedValue property: the locale specific value.
|
LocalizableStringInner |
withValue(String value)
Set the value property: the invariant value.
|
public String value()
public LocalizableStringInner withValue(String value)
value - the value value to set.public String localizedValue()
public LocalizableStringInner 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.