Class LastAutomatedSyncDetails
java.lang.Object
com.cloudera.cdp.environments.model.LastAutomatedSyncDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class LastAutomatedSyncDetails
extends Object
The details of the last sync performed by automated user sync.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for status.Getter for statusMessages.Getter for timestamp.inthashCode()voidSetter for status.voidsetStatusMessages(List<String> statusMessages) Setter for statusMessages.voidsetTimestamp(ZonedDateTime timestamp) Setter for timestamp.toString()
-
Constructor Details
-
LastAutomatedSyncDetails
public LastAutomatedSyncDetails()
-
-
Method Details
-
getTimestamp
Getter for timestamp. The time when the sync was processed. -
setTimestamp
Setter for timestamp. The time when the sync was processed. -
getStatus
Getter for status. The status of the sync. -
setStatus
Setter for status. The status of the sync. -
getStatusMessages
Getter for statusMessages. Additional detail related to the status. -
setStatusMessages
Setter for statusMessages. Additional detail related to the status. -
equals
-
hashCode
public int hashCode() -
toString
-