public class ReplicationStatistics extends Object
Modifier and Type | Class and Description |
---|---|
class |
ReplicationStatistics.DestinationStats |
Constructor and Description |
---|
ReplicationStatistics() |
Modifier and Type | Method and Description |
---|---|
Etag |
getMostRecentAttachmentEtag()
Deprecated.
|
Etag |
getMostRecentDocumentEtag() |
String |
getSelf() |
List<ReplicationStatistics.DestinationStats> |
getStats() |
void |
setMostRecentAttachmentEtag(Etag mostRecentAttachmentEtag)
Deprecated.
|
void |
setMostRecentDocumentEtag(Etag mostRecentDocumentEtag) |
void |
setSelf(String self) |
void |
setStats(List<ReplicationStatistics.DestinationStats> stats) |
public String getSelf()
public void setSelf(String self)
public Etag getMostRecentDocumentEtag()
public void setMostRecentDocumentEtag(Etag mostRecentDocumentEtag)
@Deprecated public Etag getMostRecentAttachmentEtag()
@Deprecated public void setMostRecentAttachmentEtag(Etag mostRecentAttachmentEtag)
public List<ReplicationStatistics.DestinationStats> getStats()
public void setStats(List<ReplicationStatistics.DestinationStats> stats)
Copyright © 2016. All Rights Reserved.