Class InsightsTableResultColumnsItem

java.lang.Object
com.azure.resourcemanager.securityinsights.models.InsightsTableResultColumnsItem

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

    • InsightsTableResultColumnsItem

      public InsightsTableResultColumnsItem()
  • Method Details

    • type

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

      public InsightsTableResultColumnsItem withType(String type)
      Set the type property: the type of the colum.
      Parameters:
      type - the type value to set.
      Returns:
      the InsightsTableResultColumnsItem object itself.
    • name

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

      public InsightsTableResultColumnsItem withName(String name)
      Set the name property: the name of the colum.
      Parameters:
      name - the name value to set.
      Returns:
      the InsightsTableResultColumnsItem object itself.
    • validate

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