Package org.opennms.netmgt.model
Class LocationIpInterface
- java.lang.Object
-
- org.opennms.netmgt.model.LocationIpInterface
-
public class LocationIpInterface extends java.lang.Object
LocationMonitorIpInterface 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 boolean
equals(java.lang.Object obj)
OnmsIpInterface
getIpInterface()
getIpInterfaceOnmsMonitoringLocation
getLocation()
getLocationint
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
LocationIpInterface
public LocationIpInterface(OnmsMonitoringLocation location, OnmsIpInterface ipInterface)
Constructor for LocationMonitorIpInterface.
- Parameters:
location
- aOnmsMonitoringLocation
object.ipInterface
- aOnmsIpInterface
object.
-
-
Method Detail
-
getIpInterface
public OnmsIpInterface getIpInterface()
getIpInterface
- Returns:
- a
OnmsIpInterface
object.
-
getLocation
public OnmsMonitoringLocation getLocation()
getLocation
- Returns:
- a
OnmsMonitoringLocation
object.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-