Class FileReplication.Activity
- java.lang.Object
-
- com.aoindustries.aoserv.client.backup.FileReplication.Activity
-
- Enclosing class:
- FileReplication
public static class FileReplication.Activity extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Gets the message for the activity or""if no activity.longgetTimeSince()Gets the amount of time since the activity was logged or-1if no activity.
-
-
-
Method Detail
-
getTimeSince
public long getTimeSince()
Gets the amount of time since the activity was logged or-1if no activity.
-
getMessage
public String getMessage()
Gets the message for the activity or""if no activity.
-
-