Class GetOperationResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetOperationResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class GetOperationResponse extends CdpResponse
Response object for tracking the latest (current/last) operation on the environment resource.
  • Constructor Details

    • GetOperationResponse

      public GetOperationResponse()
  • Method Details

    • getOperationId

      public String getOperationId()
      Getter for operationId. Identifier of the operation.
    • setOperationId

      public void setOperationId(String operationId)
      Setter for operationId. Identifier of the operation.
    • getOperationType

      public String getOperationType()
      Getter for operationType. Type of the operation.
    • setOperationType

      public void setOperationType(String operationType)
      Setter for operationType. Type of the operation.
    • getOperationStatus

      public String getOperationStatus()
      Getter for operationStatus. Status of the operation.
    • setOperationStatus

      public void setOperationStatus(String operationStatus)
      Setter for operationStatus. Status of the operation.
    • getProgress

      public Integer getProgress()
      Getter for progress. Progress percentage of the operation.
    • setProgress

      public void setProgress(Integer progress)
      Setter for progress. Progress percentage of the operation.
    • 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