public class Alarm
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HELPDESK_STATE_CLOSED |
static int |
HELPDESK_STATE_IGNORED |
static int |
HELPDESK_STATE_OPEN |
static int |
STATE_ACKNOWLEDGED |
static int |
STATE_MASK |
static int |
STATE_OUTSTANDING |
static int |
STATE_RESOLVED |
static int |
STATE_TERMINATED |
| Constructor and Description |
|---|
Alarm(NXCPMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAckByUser() |
int |
getCommentsCount() |
java.util.Date |
getCreationTime() |
int |
getCurrentSeverity() |
java.lang.String |
getHelpdeskReference() |
int |
getHelpdeskState() |
long |
getId() |
java.lang.String |
getKey() |
java.util.Date |
getLastChangeTime() |
java.lang.String |
getMessage() |
int |
getOriginalSeverity() |
int |
getRepeatCount() |
int |
getResolvedByUser() |
int |
getSourceEventCode() |
long |
getSourceEventId() |
long |
getSourceObjectId() |
int |
getState() |
int |
getTerminateByUser() |
int |
getTimeout() |
int |
getTimeoutEvent() |
boolean |
isSticky() |
public static final int STATE_OUTSTANDING
public static final int STATE_ACKNOWLEDGED
public static final int STATE_RESOLVED
public static final int STATE_TERMINATED
public static final int STATE_MASK
public static final int HELPDESK_STATE_IGNORED
public static final int HELPDESK_STATE_OPEN
public static final int HELPDESK_STATE_CLOSED
public Alarm(NXCPMessage msg)
msg - Source NXCP messagepublic long getId()
public int getCurrentSeverity()
public int getOriginalSeverity()
public int getRepeatCount()
public int getState()
public int getAckByUser()
public int getTerminateByUser()
public long getSourceEventId()
public int getSourceEventCode()
public long getSourceObjectId()
public java.util.Date getCreationTime()
public java.util.Date getLastChangeTime()
public java.lang.String getMessage()
public java.lang.String getKey()
public int getHelpdeskState()
public java.lang.String getHelpdeskReference()
public int getTimeout()
public int getTimeoutEvent()
public int getCommentsCount()
public int getResolvedByUser()
public boolean isSticky()
Copyright © 2013. All Rights Reserved.