Class LastSyncStatusResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.LastSyncStatusResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:40.736-08:00")
public class LastSyncStatusResponse
extends CdpResponse
Response object for Sync 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 failure.Getter for operationId.Getter for operationType.Getter for startDate.Getter for status.Getter for success.int
hashCode()
void
setEndDate
(ZonedDateTime endDate) Setter for endDate.void
Setter for error.void
setFailure
(List<SyncOperationDetails> failure) Setter for failure.void
setOperationId
(String operationId) Setter for operationId.void
setOperationType
(String operationType) Setter for operationType.void
setStartDate
(ZonedDateTime startDate) Setter for startDate.void
Setter for status.void
setSuccess
(List<SyncOperationDetails> success) Setter for success.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
LastSyncStatusResponse
public LastSyncStatusResponse()
-
-
Method Details
-
getOperationId
Getter for operationId. UUID of the request for this operation. This Id can be used for geting status on the operation. -
setOperationId
Setter for operationId. UUID of the request for this operation. This Id can be used for geting status on the operation. -
getOperationType
Getter for operationType. Operation type, set password or user sync -
setOperationType
Setter for operationType. Operation type, set password or user sync -
getStatus
Getter for status. Status of this operation. Status can be one of these values (REQUESTED, RUNNING, COMPLETED, FAILED, REJECTED, TIMEDOUT) -
setStatus
Setter for status. Status of this operation. Status can be one of these values (REQUESTED, RUNNING, COMPLETED, FAILED, REJECTED, TIMEDOUT) -
getSuccess
Getter for success. List of sync operation details for all succeeded environments. -
setSuccess
Setter for success. List of sync operation details for all succeeded environments. -
getFailure
Getter for failure. List of sync operation details for all failed environments. -
setFailure
Setter for failure. List of sync operation details for all failed environments. -
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. -
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. -
getStartDate
Getter for startDate. Date when the sync operation started. -
setStartDate
Setter for startDate. Date when the sync operation started. -
getEndDate
Getter for endDate. Date when the sync operation ended. Omitted if operation has not ended. -
setEndDate
Setter for endDate. Date when the sync operation ended. Omitted if operation has not ended. -
equals
-
hashCode
public int hashCode() -
toString
-