Class IdBrokerSyncStatus
java.lang.Object
com.cloudera.cdp.environments.model.IdBrokerSyncStatus
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class IdBrokerSyncStatus
extends Object
Status of an ID Broker mappings sync operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for endDate.Getter for errorDetail.Getter for startDate.Getter for status.inthashCode()voidsetEndDate(ZonedDateTime endDate) Setter for endDate.voidsetErrorDetail(String errorDetail) Setter for errorDetail.voidsetStartDate(ZonedDateTime startDate) Setter for startDate.voidSetter for status.toString()
-
Constructor Details
-
IdBrokerSyncStatus
public IdBrokerSyncStatus()
-
-
Method Details
-
getStatus
Getter for status. The mappings sync summary status. -
setStatus
Setter for status. The mappings sync summary status. -
getStartDate
Getter for startDate. The date when the mappings sync started executing. Omitted if status is NEVER_RUN. -
setStartDate
Setter for startDate. The date when the mappings sync started executing. Omitted if status is NEVER_RUN. -
getEndDate
Getter for endDate. The date when the mappings sync completed or was terminated. Omitted if status is NEVER_RUN or RUNNING. -
setEndDate
Setter for endDate. The date when the mappings sync completed or was terminated. Omitted if status is NEVER_RUN or RUNNING. -
getErrorDetail
Getter for errorDetail. The detail of the error. Omitted if status is not FAILED. -
setErrorDetail
Setter for errorDetail. The detail of the error. Omitted if status is not FAILED. -
equals
-
hashCode
public int hashCode() -
toString
-