public abstract class RangeEventBuilder<T extends RangeEventBuilder<T>> extends MockEventBuilder<T>
start timestamp
can be different
from the end timestamp
and they
start
at a particular location and
end
at another location.Modifier and Type | Method and Description |
---|---|
T |
setLocation(LocationPoint startLocation,
LocationPoint endLocation)
Sets the
startLocation and
endLocation of the event. |
build, setSeverity
public T setLocation(LocationPoint startLocation, LocationPoint endLocation)
startLocation
and
endLocation
of the event.startLocation
- start location
of the event.endLocation
- end location
of the event.