Class GetOperationResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class GetOperationResponse
    extends CdpResponse
    Response object for tracking the latest (current/last) operation on the environment resource.
    • Constructor Detail

      • GetOperationResponse

        public GetOperationResponse()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object