Class SetPasswordResponse


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

      • SetPasswordResponse

        public SetPasswordResponse()
    • Method Detail

      • getOperationId

        public String getOperationId()
        Getter for operationId. UUID of the request for this operation. This Id can be used for geting status on the operation.
      • setOperationId

        public void setOperationId​(String operationId)
        Setter for operationId. UUID of the request for this operation. This Id can be used for geting status on the operation.
      • getOperationType

        public String getOperationType()
        Getter for operationType. Operation type, set password or user sync
      • setOperationType

        public void setOperationType​(String operationType)
        Setter for operationType. Operation type, set password or user sync
      • getStatus

        public String getStatus()
        Getter for status. Status of this operation. Status can be one of these values (REQUESTED, RUNNING, COMPLETED, FAILED, REJECTED, TIMEDOUT)
      • setStatus

        public void setStatus​(String status)
        Setter for status. Status of this operation. Status can be one of these values (REQUESTED, RUNNING, COMPLETED, FAILED, REJECTED, TIMEDOUT)
      • getSuccess

        public List<SyncOperationDetails> getSuccess()
        Getter for success. List of sync operation details for all succeeded environments.
      • setSuccess

        public void setSuccess​(List<SyncOperationDetails> success)
        Setter for success. List of sync operation details for all succeeded environments.
      • getFailure

        public List<SyncOperationDetails> getFailure()
        Getter for failure. List of sync operation details for all failed envs.
      • setFailure

        public void setFailure​(List<SyncOperationDetails> failure)
        Setter for failure. List of sync operation details for all failed envs.
      • getError

        public String getError()
        Getter for error. If there is any error associated.
      • setError

        public void setError​(String error)
        Setter for error. If there is any error associated.
      • getStartTime

        public String getStartTime()
        Getter for startTime. Sync operation start timestamp.
      • setStartTime

        public void setStartTime​(String startTime)
        Setter for startTime. Sync operation start timestamp.
      • getEndTime

        public String getEndTime()
        Getter for endTime. Sync operation end timestamp.
      • setEndTime

        public void setEndTime​(String endTime)
        Setter for endTime. Sync operation end timestamp.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object