Class GetRepairFreeipaStatusResponse


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

      • GetRepairFreeipaStatusResponse

        public GetRepairFreeipaStatusResponse()
    • Method Detail

      • getStatus

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

        public void setStatus​(String status)
        Setter for status. Status of this operation.
      • getSuccessfulOperationDetails

        public List<RepairOperationDetails> getSuccessfulOperationDetails()
        Getter for successfulOperationDetails. List of operation details for all successes. If the repair is only partially successful both successful and failure operation details will be populated.
      • setSuccessfulOperationDetails

        public void setSuccessfulOperationDetails​(List<RepairOperationDetails> successfulOperationDetails)
        Setter for successfulOperationDetails. List of operation details for all successes. If the repair is only partially successful both successful and failure operation details will be populated.
      • getFailureOperationDetails

        public List<RepairOperationDetails> getFailureOperationDetails()
        Getter for failureOperationDetails. List of operation details for failures. If the repair is only partially successful both successful and failure operation details will be populated.
      • setFailureOperationDetails

        public void setFailureOperationDetails​(List<RepairOperationDetails> failureOperationDetails)
        Setter for failureOperationDetails. List of operation details for failures. If the repair is only partially successful both successful and failure operation details will be populated.
      • getError

        public String getError()
        Getter for error. If there is any error associated. The error will be populated on any error and it may be populated when the operation failure details are empty. The error will typically contain the high level information such as the assocated repair failure phase.
      • setError

        public void setError​(String error)
        Setter for error. If there is any error associated. The error will be populated on any error and it may be populated when the operation failure details are empty. The error will typically contain the high level information such as the assocated repair failure phase.
      • getStartDate

        public ZonedDateTime getStartDate()
        Getter for startDate. Date when the operation started.
      • setStartDate

        public void setStartDate​(ZonedDateTime startDate)
        Setter for startDate. Date when the operation started.
      • getEndDate

        public ZonedDateTime getEndDate()
        Getter for endDate. Date when the operation ended. Omitted if operation has not ended.
      • setEndDate

        public void setEndDate​(ZonedDateTime endDate)
        Setter for endDate. Date when the operation ended. Omitted if operation has not ended.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object