Package com.couchbase.lite
Class ReplicatorStatus
- java.lang.Object
-
- com.couchbase.lite.ReplicatorStatus
-
public final class ReplicatorStatus extends java.lang.Object
Combined activity level and progress of a replicator.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicatorActivityLevel
getActivityLevel()
The current activity level.CouchbaseLiteException
getError()
ReplicatorProgress
getProgress()
The current progress of the replicator.java.lang.String
toString()
-
-
-
Method Detail
-
getActivityLevel
@NonNull public ReplicatorActivityLevel getActivityLevel()
The current activity level.
-
getProgress
@NonNull public ReplicatorProgress getProgress()
The current progress of the replicator.
-
getError
@Nullable public CouchbaseLiteException getError()
-
toString
@NonNull public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-