Class LocalizableString
java.lang.Object
com.microsoft.azure.management.appservice.LocalizableString
Localizable string object containing the name and a localized value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet localized name.value()
Get non-localized name.withLocalizedValue
(String localizedValue) Set localized name.Set non-localized name.
-
Constructor Details
-
LocalizableString
public LocalizableString()
-
-
Method Details
-
value
Get non-localized name.- Returns:
- the value value
-
withValue
Set non-localized name.- Parameters:
value
- the value value to set- Returns:
- the LocalizableString object itself.
-
localizedValue
Get localized name.- Returns:
- the localizedValue value
-
withLocalizedValue
Set localized name.- Parameters:
localizedValue
- the localizedValue value to set- Returns:
- the LocalizableString object itself.
-