Class DiagnosticDataTableResponseObject

java.lang.Object
com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseObject

public final class DiagnosticDataTableResponseObject extends Object
Diagnostics data table.
  • Constructor Details

    • DiagnosticDataTableResponseObject

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

    • tableName

      public String tableName()
      Get the tableName property: Table name.
      Returns:
      the tableName value.
    • withTableName

      public DiagnosticDataTableResponseObject withTableName(String tableName)
      Set the tableName property: Table name.
      Parameters:
      tableName - the tableName value to set.
      Returns:
      the DiagnosticDataTableResponseObject object itself.
    • columns

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

      Set the columns property: Columns in the table.
      Parameters:
      columns - the columns value to set.
      Returns:
      the DiagnosticDataTableResponseObject object itself.
    • rows

      public List<Object> rows()
      Get the rows property: Rows in the table.
      Returns:
      the rows value.
    • withRows

      Set the rows property: Rows in the table.
      Parameters:
      rows - the rows value to set.
      Returns:
      the DiagnosticDataTableResponseObject object itself.
    • validate

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