LocalizableStringInner Class
- java.
lang. Object - com.
microsoft. azure. management. monitor. implementation. LocalizableStringInner
- com.
public class LocalizableStringInner
The localizable string class.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
localizedValue()
Get the locale specific value. |
String |
value()
Get the invariant value. |
Localizable |
withLocalizedValue(String localizedValue)
Set the locale specific value. |
Localizable |
withValue(String value)
Set the invariant value. |
Method Details
localizedValue
public String localizedValue()
Get the locale specific value.
Returns:
the localizedValue value
value
public String value()
Get the invariant value.
Returns:
the value value
withLocalizedValue
public LocalizableStringInner withLocalizedValue(String localizedValue)
Set the locale specific value.
Parameters:
localizedValue
- the localizedValue value to set
Returns:
the LocalizableStringInner object itself.
withValue
public LocalizableStringInner withValue(String value)
Set the invariant value.
Parameters:
value
- the value value to set
Returns:
the LocalizableStringInner object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java