org.opennms.netmgt.correlation.drools
Class Flap

java.lang.Object
  extended by org.opennms.netmgt.correlation.drools.Flap

public class Flap
extends Object


Constructor Summary
Flap(Long nodeid, String ipAddr, String svcName, Integer locationMonitor, Integer timerId)
           
 
Method Summary
 Date getEndTime()
           
 String getIpAddr()
           
 Integer getLocationMonitor()
           
 Long getNodeid()
           
 Date getStartTime()
           
 String getSvcName()
           
 Integer getTimerId()
           
 boolean isCounted()
           
 void setCounted(boolean counted)
           
 void setEndTime(Date end)
           
 void setIpAddr(String ipAddr)
           
 void setLocationMonitor(Integer locationMonitor)
           
 void setNodeid(Long nodeid)
           
 void setStartTime(Date start)
           
 void setSvcName(String svcName)
           
 void setTimerId(Integer timerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flap

public Flap(Long nodeid,
            String ipAddr,
            String svcName,
            Integer locationMonitor,
            Integer timerId)
Method Detail

getEndTime

public Date getEndTime()

setEndTime

public void setEndTime(Date end)

getIpAddr

public String getIpAddr()

setIpAddr

public void setIpAddr(String ipAddr)

getLocationMonitor

public Integer getLocationMonitor()

setLocationMonitor

public void setLocationMonitor(Integer locationMonitor)

getNodeid

public Long getNodeid()

setNodeid

public void setNodeid(Long nodeid)

getStartTime

public Date getStartTime()

setStartTime

public void setStartTime(Date start)

getSvcName

public String getSvcName()

setSvcName

public void setSvcName(String svcName)

isCounted

public boolean isCounted()

setCounted

public void setCounted(boolean counted)

getTimerId

public Integer getTimerId()

setTimerId

public void setTimerId(Integer timerId)


Copyright ? 2008. All Rights Reserved.