public class ReplicationStatistics
extends java.lang.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() |
java.lang.String |
getSelf() |
java.util.List<ReplicationStatistics.DestinationStats> |
getStats() |
void |
setMostRecentAttachmentEtag(Etag mostRecentAttachmentEtag)
Deprecated.
|
void |
setMostRecentDocumentEtag(Etag mostRecentDocumentEtag) |
void |
setSelf(java.lang.String self) |
void |
setStats(java.util.List<ReplicationStatistics.DestinationStats> stats) |
public java.lang.String getSelf()
public void setSelf(java.lang.String self)
public Etag getMostRecentDocumentEtag()
public void setMostRecentDocumentEtag(Etag mostRecentDocumentEtag)
@Deprecated public Etag getMostRecentAttachmentEtag()
@Deprecated public void setMostRecentAttachmentEtag(Etag mostRecentAttachmentEtag)
public java.util.List<ReplicationStatistics.DestinationStats> getStats()
public void setStats(java.util.List<ReplicationStatistics.DestinationStats> stats)
Copyright © 2014. All Rights Reserved.