org.opennms.dashboard.client
Class Notification
java.lang.Object
org.opennms.dashboard.client.Notification
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class Notification
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
- Author:
- Mathew Brozowski, Jeff Gehlbach
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Notification
public Notification()
getNodeLabel
public String getNodeLabel()
setNodeLabel
public void setNodeLabel(String nodeLabel)
getResponder
public String getResponder()
setResponder
public void setResponder(String responder)
getRespondTime
public Date getRespondTime()
setRespondTime
public void setRespondTime(Date respondTime)
getSentTime
public Date getSentTime()
setSentTime
public void setSentTime(Date sentTime)
getServiceName
public String getServiceName()
setServiceName
public void setServiceName(String serviceName)
getSeverity
public String getSeverity()
setSeverity
public void setSeverity(String severity)
getTextMessage
public String getTextMessage()
setTextMessage
public void setTextMessage(String message)
setIsDashboardRole
public void setIsDashboardRole(boolean isDashboardRole)
getIsDashboardRole
public boolean getIsDashboardRole()
getNodeId
public String getNodeId()
setNodeId
public void setNodeId(String nodeId)
Copyright © 2009. All Rights Reserved.