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 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

      void setStartTime(Long startTime)
      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

      void setEndTime(Long endTime)
      If present, the range only includes times before this time. If both startTime and endTime are present we require startTime endTime.
    • getAdditionalProperties

      Map<String,Object> getAdditionalProperties()
    • setAdditionalProperties

      void setAdditionalProperties(String key, Object value)