net.floodlightcontroller.debugevent
Class IDebugEventService.DebugEventInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDebugEventService.DebugEventInfo
public IDebugEventService.DebugEventInfo(DebugEvent.EventInfo eventInfo,
java.util.List<java.util.Map<java.lang.String,java.lang.String>> eventHistory)
getEventInfo
public DebugEvent.EventInfo getEventInfo()
getEvents
public java.util.List<java.util.Map<java.lang.String,java.lang.String>> getEvents()