public class Alarm extends 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(org.netxms.base.NXCPMessage msg) |
Modifier and Type | Method and Description |
---|---|
int |
getAckByUser() |
int |
getAckTime() |
int |
getCommentsCount() |
Date |
getCreationTime() |
Severity |
getCurrentSeverity() |
long |
getDciId() |
String |
getHelpdeskReference() |
int |
getHelpdeskState() |
long |
getId() |
String |
getKey() |
Date |
getLastChangeTime() |
String |
getMessage() |
Severity |
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(org.netxms.base.NXCPMessage msg)
msg
- Source NXCP messagepublic long getId()
public Severity getCurrentSeverity()
public Severity getOriginalSeverity()
public int getRepeatCount()
public int getState()
public int getAckByUser()
public int getTerminateByUser()
public long getSourceEventId()
public int getSourceEventCode()
public long getSourceObjectId()
public long getDciId()
public Date getCreationTime()
public Date getLastChangeTime()
public String getMessage()
public String getKey()
public int getHelpdeskState()
public String getHelpdeskReference()
public int getTimeout()
public int getTimeoutEvent()
public int getCommentsCount()
public int getResolvedByUser()
public boolean isSticky()
public int getAckTime()
Copyright © 2016. All rights reserved.