Class GetRepairFreeipaStatusResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetRepairFreeipaStatusResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class GetRepairFreeipaStatusResponse
extends CdpResponse
Response object for Repair Operation.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for endDate.getError()
Getter for error.Getter for failureOperationDetails.Getter for startDate.Getter for status.Getter for successfulOperationDetails.int
hashCode()
void
setEndDate
(ZonedDateTime endDate) Setter for endDate.void
Setter for error.void
setFailureOperationDetails
(List<RepairOperationDetails> failureOperationDetails) Setter for failureOperationDetails.void
setStartDate
(ZonedDateTime startDate) Setter for startDate.void
Setter for status.void
setSuccessfulOperationDetails
(List<RepairOperationDetails> successfulOperationDetails) Setter for successfulOperationDetails.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetRepairFreeipaStatusResponse
public GetRepairFreeipaStatusResponse()
-
-
Method Details
-
getStatus
Getter for status. Status of this operation. -
setStatus
Setter for status. Status of this operation. -
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
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
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
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
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
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
Getter for startDate. Date when the operation started. -
setStartDate
Setter for startDate. Date when the operation started. -
getEndDate
Getter for endDate. Date when the operation ended. Omitted if operation has not ended. -
setEndDate
Setter for endDate. Date when the operation ended. Omitted if operation has not ended. -
equals
-
hashCode
public int hashCode() -
toString
-