net.floodlightcontroller.debugevent.web
Class DebugEventResource.DebugEventInfoOutput
java.lang.Object
net.floodlightcontroller.debugevent.web.DebugEventResource.DebugEventInfoOutput
- Enclosing class:
- DebugEventResource
public static class DebugEventResource.DebugEventInfoOutput
- 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 |
eventMap
public java.util.Map<java.lang.String,DebugEventResource.DebugEventInfoOutput.DEInfo> eventMap
names
public java.util.List<java.lang.String> names
error
public java.lang.String error
getEventMap
public java.util.Map<java.lang.String,DebugEventResource.DebugEventInfoOutput.DEInfo> getEventMap()
getNames
public java.util.List<java.lang.String> getNames()
getError
public java.lang.String getError()