Dimension Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. Dimension
- com.
public final class Dimension
Specifications of the Dimension of metrics.
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 |
internalName()
Get the internal |
| String |
name()
Get the name property: The public facing name of the dimension. |
| Boolean |
toBeExportedForShoebox()
Get the to |
| void |
validate()
Validates the instance. |
| Dimension |
withDisplayName(String displayName)
Set the display |
| Dimension |
withInternalName(String internalName)
Set the internal |
| Dimension |
withName(String name)
Set the name property: The public facing name of the dimension. |
| Dimension |
withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
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: Localized friendly display name of the dimension.
Returns:
internalName
public String internalName()
Get the internalName property: Name of the dimension as it appears in MDM.
Returns:
name
public String name()
Get the name property: The public facing name of the dimension.
Returns:
toBeExportedForShoebox
public Boolean toBeExportedForShoebox()
Get the toBeExportedForShoebox property: A Boolean flag indicating whether this dimension should be included for the shoebox export scenario.
Returns:
validate
public void validate()
Validates the instance.
withDisplayName
public Dimension withDisplayName(String displayName)
Set the displayName property: Localized friendly display name of the dimension.
Parameters:
Returns:
withInternalName
public Dimension withInternalName(String internalName)
Set the internalName property: Name of the dimension as it appears in MDM.
Parameters:
Returns:
withName
public Dimension withName(String name)
Set the name property: The public facing name of the dimension.
Parameters:
Returns:
withToBeExportedForShoebox
public Dimension withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
Set the toBeExportedForShoebox property: A Boolean flag indicating whether this dimension should be included for the shoebox export scenario.
Parameters:
Returns: