Class ListDiagnosticsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.791-07:00")
    public class ListDiagnosticsResponse
    extends CdpResponse
    The list of in-progress diagnostic bundle operations
    • Constructor Detail

      • ListDiagnosticsResponse

        public ListDiagnosticsResponse()
    • Method Detail

      • getDiagnosticsBundles

        public List<DiagnosticsBundle> getDiagnosticsBundles()
        Getter for diagnosticsBundles. List of diagnostics operations
      • setDiagnosticsBundles

        public void setDiagnosticsBundles​(List<DiagnosticsBundle> diagnosticsBundles)
        Setter for diagnosticsBundles. List of diagnostics operations
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object