Package org.opennms.netmgt.model
Class LocationIpInterface
- java.lang.Object
-
- org.opennms.netmgt.model.LocationIpInterface
-
public class LocationIpInterface extends java.lang.ObjectLocationMonitorIpInterface class.
-
-
Constructor Summary
Constructors Constructor Description LocationIpInterface(OnmsMonitoringLocation location, OnmsIpInterface ipInterface)Constructor for LocationMonitorIpInterface.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)OnmsIpInterfacegetIpInterface()getIpInterfaceOnmsMonitoringLocationgetLocation()getLocationinthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
LocationIpInterface
public LocationIpInterface(OnmsMonitoringLocation location, OnmsIpInterface ipInterface)
Constructor for LocationMonitorIpInterface.
- Parameters:
location- aOnmsMonitoringLocationobject.ipInterface- aOnmsIpInterfaceobject.
-
-
Method Detail
-
getIpInterface
public OnmsIpInterface getIpInterface()
getIpInterface
- Returns:
- a
OnmsIpInterfaceobject.
-
getLocation
public OnmsMonitoringLocation getLocation()
getLocation
- Returns:
- a
OnmsMonitoringLocationobject.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-