Class ForecastProperties
java.lang.Object
com.azure.resourcemanager.costmanagement.fluent.models.ForecastProperties
Forecast properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumns()Get the columns property: Array of columns.nextLink()Get the nextLink property: The link (url) to the next page of results.rows()Get the rows property: Array of rows.voidvalidate()Validates the instance.withColumns(List<ForecastColumn> columns) Set the columns property: Array of columns.withNextLink(String nextLink) Set the nextLink property: The link (url) to the next page of results.Set the rows property: Array of rows.
-
Constructor Details
-
ForecastProperties
public ForecastProperties()Creates an instance of ForecastProperties class.
-
-
Method Details
-
nextLink
Get the nextLink property: The link (url) to the next page of results.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The link (url) to the next page of results.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ForecastProperties object itself.
-
columns
Get the columns property: Array of columns.- Returns:
- the columns value.
-
withColumns
Set the columns property: Array of columns.- Parameters:
columns- the columns value to set.- Returns:
- the ForecastProperties object itself.
-
rows
Get the rows property: Array of rows.- Returns:
- the rows value.
-
withRows
Set the rows property: Array of rows.- Parameters:
rows- the rows value to set.- Returns:
- the ForecastProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-