Class GetOperationResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:32.339-07:00") public class GetOperationResponse extends CdpResponse
Response object for tracking the latest (current/last) operation on the datahub resource.
  • Constructor Details Link icon

    • GetOperationResponse Link icon

      public GetOperationResponse()
  • Method Details Link icon

    • getOperationId Link icon

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

      public void setOperationId(String operationId)
      Setter for operationId. Identifier of the operation.
    • getOperationName Link icon

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

      public void setOperationName(String operationName)
      Setter for operationName. Name of the operation.
    • getOperationStatus Link icon

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

      public void setOperationStatus(String operationStatus)
      Setter for operationStatus. Status of the operation.
    • getStarted Link icon

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

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

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

      public void setEnded(ZonedDateTime ended)
      Setter for ended. End time of the operation.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object