Dimension Class
- java.
lang. Object - com.
azure. resourcemanager. maps. models. Dimension
- com.
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 display |
| String |
internalMetricName()
Get the internal |
| String |
internalName()
Get the internal |
| String |
name()
Get the name property: Display name of dimension. |
| String |
sourceMdmNamespace()
Get the source |
| Boolean |
toBeExportedToShoebox()
Get the to |
| void |
validate()
Validates the instance. |
| Dimension |
withDisplayName(String displayName)
Set the display |
| Dimension |
withInternalMetricName(String internalMetricName)
Set the internal |
| Dimension |
withInternalName(String internalName)
Set the internal |
| Dimension |
withName(String name)
Set the name property: Display name of dimension. |
| Dimension |
withSourceMdmNamespace(String sourceMdmNamespace)
Set the source |
| Dimension |
withToBeExportedToShoebox(Boolean toBeExportedToShoebox)
Set the to |
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:
internalMetricName
public String internalMetricName()
Get the internalMetricName property: Internal metric name of the dimension.
Returns:
internalName
public String internalName()
Get the internalName property: Internal name of the dimension.
Returns:
name
public String name()
Get the name property: Display name of dimension.
Returns:
sourceMdmNamespace
public String sourceMdmNamespace()
Get the sourceMdmNamespace property: Source Mdm Namespace of the dimension.
Returns:
toBeExportedToShoebox
public Boolean toBeExportedToShoebox()
Get the toBeExportedToShoebox property: Flag to indicate exporting to Azure Monitor.
Returns:
validate
public void validate()
Validates the instance.
withDisplayName
public Dimension withDisplayName(String displayName)
Set the displayName property: Display name of dimension.
Parameters:
Returns:
withInternalMetricName
public Dimension withInternalMetricName(String internalMetricName)
Set the internalMetricName property: Internal metric name of the dimension.
Parameters:
Returns:
withInternalName
public Dimension withInternalName(String internalName)
Set the internalName property: Internal name of the dimension.
Parameters:
Returns:
withName
public Dimension withName(String name)
Set the name property: Display name of dimension.
Parameters:
Returns:
withSourceMdmNamespace
public Dimension withSourceMdmNamespace(String sourceMdmNamespace)
Set the sourceMdmNamespace property: Source Mdm Namespace of the dimension.
Parameters:
Returns:
withToBeExportedToShoebox
public Dimension withToBeExportedToShoebox(Boolean toBeExportedToShoebox)
Set the toBeExportedToShoebox property: Flag to indicate exporting to Azure Monitor.
Parameters:
Returns: