LocalizableString Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.LocalizableString

public final class LocalizableString

Localizable string object containing the name and a localized value.

Constructor Summary

Constructor Description
LocalizableString()

Creates an instance of LocalizableString class.

Method Summary

Modifier and Type Method and Description
String localizedValue()

Get the localizedValue property: Localized name.

void validate()

Validates the instance.

String value()

Get the value property: Non-localized name.

LocalizableString withLocalizedValue(String localizedValue)

Set the localizedValue property: Localized name.

LocalizableString withValue(String value)

Set the value property: Non-localized name.

Methods inherited from java.lang.Object

Constructor Details

LocalizableString

public LocalizableString()

Creates an instance of LocalizableString class.

Method Details

localizedValue

public String localizedValue()

Get the localizedValue property: Localized name.

Returns:

the localizedValue value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Non-localized name.

Returns:

the value value.

withLocalizedValue

public LocalizableString withLocalizedValue(String localizedValue)

Set the localizedValue property: Localized name.

Parameters:

localizedValue - the localizedValue value to set.

Returns:

the LocalizableString object itself.

withValue

public LocalizableString withValue(String value)

Set the value property: Non-localized name.

Parameters:

value - the value value to set.

Returns:

the LocalizableString object itself.

Applies to