public class DirectorySynchronisationRoundInformation extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DirectorySynchronisationRoundInformation.Builder |
Modifier | Constructor and Description |
---|---|
protected |
DirectorySynchronisationRoundInformation(DirectorySynchronisationRoundInformation.Builder builder) |
|
DirectorySynchronisationRoundInformation(long startTime,
long durationMs,
String statusKey,
List<Serializable> statusParameters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DirectorySynchronisationRoundInformation.Builder |
builder() |
static DirectorySynchronisationRoundInformation.Builder |
builder(DirectorySynchronisationRoundInformation data) |
boolean |
equals(Object o) |
long |
getDurationMs()
Returns in milliseconds the duration of the synchronisation.
|
Optional<String> |
getFullSyncError()
Returns the full synchronisation failure reason.
|
Optional<String> |
getIncrementalSyncError()
Returns the incremental synchronisation failure reason.
|
Optional<String> |
getNodeId()
Returns the id of the node that performed the synchronization.
|
Optional<String> |
getNodeName()
Returns the name of the node that performed the synchronization.
|
long |
getStartTime()
Returns the time in milliseconds of the directory synchronisation time.
|
String |
getStatusKey()
Returns a status key that can be used to get a human readable synchronisation status message.
|
List<Serializable> |
getStatusParameters()
Returns parameters for status key retrieved from
getStatusKey() . |
int |
hashCode() |
String |
toString() |
@Deprecated public DirectorySynchronisationRoundInformation(long startTime, long durationMs, @Nullable String statusKey, @Nullable List<Serializable> statusParameters)
protected DirectorySynchronisationRoundInformation(DirectorySynchronisationRoundInformation.Builder builder)
public long getStartTime()
public long getDurationMs()
@Nullable public String getStatusKey()
@Nullable public List<Serializable> getStatusParameters()
getStatusKey()
.public Optional<String> getNodeId()
public Optional<String> getNodeName()
public Optional<String> getIncrementalSyncError()
public Optional<String> getFullSyncError()
public static DirectorySynchronisationRoundInformation.Builder builder()
public static DirectorySynchronisationRoundInformation.Builder builder(DirectorySynchronisationRoundInformation data)
Copyright © 2021 Atlassian. All rights reserved.