Class IdBrokerSyncStatus
java.lang.Object
com.cloudera.cdp.environments.model.IdBrokerSyncStatus
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class IdBrokerSyncStatus
extends Object
Status of an ID Broker mappings sync operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for endDate.Getter for errorDetail.Getter for startDate.Getter for status.int
hashCode()
void
setEndDate
(ZonedDateTime endDate) Setter for endDate.void
setErrorDetail
(String errorDetail) Setter for errorDetail.void
setStartDate
(ZonedDateTime startDate) Setter for startDate.void
Setter 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
-