Class GetOperationDetailsResponse

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

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

    • GetOperationDetailsResponse

      public GetOperationDetailsResponse()
  • 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.
    • getOperationOwner

      public OperationOwner getOperationOwner()
      Getter for operationOwner. Details of operation owner.
    • setOperationOwner

      public void setOperationOwner(OperationOwner operationOwner)
      Setter for operationOwner. Details of operation owner.
    • getRetryCount

      public Integer getRetryCount()
      Getter for retryCount. Number of retires attempted. Its value is 0 for first operation.
    • setRetryCount

      public void setRetryCount(Integer retryCount)
      Setter for retryCount. Number of retires attempted. Its value is 0 for first operation.
    • 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.
    • getPhaseWorkflowDetails

      public List<PhaseWorkflowDetail> getPhaseWorkflowDetails()
      Getter for phaseWorkflowDetails. Details of workflow phases.
    • setPhaseWorkflowDetails

      public void setPhaseWorkflowDetails(List<PhaseWorkflowDetail> phaseWorkflowDetails)
      Setter for phaseWorkflowDetails. Details of workflow phases.
    • getActivities

      public List<Activity> getActivities()
      Getter for activities. Activities
    • setActivities

      public void setActivities(List<Activity> activities)
      Setter for activities. Activities
    • 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