java.lang.Object
com.azure.resourcemanager.loganalytics.models.Column

public final class Column extends Object
Table column.
  • Constructor Details

    • Column

      public Column()
  • Method Details

    • name

      public String name()
      Get the name property: Column name.
      Returns:
      the name value.
    • withName

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

      public ColumnTypeEnum type()
      Get the type property: Column data type.
      Returns:
      the type value.
    • withType

      public Column withType(ColumnTypeEnum type)
      Set the type property: Column data type.
      Parameters:
      type - the type value to set.
      Returns:
      the Column object itself.
    • dataTypeHint

      public ColumnDataTypeHintEnum dataTypeHint()
      Get the dataTypeHint property: Column data type logical hint.
      Returns:
      the dataTypeHint value.
    • withDataTypeHint

      public Column withDataTypeHint(ColumnDataTypeHintEnum dataTypeHint)
      Set the dataTypeHint property: Column data type logical hint.
      Parameters:
      dataTypeHint - the dataTypeHint value to set.
      Returns:
      the Column object itself.
    • displayName

      public String displayName()
      Get the displayName property: Column display name.
      Returns:
      the displayName value.
    • withDisplayName

      public Column withDisplayName(String displayName)
      Set the displayName property: Column display name.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the Column object itself.
    • description

      public String description()
      Get the description property: Column description.
      Returns:
      the description value.
    • withDescription

      public Column withDescription(String description)
      Set the description property: Column description.
      Parameters:
      description - the description value to set.
      Returns:
      the Column object itself.
    • isDefaultDisplay

      public Boolean isDefaultDisplay()
      Get the isDefaultDisplay property: Is displayed by default.
      Returns:
      the isDefaultDisplay value.
    • isHidden

      public Boolean isHidden()
      Get the isHidden property: Is column hidden.
      Returns:
      the isHidden value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.