Class DiagnosticDataTableResponseObject

java.lang.Object
com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseObject
All Implemented Interfaces:
com.azure.json.JsonSerializable<DiagnosticDataTableResponseObject>

public final class DiagnosticDataTableResponseObject extends Object implements com.azure.json.JsonSerializable<DiagnosticDataTableResponseObject>
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.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<DiagnosticDataTableResponseObject>
      Throws:
      IOException
    • fromJson

      public static DiagnosticDataTableResponseObject fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of DiagnosticDataTableResponseObject from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of DiagnosticDataTableResponseObject if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the DiagnosticDataTableResponseObject.