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 Details

    • IdBrokerSyncStatus

      public IdBrokerSyncStatus()
  • Method Details

    • getStatus

      public String getStatus()
      Getter for status. The mappings sync summary status.
    • setStatus

      public void setStatus(String status)
      Setter for status. The mappings sync summary status.
    • getStartDate

      public ZonedDateTime getStartDate()
      Getter for startDate. The date when the mappings sync started executing. Omitted if status is NEVER_RUN.
    • setStartDate

      public void setStartDate(ZonedDateTime startDate)
      Setter for startDate. The date when the mappings sync started executing. Omitted if status is NEVER_RUN.
    • getEndDate

      public ZonedDateTime getEndDate()
      Getter for endDate. The date when the mappings sync completed or was terminated. Omitted if status is NEVER_RUN or RUNNING.
    • setEndDate

      public void setEndDate(ZonedDateTime endDate)
      Setter for endDate. The date when the mappings sync completed or was terminated. Omitted if status is NEVER_RUN or RUNNING.
    • getErrorDetail

      public String getErrorDetail()
      Getter for errorDetail. The detail of the error. Omitted if status is not FAILED.
    • setErrorDetail

      public void setErrorDetail(String errorDetail)
      Setter for errorDetail. The detail of the error. Omitted if status is not FAILED.
    • 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