public class LocalizableString extends Object
| Constructor and Description |
|---|
LocalizableString() |
| Modifier and Type | Method and Description |
|---|---|
String |
localizedValue()
Get the localizedValue value.
|
String |
value()
Get the value value.
|
LocalizableString |
withLocalizedValue(String localizedValue)
Set the localizedValue value.
|
LocalizableString |
withValue(String value)
Set the value value.
|
public String value()
public LocalizableString withValue(String value)
value - the value value to setpublic String localizedValue()
public LocalizableString withLocalizedValue(String localizedValue)
localizedValue - the localizedValue value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/