Class InsightsTableResult

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

public final class InsightsTableResult extends Object
Query results for table insights query.
  • Constructor Details

    • InsightsTableResult

      public InsightsTableResult()
  • Method Details

    • columns

      Get the columns property: Columns Metadata of the table.
      Returns:
      the columns value.
    • withColumns

      Set the columns property: Columns Metadata of the table.
      Parameters:
      columns - the columns value to set.
      Returns:
      the InsightsTableResult object itself.
    • rows

      public List<List<String>> rows()
      Get the rows property: Rows data of the table.
      Returns:
      the rows value.
    • withRows

      public InsightsTableResult withRows(List<List<String>> rows)
      Set the rows property: Rows data of the table.
      Parameters:
      rows - the rows value to set.
      Returns:
      the InsightsTableResult object itself.
    • validate

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