public class DirectorySynchronisationRoundInformation extends Object implements Serializable
Constructor and Description |
---|
DirectorySynchronisationRoundInformation(long startTime,
long durationMs,
String statusKey,
List<Serializable> statusParameters) |
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() . |
int |
hashCode() |
public DirectorySynchronisationRoundInformation(long startTime, long durationMs, @Nullable String statusKey, @Nullable List<Serializable> statusParameters)
public long getStartTime()
public long getDurationMs()
@Nullable public String getStatusKey()
@Nullable public List<Serializable> getStatusParameters()
getStatusKey()
.Copyright © 2020 Atlassian. All rights reserved.