Class SyncUserResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.SyncUserResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class SyncUserResponse
extends CdpResponse
Response Object for single user 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 endTime.getError()
Getter for error.Getter for failure.Getter for operationId.Getter for operationType.Getter for startTime.Getter for status.Getter for success.int
hashCode()
void
setEndTime
(String endTime) Setter for endTime.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
setStartTime
(String startTime) Setter for startTime.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
-
SyncUserResponse
public SyncUserResponse()
-
-
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 envs. -
setFailure
Setter for failure. List of sync operation details for all failed envs. -
getError
Getter for error. If there is any error associated. -
setError
Setter for error. If there is any error associated. -
getStartTime
Getter for startTime. Sync operation start timestamp. -
setStartTime
Setter for startTime. Sync operation start timestamp. -
getEndTime
Getter for endTime. Sync operation end timestamp. -
setEndTime
Setter for endTime. Sync operation end timestamp. -
equals
-
hashCode
public int hashCode() -
toString
-