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="2025-01-23T07:12:40.736-08: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.
    • getOperationName

      public String getOperationName()
      Getter for operationName. Name of the operation.
    • setOperationName

      public void setOperationName(String operationName)
      Setter for operationName. Name 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.
    • getStarted

      public ZonedDateTime getStarted()
      Getter for started. Start time of the operation.
    • setStarted

      public void setStarted(ZonedDateTime started)
      Setter for started. Start time of the operation.
    • getEnded

      public ZonedDateTime getEnded()
      Getter for ended. End time of the operation.
    • setEnded

      public void setEnded(ZonedDateTime ended)
      Setter for ended. End time 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