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 IpInterfaceTopologyEntity
create(OnmsIpInterface ipInterface)
java.lang.Integer
getId()
java.net.InetAddress
getIpAddress()
java.lang.String
getIsManaged()
PrimaryType
getIsSnmpPrimary()
java.lang.Integer
getNodeId()
java.lang.String
getNodeIdAsString()
java.lang.Integer
getSnmpInterfaceId()
boolean
isManaged()
char
snmpPrimary()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-