public class SnmpInterfaceTopologyEntity extends Object
Constructor and Description |
---|
SnmpInterfaceTopologyEntity(Integer id,
Integer ifIndex,
String ifName,
String ifAlias,
Long ifSpeed,
Integer nodeId) |
Modifier and Type | Method and Description |
---|---|
static SnmpInterfaceTopologyEntity |
create(OnmsSnmpInterface snmpInterface) |
Integer |
getId() |
String |
getIfAlias() |
Integer |
getIfIndex() |
String |
getIfName() |
Long |
getIfSpeed() |
Integer |
getNodeId() |
String |
getNodeIdAsString() |
String |
toString() |
public static SnmpInterfaceTopologyEntity create(OnmsSnmpInterface snmpInterface)
public Integer getId()
public String getNodeIdAsString()
public Integer getIfIndex()
public String getIfName()
public String getIfAlias()
public Long getIfSpeed()
public Integer getNodeId()
Copyright © 2021. All rights reserved.