public abstract class PointEventBuilder<T extends PointEventBuilder<T>> extends MockEventBuilder<T>
Point events are instantaneous events.
The start timestamp
is equal to the
end timestamp
and the
start location
is equal to the
end location
.
Modifier and Type | Method and Description |
---|---|
T |
setLocation(LocationPoint eventLocation)
Sets the location of the event.
|
build, setSeverity
public T setLocation(LocationPoint eventLocation)
startLocation
and
endLocation
of this event will be equal.eventLocation
- timestamp
of the event.