Class GetOperationStatusResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.compute.model.GetOperationStatusResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:08.660-07:00") public class GetOperationStatusResponse extends CdpResponse
Represents the response containing the status of an operation.
  • Constructor Details

    • GetOperationStatusResponse

      public GetOperationStatusResponse()
  • Method Details

    • getOperationId

      public String getOperationId()
      Getter for operationId. The unique ID of the operation.
    • setOperationId

      public void setOperationId(String operationId)
      Setter for operationId. The unique ID of the operation.
    • getWorkflowOperation

      public String getWorkflowOperation()
      Getter for workflowOperation. The type of workflow for this operation.
    • setWorkflowOperation

      public void setWorkflowOperation(String workflowOperation)
      Setter for workflowOperation. The type of workflow for this operation.
    • getOperationStatus

      public String getOperationStatus()
      Getter for operationStatus. The current status of the operation.
    • setOperationStatus

      public void setOperationStatus(String operationStatus)
      Setter for operationStatus. The current status of the operation.
    • getMessage

      public String getMessage()
      Getter for message. Additional details regarding operation status.
    • setMessage

      public void setMessage(String message)
      Setter for message. Additional details regarding operation status.
    • getClusterCrn

      public String getClusterCrn()
      Getter for clusterCrn. The CRN of the cluster associated with the operation.
    • setClusterCrn

      public void setClusterCrn(String clusterCrn)
      Setter for clusterCrn. The CRN of the cluster associated with the operation.
    • getStartTime

      public ZonedDateTime getStartTime()
      Getter for startTime. The start time of the operation.
    • setStartTime

      public void setStartTime(ZonedDateTime startTime)
      Setter for startTime. The start time of the operation.
    • getLastUpdateTime

      public ZonedDateTime getLastUpdateTime()
      Getter for lastUpdateTime. The last time the operation status was updated.
    • setLastUpdateTime

      public void setLastUpdateTime(ZonedDateTime lastUpdateTime)
      Setter for lastUpdateTime. The last time the operation status was updated.
    • getWorkflowId

      public String getWorkflowId()
      Getter for workflowId. Cadence workflow ID.
    • setWorkflowId

      public void setWorkflowId(String workflowId)
      Setter for workflowId. Cadence workflow ID.
    • getRunId

      public String getRunId()
      Getter for runId. Cadence run ID.
    • setRunId

      public void setRunId(String runId)
      Setter for runId. Cadence run ID.
    • getPhaseWorkflowStatuses

      public List<PhaseWorkflowStatus> getPhaseWorkflowStatuses()
      Getter for phaseWorkflowStatuses. Status of workflow phases.
    • setPhaseWorkflowStatuses

      public void setPhaseWorkflowStatuses(List<PhaseWorkflowStatus> phaseWorkflowStatuses)
      Setter for phaseWorkflowStatuses. Status of workflow phases.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object