public class SyncLogEntry extends JobLogEntry
Modifier and Type | Field and Description |
---|---|
static int |
CREATEDIR |
static int |
FAILED |
static int |
FETCHFILTER |
static int |
FETCHPIC |
static int |
PUTFILTER |
static int |
PUTPIC |
Constructor and Description |
---|
SyncLogEntry() |
SyncLogEntry(int type,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
getTypeAsString() |
void |
setMessage(java.lang.String message) |
getColor, getDurationAsString, getEndTime, getEndTimeAsString, getName, getNote, getSerial, getStartTime, getStartTimeAsString, getType, isError, setColor, setEndTime, setEndTime, setError, setName, setNote, setStartTime, setType
public static final int FAILED
public static final int FETCHPIC
public static final int FETCHFILTER
public static final int PUTPIC
public static final int PUTFILTER
public static final int CREATEDIR
public SyncLogEntry()
public SyncLogEntry(int type, java.lang.String name)
public java.lang.String getTypeAsString()
getTypeAsString
in class JobLogEntry
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message to set