Class UpdateServiceResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.068-07:00")
    public class UpdateServiceResponse
    extends CdpResponse
    Response object for UpdateService request.
    • Constructor Detail

      • UpdateServiceResponse

        public UpdateServiceResponse()
    • Method Detail

      • getOperationId

        @Deprecated
        public String getOperationId()
        Deprecated.
        Getter for operationId. Deprecated. The operation ID of the update request.
      • setOperationId

        @Deprecated
        public void setOperationId​(String operationId)
        Deprecated.
        Setter for operationId. Deprecated. The operation ID of the update request.
      • getStatus

        public String getStatus()
        Getter for status. Status of update.
      • setStatus

        public void setStatus​(String status)
        Setter for status. Status of update.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object