net.floodlightcontroller.debugcounter.web
Class DebugCounterResource.DebugCounterInfoOutput.DCInfo

java.lang.Object
  extended by net.floodlightcontroller.debugcounter.web.DebugCounterResource.DebugCounterInfoOutput.DCInfo
Enclosing class:
DebugCounterResource.DebugCounterInfoOutput

protected class DebugCounterResource.DebugCounterInfoOutput.DCInfo
extends java.lang.Object


Method Summary
 java.lang.String getCounterDesc()
           
 java.lang.String getCounterHierarchy()
           
 IDebugCounterService.CounterType getCounterType()
           
 java.lang.Long getCounterValue()
           
 java.lang.String[] getMetaData()
           
 java.lang.String getModuleName()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCounterValue

public java.lang.Long getCounterValue()

getCounterType

public IDebugCounterService.CounterType getCounterType()

getCounterDesc

public java.lang.String getCounterDesc()

isEnabled

public boolean isEnabled()

getCounterHierarchy

public java.lang.String getCounterHierarchy()

getModuleName

public java.lang.String getModuleName()

getMetaData

public java.lang.String[] getMetaData()