org.opennms.netmgt.threshd
Class SnmpThresholdConfiguration
java.lang.Object
org.opennms.netmgt.threshd.SnmpThresholdConfiguration
public class SnmpThresholdConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnmpThresholdConfiguration
public SnmpThresholdConfiguration(ThresholdsDao thresholdsDao,
Map parms)
getRange
public int getRange()
setRange
public void setRange(int range)
getInterval
public int getInterval()
setInterval
public void setInterval(int interval)
getThresholdGroup
public ThresholdGroup getThresholdGroup()
setThresholdGroup
public void setThresholdGroup(ThresholdGroup thresholdGroup)
getRrdRepository
public File getRrdRepository()
getGroupName
public String getGroupName()
getIfResourceType
public ThresholdResourceType getIfResourceType()
setIfResourceType
public void setIfResourceType(ThresholdResourceType ifResourceType)
getNodeResourceType
public ThresholdResourceType getNodeResourceType()
setNodeResourceType
public void setNodeResourceType(ThresholdResourceType nodeResourceType)
getGenericResourceTypeMap
public Map<String,ThresholdResourceType> getGenericResourceTypeMap()
setGenericResourceTypeMap
public void setGenericResourceTypeMap(Map<String,ThresholdResourceType> genericResourceTypeMap)
Copyright © 2009. All Rights Reserved.