net.floodlightcontroller.debugevent.web
Class DebugEventResource.DebugEventInfoOutput

java.lang.Object
  extended by 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


Nested Class Summary
protected  class DebugEventResource.DebugEventInfoOutput.DEInfo
           
 
Field Summary
 java.lang.String error
           
 java.util.Map<java.lang.String,DebugEventResource.DebugEventInfoOutput.DEInfo> eventMap
           
 java.util.List<java.lang.String> names
           
 
Method Summary
 java.lang.String getError()
           
 java.util.Map<java.lang.String,DebugEventResource.DebugEventInfoOutput.DEInfo> getEventMap()
           
 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

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
Method Detail

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()