public class DirectorySynchronisationRoundInformation extends Object implements Serializable
| Constructor and Description |
|---|
DirectorySynchronisationRoundInformation(long startTime,
long durationMs,
String statusKey,
List<Serializable> statusParameters,
String syncStatusToken) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getDurationMs()
Returns in milliseconds the duration of the synchronisation
|
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(). |
String |
getSyncStatusToken() |
int |
hashCode() |
public long getStartTime()
public long getDurationMs()
@Nullable public String getStatusKey()
@Nullable public List<Serializable> getStatusParameters()
getStatusKey().public String getSyncStatusToken()
Copyright © 2017 Atlassian. All rights reserved.