net.floodlightcontroller.debugcounter.web
Class DebugCounterResource.DebugCounterInfoOutput

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

public class DebugCounterResource.DebugCounterInfoOutput
extends java.lang.Object

The output JSON model that contains the counter information


Nested Class Summary
protected  class DebugCounterResource.DebugCounterInfoOutput.DCInfo
           
 
Field Summary
 java.util.Map<java.lang.String,DebugCounterResource.DebugCounterInfoOutput.DCInfo> counterMap
           
 java.lang.String error
           
 java.util.List<java.lang.String> names
           
 
Method Summary
 java.util.Map<java.lang.String,DebugCounterResource.DebugCounterInfoOutput.DCInfo> getCounterMap()
           
 java.lang.String getError()
           
 java.util.List<java.lang.String> getNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counterMap

public java.util.Map<java.lang.String,DebugCounterResource.DebugCounterInfoOutput.DCInfo> counterMap

names

public java.util.List<java.lang.String> names

error

public java.lang.String error
Method Detail

getCounterMap

public java.util.Map<java.lang.String,DebugCounterResource.DebugCounterInfoOutput.DCInfo> getCounterMap()

getError

public java.lang.String getError()

getNames

public java.util.List<java.lang.String> getNames()