Package com.cloudera.cdp.datahub.model
Class DatahubDiagnosticsCollectionResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.DatahubDiagnosticsCollectionResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class DatahubDiagnosticsCollectionResponse
extends CdpResponse
Response object for diagnostic collection flow details.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for collectionDetails.Getter for created.Getter for flowId.Getter for flowState.Getter for progressPercentage.Getter for status.int
hashCode()
void
setCollectionDetails
(DatahubDiagnosticsCollectionDetailsResponse collectionDetails) Setter for collectionDetails.void
setCreated
(ZonedDateTime created) Setter for created.void
Setter for flowId.void
setFlowState
(String flowState) Setter for flowState.void
setProgressPercentage
(Integer progressPercentage) Setter for progressPercentage.void
Setter for status.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
DatahubDiagnosticsCollectionResponse
public DatahubDiagnosticsCollectionResponse()
-
-
Method Details
-
getStatus
Getter for status. Status of the diagnostics collection flow. -
setStatus
Setter for status. Status of the diagnostics collection flow. -
getFlowId
Getter for flowId. Flow ID of the diagnostics collection flow. -
setFlowId
Setter for flowId. Flow ID of the diagnostics collection flow. -
getFlowState
Getter for flowState. Current state of the diagnostics collection flow. -
setFlowState
Setter for flowState. Current state of the diagnostics collection flow. -
getCreated
Getter for created. Creation date of the diagnostics collection flow. -
setCreated
Setter for created. Creation date of the diagnostics collection flow. -
getProgressPercentage
Getter for progressPercentage. Progress percentage of the diagnostics collection flow (maximum value if finished). -
setProgressPercentage
Setter for progressPercentage. Progress percentage of the diagnostics collection flow (maximum value if finished). -
getCollectionDetails
Getter for collectionDetails. Additional details about the diagnostics collection. -
setCollectionDetails
Setter for collectionDetails. Additional details about the diagnostics collection. -
equals
-
hashCode
public int hashCode() -
toString
-