LocalizedName Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.LocalizedName

public class LocalizedName

The details about the localizable name of a type of usage.

Constructor Summary

Constructor Description
LocalizedName()

Method Summary

Modifier and Type Method and Description
java.lang.String localizedValue()

Get the localized name of the used resource.

java.lang.String value()

Get the name of the used resource.

LocalizedName withLocalizedValue(String localizedValue)

Set the localized name of the used resource.

LocalizedName withValue(String value)

Set the name of the used resource.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

LocalizedName

public LocalizedName()

Method Details

localizedValue

public String localizedValue()

Get the localized name of the used resource.

Returns:

the localizedValue value

value

public String value()

Get the name of the used resource.

Returns:

the value value

withLocalizedValue

public LocalizedName withLocalizedValue(String localizedValue)

Set the localized name of the used resource.

Parameters:

localizedValue - the localizedValue value to set

Returns:

the LocalizedName object itself.

withValue

public LocalizedName withValue(String value)

Set the name of the used resource.

Parameters:

value - the value value to set

Returns:

the LocalizedName object itself.

Applies to