public class ScheduledAction extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
CONNECT |
static byte |
DYN_DNS |
static byte |
GET_FTP |
static byte |
GET_HTTP |
static byte |
NTP_SYNC |
static byte |
PUT_FTP |
static byte |
PUT_HTTP |
static byte |
SEND_MAIL
actionType for sending an eMail.
|
static byte |
SEND_SMS |
static byte |
SEND_TRAP |
Constructor and Description |
---|
ScheduledAction(int id,
int type,
String typeAsString,
int status,
long startDateTime,
long endDateTime)
Creates a new instance of ScheduledAction.
|
public static final byte SEND_MAIL
public static final byte NTP_SYNC
public static final byte PUT_FTP
public static final byte SEND_SMS
public static final byte SEND_TRAP
public static final byte DYN_DNS
public static final byte CONNECT
public static final byte GET_FTP
public static final byte PUT_HTTP
public static final byte GET_HTTP
public ScheduledAction(int id, int type, String typeAsString, int status, long startDateTime, long endDateTime)
public int getId()
public int getType()
public String getTypeAsString()
public int getStatus()
public long getStartDateTime()
public long getEndDateTime()