Class SetPasswordResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.SetPasswordResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class SetPasswordResponse
extends CdpResponse
Response object for set password request. (deprecated)
-
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.Getter for endTime.getError()Getter for error.Getter for failure.Getter for operationId.Getter for operationType.Getter for startDate.Getter for startTime.Getter for status.Getter for success.inthashCode()voidsetEndDate(ZonedDateTime endDate) Setter for endDate.voidsetEndTime(String endTime) Setter for endTime.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.voidsetStartTime(String startTime) Setter for startTime.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
-
SetPasswordResponse
public SetPasswordResponse()
-
-
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 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. -
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
-