Package org.opennms.web.element
Class Interface
- java.lang.Object
-
- org.opennms.web.element.Interface
-
public class Interface extends Object
Interface class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createIpInterface(OnmsIpInterface ipIface)
void
createSnmpInterface(OnmsSnmpInterface snmpIface)
String
getHostname()
getHostnameint
getId()
getIdint
getIfIndex()
getIfIndexString
getIpAddress()
getIpAddressList<String>
getIpaddresses()
int
getIpStatus()
getIpStatusString
getIsSnmpPrimary()
getIsSnmpPrimaryString
getLastCapsdPoll()
getLastCapsdPollString
getName()
getNameint
getNodeId()
getNodeIdString
getPhysicalAddress()
getPhysicalAddressint
getSnmpIfAdminStatus()
getSnmpIfAdminStatusString
getSnmpIfAlias()
getSnmpIfAliasString
getSnmpIfDescription()
getSnmpIfDescriptionint
getSnmpIfIndex()
getSnmpIfIndexString
getSnmpIfName()
getSnmpIfNameint
getSnmpIfOperStatus()
getSnmpIfOperStatuslong
getSnmpIfSpeed()
getSnmpIfSpeedint
getSnmpIfType()
getSnmpIfTypeString
getSnmpLastCapsdPoll()
getSnmpLastCapsdPollString
getSnmpLastSnmpPoll()
getSnmpLastSnmpPollboolean
hasIpAddresses()
boolean
isManaged()
isManagedchar
isManagedChar()
isManagedCharboolean
isSnmpPoll()
isSnmpPollchar
isSnmpPollChar()
isSnmpPollCharvoid
setIpaddresses(List<String> ipaddresses)
String
toString()
toString
-
-
-
Method Detail
-
createSnmpInterface
public void createSnmpInterface(OnmsSnmpInterface snmpIface)
-
createIpInterface
public void createIpInterface(OnmsIpInterface ipIface)
-
hasIpAddresses
public boolean hasIpAddresses()
-
getId
public int getId()
getId
- Returns:
- a int.
-
getNodeId
public int getNodeId()
getNodeId
- Returns:
- a int.
-
getIfIndex
public int getIfIndex()
getIfIndex
- Returns:
- a int.
-
getIpStatus
public int getIpStatus()
getIpStatus
- Returns:
- a int.
-
isManagedChar
public char isManagedChar()
isManagedChar
- Returns:
- a char.
-
getSnmpIfIndex
public int getSnmpIfIndex()
getSnmpIfIndex
- Returns:
- a int.
-
getSnmpIfDescription
public String getSnmpIfDescription()
getSnmpIfDescription
- Returns:
- a
String
object.
-
getSnmpIfType
public int getSnmpIfType()
getSnmpIfType
- Returns:
- a int.
-
getSnmpIfOperStatus
public int getSnmpIfOperStatus()
getSnmpIfOperStatus
- Returns:
- a int.
-
getSnmpIfSpeed
public long getSnmpIfSpeed()
getSnmpIfSpeed
- Returns:
- a long.
-
getSnmpIfAdminStatus
public int getSnmpIfAdminStatus()
getSnmpIfAdminStatus
- Returns:
- a int.
-
isSnmpPollChar
public char isSnmpPollChar()
isSnmpPollChar
- Returns:
- a char.
-
getSnmpLastSnmpPoll
public String getSnmpLastSnmpPoll()
getSnmpLastSnmpPoll
- Returns:
- a
String
object.
-
getSnmpLastCapsdPoll
public String getSnmpLastCapsdPoll()
getSnmpLastCapsdPoll
- Returns:
- a
String
object.
-
toString
public String toString()
toString
-
isManaged
public boolean isManaged()
isManaged
- Returns:
- a boolean.
-
isSnmpPoll
public boolean isSnmpPoll()
isSnmpPoll
- Returns:
- a boolean.
-
-