org.opennms.dashboard.client
Class Alarm
java.lang.Object
org.opennms.dashboard.client.Alarm
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class Alarm
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
- Author:
- Mathew Brozowski, DJ Gregor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Alarm
public Alarm()
Alarm
public Alarm(String severity,
String nodeLabel,
int nodeId,
boolean isDashboardRole,
String logMsg,
String description,
int count,
Date firstEventTime,
Date lastEventTime)
getCount
public int getCount()
setCount
public void setCount(int count)
getDescrption
public String getDescrption()
setDescrption
public void setDescrption(String descrption)
getIpAddress
public String getIpAddress()
setIpAddress
public void setIpAddress(String ipAddress)
getNodeId
public int getNodeId()
setNodeId
public void setNodeId(int nodeId)
getNodeLabel
public String getNodeLabel()
setNodeLabel
public void setNodeLabel(String nodeLabel)
getSeverity
public String getSeverity()
setSeverity
public void setSeverity(String severity)
getSvcName
public String getSvcName()
setSvcName
public void setSvcName(String svcName)
getFirstEventTime
public Date getFirstEventTime()
setFirstEventTime
public void setFirstEventTime(Date firstEventTime)
getLastEventTime
public Date getLastEventTime()
setLastEventTime
public void setLastEventTime(Date lastEventTime)
getLogMsg
public String getLogMsg()
setLogMsg
public void setLogMsg(String logMsg)
setIsDashboardRole
public void setIsDashboardRole(boolean isDashboardRole)
getIsDashboardRole
public boolean getIsDashboardRole()
Copyright © 2009. All Rights Reserved.