Dimension Class

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

public class Dimension

Dimension of the metric.

Constructor Summary

Constructor Description
Dimension()

Method Summary

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

Get the display name of the dimension.

java.lang.String internalName()

Get the internal name of the dimension.

java.lang.String name()

Get the name of the dimension.

Dimension withDisplayName(String displayName)

Set the display name of the dimension.

Dimension withInternalName(String internalName)

Set the internal name of the dimension.

Dimension withName(String name)

Set the name of the dimension.

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

Dimension

public Dimension()

Method Details

displayName

public String displayName()

Get the display name of the dimension.

Returns:

the displayName value

internalName

public String internalName()

Get the internal name of the dimension.

Returns:

the internalName value

name

public String name()

Get the name of the dimension.

Returns:

the name value

withDisplayName

public Dimension withDisplayName(String displayName)

Set the display name of the dimension.

Parameters:

displayName - the displayName value to set

Returns:

the Dimension object itself.

withInternalName

public Dimension withInternalName(String internalName)

Set the internal name of the dimension.

Parameters:

internalName - the internalName value to set

Returns:

the Dimension object itself.

withName

public Dimension withName(String name)

Set the name of the dimension.

Parameters:

name - the name value to set

Returns:

the Dimension object itself.

Applies to