Class SyncAllUsersResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.SyncAllUsersResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class SyncAllUsersResponse extends CdpResponse
All Users and Groups Sync Response Object
  • Constructor Details

    • SyncAllUsersResponse

      public SyncAllUsersResponse()
  • Method Details

    • getOperationId

      public String getOperationId()
      Getter for operationId. UUID of the request for this operation. This Id can be used for geting status on the operation.
    • setOperationId

      public void setOperationId(String operationId)
      Setter for operationId. UUID of the request for this operation. This Id can be used for geting status on the operation.
    • getOperationType

      public String getOperationType()
      Getter for operationType. Operation type, set password or user sync
    • setOperationType

      public void setOperationType(String operationType)
      Setter for operationType. Operation type, set password or user sync
    • getStatus

      public String getStatus()
      Getter for status. Status of this operation. Status can be one of these values (REQUESTED, RUNNING, COMPLETED, FAILED, REJECTED, TIMEDOUT)
    • setStatus

      public void setStatus(String status)
      Setter for status. Status of this operation. Status can be one of these values (REQUESTED, RUNNING, COMPLETED, FAILED, REJECTED, TIMEDOUT)
    • getSuccess

      public List<SyncOperationDetails> getSuccess()
      Getter for success. List of sync operation details for all succeeded environments.
    • setSuccess

      public void setSuccess(List<SyncOperationDetails> success)
      Setter for success. List of sync operation details for all succeeded environments.
    • getFailure

      public List<SyncOperationDetails> getFailure()
      Getter for failure. List of sync operation details for all failed envs.
    • setFailure

      public void setFailure(List<SyncOperationDetails> failure)
      Setter for failure. List of sync operation details for all failed envs.
    • getError

      public String getError()
      Getter for error. If there is any error associated.
    • setError

      public void setError(String error)
      Setter for error. If there is any error associated.
    • getStartTime

      public String getStartTime()
      Getter for startTime. Sync operation start timestamp.
    • setStartTime

      public void setStartTime(String startTime)
      Setter for startTime. Sync operation start timestamp.
    • getEndTime

      public String getEndTime()
      Getter for endTime. Sync operation end timestamp.
    • setEndTime

      public void setEndTime(String endTime)
      Setter for endTime. Sync operation end timestamp.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object