public class ReplicationHistorySummary extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReplicationHistorySummary.ReplicationDirection
These values describe the direction member of the
ReplicationHistorySummary
entry (the direction of the replication in the replication history). |
Constructor and Description |
---|
ReplicationHistorySummary(DominoDateTime replicationTime,
AclLevel accessLevel,
Set<AclFlag> accessFlags,
ReplicationHistorySummary.ReplicationDirection direction,
String server,
String filePath) |
Modifier and Type | Method and Description |
---|---|
Set<AclFlag> |
getAccessFlags() |
AclLevel |
getAccessLevel() |
String |
getFilePath() |
ReplicationHistorySummary.ReplicationDirection |
getReplicationDirection() |
DominoDateTime |
getReplicationTime() |
String |
getServer() |
String |
toString() |
public ReplicationHistorySummary(DominoDateTime replicationTime, AclLevel accessLevel, Set<AclFlag> accessFlags, ReplicationHistorySummary.ReplicationDirection direction, String server, String filePath)
public DominoDateTime getReplicationTime()
public AclLevel getAccessLevel()
public ReplicationHistorySummary.ReplicationDirection getReplicationDirection()
public String getServer()
public String getFilePath()
Copyright © 2019–2021 HCL. All rights reserved.