Package com.cloudera.cdp.opdb.model
Class ListDiagnosticsResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.opdb.model.ListDiagnosticsResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.629-07:00") public class ListDiagnosticsResponse extends CdpResponse
The list of in-progress diagnostic bundle operations
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description ListDiagnosticsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<DiagnosticsBundle>
getDiagnosticsBundles()
Getter for diagnosticsBundles.int
hashCode()
void
setDiagnosticsBundles(List<DiagnosticsBundle> diagnosticsBundles)
Setter for diagnosticsBundles.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
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
-
-