public class DirectorySynchronisationRoundInformationEntity extends Object
Constructor and Description |
---|
DirectorySynchronisationRoundInformationEntity(DirectorySynchronisationRoundInformation syncInfo) |
DirectorySynchronisationRoundInformationEntity(Long startTime,
Long durationMs,
String statusKey,
String incrementalSyncError,
String fullSyncError) |
Modifier and Type | Method and Description |
---|---|
Long |
getDurationInMs() |
String |
getFullSyncError() |
String |
getIncrementalSyncError() |
Long |
getStartTime() |
SynchronisationStatusKey |
getStatusKey() |
String |
toString() |
public DirectorySynchronisationRoundInformationEntity(Long startTime, Long durationMs, String statusKey, String incrementalSyncError, String fullSyncError)
public DirectorySynchronisationRoundInformationEntity(DirectorySynchronisationRoundInformation syncInfo)
public Long getStartTime()
public Long getDurationInMs()
public SynchronisationStatusKey getStatusKey()
public String getIncrementalSyncError()
public String getFullSyncError()
Copyright © 2021 Atlassian. All rights reserved.