UsageName Class

  • java.lang.Object
    • com.microsoft.azure.management.network.UsageName

public class UsageName

The usage names.

Constructor Summary

Constructor Description
UsageName()

Method Summary

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

Get a localized string describing the resource name.

java.lang.String value()

Get a string describing the resource name.

UsageName withLocalizedValue(String localizedValue)

Set a localized string describing the resource name.

UsageName withValue(String value)

Set a string describing the resource name.

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

UsageName

public UsageName()

Method Details

localizedValue

public String localizedValue()

Get a localized string describing the resource name.

Returns:

the localizedValue value

value

public String value()

Get a string describing the resource name.

Returns:

the value value

withLocalizedValue

public UsageName withLocalizedValue(String localizedValue)

Set a localized string describing the resource name.

Parameters:

localizedValue - the localizedValue value to set

Returns:

the UsageName object itself.

withValue

public UsageName withValue(String value)

Set a string describing the resource name.

Parameters:

value - the value value to set

Returns:

the UsageName object itself.

Applies to