net.floodlightcontroller.debugevent
Class IDebugEventService.DebugEventInfo

java.lang.Object
  extended by net.floodlightcontroller.debugevent.IDebugEventService.DebugEventInfo
Enclosing interface:
IDebugEventService

public static class IDebugEventService.DebugEventInfo
extends java.lang.Object

Public class for information returned in response to rest API calls.


Constructor Summary
IDebugEventService.DebugEventInfo(DebugEvent.EventInfo eventInfo, java.util.List<java.util.Map<java.lang.String,java.lang.String>> eventHistory)
           
 
Method Summary
 DebugEvent.EventInfo getEventInfo()
           
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> getEvents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDebugEventService.DebugEventInfo

public IDebugEventService.DebugEventInfo(DebugEvent.EventInfo eventInfo,
                                         java.util.List<java.util.Map<java.lang.String,java.lang.String>> eventHistory)
Method Detail

getEventInfo

public DebugEvent.EventInfo getEventInfo()

getEvents

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