Dela via


Dimension Class

  • java.lang.Object
    • com.azure.resourcemanager.maps.models.Dimension

public final class Dimension

Dimension of map account, for example API Category, Api Name, Result Type, and Response Code.

Constructor Summary

Constructor Description
Dimension()

Creates an instance of Dimension class.

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName property: Display name of dimension.

String internalMetricName()

Get the internalMetricName property: Internal metric name of the dimension.

String internalName()

Get the internalName property: Internal name of the dimension.

String name()

Get the name property: Display name of dimension.

String sourceMdmNamespace()

Get the sourceMdmNamespace property: Source Mdm Namespace of the dimension.

Boolean toBeExportedToShoebox()

Get the toBeExportedToShoebox property: Flag to indicate exporting to Azure Monitor.

void validate()

Validates the instance.

Dimension withDisplayName(String displayName)

Set the displayName property: Display name of dimension.

Dimension withInternalMetricName(String internalMetricName)

Set the internalMetricName property: Internal metric name of the dimension.

Dimension withInternalName(String internalName)

Set the internalName property: Internal name of the dimension.

Dimension withName(String name)

Set the name property: Display name of dimension.

Dimension withSourceMdmNamespace(String sourceMdmNamespace)

Set the sourceMdmNamespace property: Source Mdm Namespace of the dimension.

Dimension withToBeExportedToShoebox(Boolean toBeExportedToShoebox)

Set the toBeExportedToShoebox property: Flag to indicate exporting to Azure Monitor.

Methods inherited from java.lang.Object

Constructor Details

Dimension

public Dimension()

Creates an instance of Dimension class.

Method Details

displayName

public String displayName()

Get the displayName property: Display name of dimension.

Returns:

the displayName value.

internalMetricName

public String internalMetricName()

Get the internalMetricName property: Internal metric name of the dimension.

Returns:

the internalMetricName value.

internalName

public String internalName()

Get the internalName property: Internal name of the dimension.

Returns:

the internalName value.

name

public String name()

Get the name property: Display name of dimension.

Returns:

the name value.

sourceMdmNamespace

public String sourceMdmNamespace()

Get the sourceMdmNamespace property: Source Mdm Namespace of the dimension.

Returns:

the sourceMdmNamespace value.

toBeExportedToShoebox

public Boolean toBeExportedToShoebox()

Get the toBeExportedToShoebox property: Flag to indicate exporting to Azure Monitor.

Returns:

the toBeExportedToShoebox value.

validate

public void validate()

Validates the instance.

withDisplayName

public Dimension withDisplayName(String displayName)

Set the displayName property: Display name of dimension.

Parameters:

displayName - the displayName value to set.

Returns:

the Dimension object itself.

withInternalMetricName

public Dimension withInternalMetricName(String internalMetricName)

Set the internalMetricName property: Internal metric name of the dimension.

Parameters:

internalMetricName - the internalMetricName value to set.

Returns:

the Dimension object itself.

withInternalName

public Dimension withInternalName(String internalName)

Set the internalName property: 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 property: Display name of dimension.

Parameters:

name - the name value to set.

Returns:

the Dimension object itself.

withSourceMdmNamespace

public Dimension withSourceMdmNamespace(String sourceMdmNamespace)

Set the sourceMdmNamespace property: Source Mdm Namespace of the dimension.

Parameters:

sourceMdmNamespace - the sourceMdmNamespace value to set.

Returns:

the Dimension object itself.

withToBeExportedToShoebox

public Dimension withToBeExportedToShoebox(Boolean toBeExportedToShoebox)

Set the toBeExportedToShoebox property: Flag to indicate exporting to Azure Monitor.

Parameters:

toBeExportedToShoebox - the toBeExportedToShoebox value to set.

Returns:

the Dimension object itself.

Applies to