public abstract class AbstractEvent<R extends AbstractVehicleResponse<?>> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractEvent.Type
Enumeration of the general types of events that can be sent by the WVA.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint() |
R |
getResponse() |
DateTime |
getSent() |
String |
getShortName() |
AbstractEvent.Type |
getType() |
String |
getUri() |
public final AbstractEvent.Type getType()
public final String getUri()
public String getEndpoint()
public final String getShortName()
"short_name" key)public final DateTime getSent()
public final R getResponse()