LocalizableStringInner Class

  • java.lang.Object
    • com.microsoft.azure.management.monitor.implementation.LocalizableStringInner

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.

LocalizableStringInner withLocalizedValue(String localizedValue)

Set the locale specific value.

LocalizableStringInner 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