public class SnmpThresholdNetworkInterface extends Object
Constructor and Description |
---|
SnmpThresholdNetworkInterface(ThresholdsDao thresholdsDao,
ThresholdNetworkInterface iface,
Map<?,?> parms)
Constructor for SnmpThresholdNetworkInterface.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Set<ThresholdEntity>>> |
getAllInterfaceMap()
getAllInterfaceMap
|
InetAddress |
getInetAddress()
getInetAddress
|
Map<String,Set<ThresholdEntity>> |
getInterfaceThresholdMap(String ifLabel)
getInterfaceThresholdMap
|
String |
getIpAddress()
getIpAddress
|
ThresholdNetworkInterface |
getNetworkInterface()
getNetworkInterface
|
Integer |
getNodeId()
getNodeId
|
Map<String,Set<ThresholdEntity>> |
getNodeThresholdMap()
getNodeThresholdMap
|
SnmpThresholdConfiguration |
getThresholdConfiguration()
getThresholdConfiguration
|
boolean |
isIPV4()
isIPV4
|
void |
setAllInterfaceMap(Map<String,Map<String,Set<ThresholdEntity>>> allInterfaceMap)
setAllInterfaceMap
|
void |
setNetworkInterface(ThresholdNetworkInterface networkInterface)
setNetworkInterface
|
void |
setThresholdConfiguration(SnmpThresholdConfiguration thresholdConfiguration)
setThresholdConfiguration
|
String |
toString() |
public SnmpThresholdNetworkInterface(ThresholdsDao thresholdsDao, ThresholdNetworkInterface iface, Map<?,?> parms)
Constructor for SnmpThresholdNetworkInterface.
thresholdsDao
- a ThresholdsDao
object.iface
- a ThresholdNetworkInterface
object.parms
- a Map
object.public SnmpThresholdConfiguration getThresholdConfiguration()
getThresholdConfiguration
SnmpThresholdConfiguration
object.public void setThresholdConfiguration(SnmpThresholdConfiguration thresholdConfiguration)
setThresholdConfiguration
thresholdConfiguration
- a SnmpThresholdConfiguration
object.public void setAllInterfaceMap(Map<String,Map<String,Set<ThresholdEntity>>> allInterfaceMap)
setAllInterfaceMap
allInterfaceMap
- a Map
object.public Map<String,Map<String,Set<ThresholdEntity>>> getAllInterfaceMap()
getAllInterfaceMap
Map
object.public ThresholdNetworkInterface getNetworkInterface()
getNetworkInterface
ThresholdNetworkInterface
object.public void setNetworkInterface(ThresholdNetworkInterface networkInterface)
setNetworkInterface
networkInterface
- a ThresholdNetworkInterface
object.public boolean isIPV4()
isIPV4
public InetAddress getInetAddress()
getInetAddress
InetAddress
object.public Map<String,Set<ThresholdEntity>> getNodeThresholdMap()
getNodeThresholdMap
Map
object.Copyright © 2015. All Rights Reserved.