Uses of Class
com.cloudera.cdp.opdb.model.DiagnosticsBundle
Packages that use DiagnosticsBundle
-
Uses of DiagnosticsBundle in com.cloudera.cdp.opdb.model
Methods in com.cloudera.cdp.opdb.model that return DiagnosticsBundleModifier and TypeMethodDescriptionCollectDiagnosticsResponse.getDiagnosticsBundle()Getter for diagnosticsBundle.Methods in com.cloudera.cdp.opdb.model that return types with arguments of type DiagnosticsBundleModifier and TypeMethodDescriptionListDiagnosticsResponse.getDiagnosticsBundles()Getter for diagnosticsBundles.Methods in com.cloudera.cdp.opdb.model with parameters of type DiagnosticsBundleModifier and TypeMethodDescriptionvoidCollectDiagnosticsResponse.setDiagnosticsBundle(DiagnosticsBundle diagnosticsBundle) Setter for diagnosticsBundle.Method parameters in com.cloudera.cdp.opdb.model with type arguments of type DiagnosticsBundleModifier and TypeMethodDescriptionvoidListDiagnosticsResponse.setDiagnosticsBundles(List<DiagnosticsBundle> diagnosticsBundles) Setter for diagnosticsBundles.