Package org.opennms.netmgt.model
Class LocationIpInterface
- java.lang.Object
-
- org.opennms.netmgt.model.LocationIpInterface
-
public class LocationIpInterface extends 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(Object obj)
OnmsIpInterface
getIpInterface()
getIpInterfaceOnmsMonitoringLocation
getLocation()
getLocationint
hashCode()
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.
-
-