net.floodlightcontroller.debugcounter.web
Class DebugCounterResource.DebugCounterInfoOutput
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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()