Class ForecastColumn
java.lang.Object
com.azure.resourcemanager.costmanagement.models.ForecastColumn
Forecast column properties.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ForecastColumn
public ForecastColumn()Creates an instance of ForecastColumn class.
-
-
Method Details
-
name
Get the name property: The name of column.- Returns:
- the name value.
-
withName
Set the name property: The name of column.- Parameters:
name- the name value to set.- Returns:
- the ForecastColumn object itself.
-
type
Get the type property: The type of column.- Returns:
- the type value.
-
withType
Set the type property: The type of column.- Parameters:
type- the type value to set.- Returns:
- the ForecastColumn object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-