Class QueryColumn
java.lang.Object
com.azure.resourcemanager.costmanagement.models.QueryColumn
QueryColumn properties.
-
Constructor Details
-
QueryColumn
public QueryColumn()Creates an instance of QueryColumn 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 QueryColumn 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 QueryColumn object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-