Class DimensionProperties
java.lang.Object
com.azure.resourcemanager.costmanagement.fluent.models.DimensionProperties
Dimension properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncategory()
Get the category property: Dimension category.data()
Get the data property: Dimension data.Get the description property: Dimension description.Get the filterEnabled property: Filter enabled.Get the groupingEnabled property: Grouping enabled.nextLink()
Get the nextLink property: The link (url) to the next page of results.total()
Get the total property: Total number of data for the dimension.usageEnd()
Get the usageEnd property: Usage end.Get the usageStart property: Usage start.void
validate()
Validates the instance.Set the data property: Dimension data.
-
Constructor Details
-
DimensionProperties
public DimensionProperties()Creates an instance of DimensionProperties class.
-
-
Method Details
-
description
Get the description property: Dimension description.- Returns:
- the description value.
-
filterEnabled
Get the filterEnabled property: Filter enabled.- Returns:
- the filterEnabled value.
-
groupingEnabled
Get the groupingEnabled property: Grouping enabled.- Returns:
- the groupingEnabled value.
-
data
Get the data property: Dimension data.- Returns:
- the data value.
-
withData
Set the data property: Dimension data.- Parameters:
data
- the data value to set.- Returns:
- the DimensionProperties object itself.
-
total
Get the total property: Total number of data for the dimension.- Returns:
- the total value.
-
category
Get the category property: Dimension category.- Returns:
- the category value.
-
usageStart
Get the usageStart property: Usage start.- Returns:
- the usageStart value.
-
usageEnd
Get the usageEnd property: Usage end.- Returns:
- the usageEnd value.
-
nextLink
Get the nextLink property: The link (url) to the next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-