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

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

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


Constructor Summary
protected IpInterface()
           
 
Method Summary
 String getId()
           
 String getIpAddress()
           
 String getIpHostName()
           
 String getManaged()
           
 String getMonitoredServiceCount()
           
 String isDown()
           
 
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

IpInterface

protected IpInterface()
Method Detail

getId

public final String getId()

getIpAddress

public final String getIpAddress()

getIpHostName

public final String getIpHostName()

getManaged

public final String getManaged()

isDown

public final String isDown()

getMonitoredServiceCount

public final String getMonitoredServiceCount()


Copyright © 2011. All Rights Reserved.