Class DiagnosticsDataApiResponse

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

public final class DiagnosticsDataApiResponse extends Object
Diagnostics data returned from a detector.
  • Constructor Details

    • DiagnosticsDataApiResponse

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

    • table

      Get the table property: Table response.
      Returns:
      the table value.
    • withTable

      Set the table property: Table response.
      Parameters:
      table - the table value to set.
      Returns:
      the DiagnosticsDataApiResponse object itself.
    • renderingProperties

      public DiagnosticRendering renderingProperties()
      Get the renderingProperties property: Details of the table response.
      Returns:
      the renderingProperties value.
    • withRenderingProperties

      public DiagnosticsDataApiResponse withRenderingProperties(DiagnosticRendering renderingProperties)
      Set the renderingProperties property: Details of the table response.
      Parameters:
      renderingProperties - the renderingProperties value to set.
      Returns:
      the DiagnosticsDataApiResponse object itself.
    • validate

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