Package org.opennms.netmgt.threshd
Class ThresholdingSessionKeyImpl
- java.lang.Object
-
- org.opennms.netmgt.threshd.ThresholdingSessionKeyImpl
-
- All Implemented Interfaces:
ThresholdingSessionKey
public class ThresholdingSessionKeyImpl extends Object implements ThresholdingSessionKey
-
-
Constructor Summary
Constructors Constructor Description ThresholdingSessionKeyImpl(int nodeId, String ipAddress, String serviceName, String resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getLocation()
int
getNodeId()
String
getResource()
String
getServiceName()
int
hashCode()
-
-
-
Method Detail
-
getLocation
public String getLocation()
- Specified by:
getLocation
in interfaceThresholdingSessionKey
-
getNodeId
public int getNodeId()
- Specified by:
getNodeId
in interfaceThresholdingSessionKey
-
getServiceName
public String getServiceName()
- Specified by:
getServiceName
in interfaceThresholdingSessionKey
-
getResource
public String getResource()
- Specified by:
getResource
in interfaceThresholdingSessionKey
-
-