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-10-28T14:00:28.895-07: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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for endDate.getError()Getter for error.Getter for failure.Getter for operationId.Getter for operationType.Getter for startDate.Getter for status.Getter for success.inthashCode()voidsetEndDate(ZonedDateTime endDate) Setter for endDate.voidSetter for error.voidsetFailure(List<SyncOperationDetails> failure) Setter for failure.voidsetOperationId(String operationId) Setter for operationId.voidsetOperationType(String operationType) Setter for operationType.voidsetStartDate(ZonedDateTime startDate) Setter for startDate.voidSetter for status.voidsetSuccess(List<SyncOperationDetails> success) Setter for success.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
LastSyncStatusResponse
public LastSyncStatusResponse()
-
-
Method Details
-
getOperationId
Getter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results. -
setOperationId
Setter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results. -
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
-