Package org.opennms.netmgt.enlinkd.model
Class IpInterfaceTopologyEntity
- java.lang.Object
-
- org.opennms.netmgt.enlinkd.model.IpInterfaceTopologyEntity
-
public class IpInterfaceTopologyEntity extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IpInterfaceTopologyEntity(java.lang.Integer id, java.net.InetAddress ipAddress, java.lang.String isManaged, java.lang.String snmpPrimary, java.lang.Integer nodeId, java.lang.Integer snmpInterfaceId)IpInterfaceTopologyEntity(java.lang.Integer id, java.net.InetAddress ipAddress, java.lang.String isManaged, PrimaryType isSnmpPrimary, java.lang.Integer nodeId, java.lang.Integer snmpInterfaceId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IpInterfaceTopologyEntitycreate(OnmsIpInterface ipInterface)java.lang.IntegergetId()java.net.InetAddressgetIpAddress()java.lang.StringgetIsManaged()PrimaryTypegetIsSnmpPrimary()java.lang.IntegergetNodeId()java.lang.StringgetNodeIdAsString()java.lang.IntegergetSnmpInterfaceId()booleanisManaged()charsnmpPrimary()java.lang.StringtoString()
-
-
-
Constructor Detail
-
IpInterfaceTopologyEntity
public IpInterfaceTopologyEntity(java.lang.Integer id, java.net.InetAddress ipAddress, java.lang.String isManaged, PrimaryType isSnmpPrimary, java.lang.Integer nodeId, java.lang.Integer snmpInterfaceId)
-
IpInterfaceTopologyEntity
public IpInterfaceTopologyEntity(java.lang.Integer id, java.net.InetAddress ipAddress, java.lang.String isManaged, java.lang.String snmpPrimary, java.lang.Integer nodeId, java.lang.Integer snmpInterfaceId)
-
-
Method Detail
-
create
public static IpInterfaceTopologyEntity create(OnmsIpInterface ipInterface)
-
getId
public java.lang.Integer getId()
-
getNodeIdAsString
public java.lang.String getNodeIdAsString()
-
getIpAddress
public java.net.InetAddress getIpAddress()
-
getIsManaged
public java.lang.String getIsManaged()
-
isManaged
public boolean isManaged()
-
snmpPrimary
public char snmpPrimary()
-
getIsSnmpPrimary
public PrimaryType getIsSnmpPrimary()
-
getNodeId
public java.lang.Integer getNodeId()
-
getSnmpInterfaceId
public java.lang.Integer getSnmpInterfaceId()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-