org.opennms.features.node.list.gwt.client
Class PhysicalInterface

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.opennms.features.node.list.gwt.client.PhysicalInterface

public class PhysicalInterface
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected PhysicalInterface()
           
 
Method Summary
 String getId()
           
 int getIfAdminStatus()
           
 String getIfIndex()
           
 int getIfOperStatus()
           
 String getIpAddress()
           
 String getSnmpIfAlias()
           
 String getSnmpIfDescr()
           
 String getSnmpIfName()
           
 String getSnmpIfSpeed()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhysicalInterface

protected PhysicalInterface()
Method Detail

getId

public final String getId()

getIfIndex

public final String getIfIndex()

getSnmpIfDescr

public final String getSnmpIfDescr()

getSnmpIfName

public final String getSnmpIfName()

getSnmpIfAlias

public final String getSnmpIfAlias()

getSnmpIfSpeed

public final String getSnmpIfSpeed()

getIpAddress

public final String getIpAddress()

getIfAdminStatus

public final int getIfAdminStatus()

getIfOperStatus

public final int getIfOperStatus()


Copyright © 2011. All Rights Reserved.