Interface IDtoIntervalWithoutIncident
- All Known Implementing Classes:
DtoIntervalWithoutIncident
public interface IDtoIntervalWithoutIncident
Interval used to exclude/include data with an annotation denoting an estimated origin for an incident. This interval type is used for storing intervals before events (or incidents) for the state detection engine.
-
Method Summary
Modifier and TypeMethodDescriptionIf present, the range only includes times before this time.If present, the range only includes times at or after this time.voidsetAdditionalProperties(String key, Object value) voidsetEndTime(Long endTime) If present, the range only includes times before this time.voidsetStartTime(Long startTime) If present, the range only includes times at or after this time.
-
Method Details
-
getStartTime
Long getStartTime()If present, the range only includes times at or after this time. If both startTime and endTime are present we require startTime ≤ endTime. -
setStartTime
If present, the range only includes times at or after this time. If both startTime and endTime are present we require startTime ≤ endTime. -
getEndTime
Long getEndTime()If present, the range only includes times before this time. If both startTime and endTime are present we require startTime ≤ endTime. -
setEndTime
If present, the range only includes times before this time. If both startTime and endTime are present we require startTime ≤ endTime. -
getAdditionalProperties
-
setAdditionalProperties
-