java.lang.Object
com.azure.resourcemanager.costmanagement.models.QueryColumn

public final class QueryColumn extends Object
The QueryColumn model.
  • Constructor Details

    • QueryColumn

      public QueryColumn()
      Creates an instance of QueryColumn class.
  • Method Details

    • name

      public String name()
      Get the name property: The name of column.
      Returns:
      the name value.
    • withName

      public QueryColumn withName(String name)
      Set the name property: The name of column.
      Parameters:
      name - the name value to set.
      Returns:
      the QueryColumn object itself.
    • type

      public String type()
      Get the type property: The type of column.
      Returns:
      the type value.
    • withType

      public QueryColumn withType(String type)
      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.