org.opennms.web.element
Class Interface

java.lang.Object
  extended by org.opennms.web.element.Interface

public class Interface
extends Object

Interface class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
Interface()
           
 
Method Summary
 String getHostname()
          getHostname
 int getId()
          getId
 int getIfIndex()
          getIfIndex
 String getIpAddress()
          getIpAddress
 int getIpStatus()
          getIpStatus
 String getIsSnmpPrimary()
          getIsSnmpPrimary
 String getLastCapsdPoll()
          getLastCapsdPoll
 String getName()
          getName
 int getNodeId()
          getNodeId
 String getPhysicalAddress()
          getPhysicalAddress
 int getSnmpIfAdminStatus()
          getSnmpIfAdminStatus
 String getSnmpIfAlias()
          getSnmpIfAlias
 String getSnmpIfDescription()
          getSnmpIfDescription
 int getSnmpIfIndex()
          getSnmpIfIndex
 String getSnmpIfName()
          getSnmpIfName
 int getSnmpIfOperStatus()
          getSnmpIfOperStatus
 long getSnmpIfSpeed()
          getSnmpIfSpeed
 int getSnmpIfType()
          getSnmpIfType
 String getSnmpIpAdEntNetMask()
          getSnmpIpAdEntNetMask
 String getSnmpLastCapsdPoll()
          getSnmpLastCapsdPoll
 String getSnmpLastSnmpPoll()
          getSnmpLastSnmpPoll
 boolean isManaged()
          isManaged
 char isManagedChar()
          isManagedChar
 boolean isSnmpPoll()
          isSnmpPoll
 char isSnmpPollChar()
          isSnmpPollChar
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Interface

public Interface()
Method Detail

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.

getHostname

public String getHostname()

getHostname

Returns:
a String object.

getIpAddress

public String getIpAddress()

getIpAddress

Returns:
a String object.

isManagedChar

public char isManagedChar()

isManagedChar

Returns:
a char.

getLastCapsdPoll

public String getLastCapsdPoll()

getLastCapsdPoll

Returns:
a String object.

getSnmpIfIndex

public int getSnmpIfIndex()

getSnmpIfIndex

Returns:
a int.

getSnmpIpAdEntNetMask

public String getSnmpIpAdEntNetMask()

getSnmpIpAdEntNetMask

Returns:
a String object.

getPhysicalAddress

public String getPhysicalAddress()

getPhysicalAddress

Returns:
a String object.

getSnmpIfDescription

public String getSnmpIfDescription()

getSnmpIfDescription

Returns:
a String object.

getSnmpIfName

public String getSnmpIfName()

getSnmpIfName

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

Overrides:
toString in class Object
Returns:
a String object.

isManaged

public boolean isManaged()

isManaged

Returns:
a boolean.

isSnmpPoll

public boolean isSnmpPoll()

isSnmpPoll

Returns:
a boolean.

getSnmpIfAlias

public String getSnmpIfAlias()

getSnmpIfAlias

Returns:
a String object.

getIsSnmpPrimary

public String getIsSnmpPrimary()

getIsSnmpPrimary

Returns:
a String object.

getName

public String getName()

getName

Returns:
a String object.


Copyright © 2011. All Rights Reserved.