net.floodlightcontroller.debugevent.web
Class DebugEventResource.DebugEventInfoOutput.DEInfo

java.lang.Object
  extended by net.floodlightcontroller.debugevent.web.DebugEventResource.DebugEventInfoOutput.DEInfo
Enclosing class:
DebugEventResource.DebugEventInfoOutput

protected class DebugEventResource.DebugEventInfoOutput.DEInfo
extends java.lang.Object


Method Summary
 int getBufferCapacity()
           
 java.lang.String getEventDesc()
           
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> getEventHistory()
           
 java.lang.String getEventName()
           
 IDebugEventService.EventType getEventType()
           
 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

isEnabled

public boolean isEnabled()

getBufferCapacity

public int getBufferCapacity()

getEventDesc

public java.lang.String getEventDesc()

getEventName

public java.lang.String getEventName()

getModuleName

public java.lang.String getModuleName()

getMetaData

public java.lang.String[] getMetaData()

getEventType

public IDebugEventService.EventType getEventType()

getEventHistory

public java.util.List<java.util.Map<java.lang.String,java.lang.String>> getEventHistory()