public class IpInterfaceTopologyEntity extends Object
Constructor and Description |
---|
IpInterfaceTopologyEntity(Integer id,
InetAddress ipAddress,
String isManaged,
PrimaryType isSnmpPrimary,
Integer nodeId,
Integer snmpInterfaceId) |
Modifier and Type | Method and Description |
---|---|
static IpInterfaceTopologyEntity |
create(OnmsIpInterface ipInterface) |
Integer |
getId() |
InetAddress |
getIpAddress() |
String |
getIsManaged() |
PrimaryType |
getIsSnmpPrimary() |
Integer |
getNodeId() |
String |
getNodeIdAsString() |
Integer |
getSnmpInterfaceId() |
boolean |
isManaged() |
String |
toString() |
public IpInterfaceTopologyEntity(Integer id, InetAddress ipAddress, String isManaged, PrimaryType isSnmpPrimary, Integer nodeId, Integer snmpInterfaceId)
public static IpInterfaceTopologyEntity create(OnmsIpInterface ipInterface)
public Integer getId()
public String getNodeIdAsString()
public InetAddress getIpAddress()
public String getIsManaged()
public boolean isManaged()
public PrimaryType getIsSnmpPrimary()
public Integer getNodeId()
public Integer getSnmpInterfaceId()
Copyright © 2021. All rights reserved.