Interface HitConditionHistory


@PublicApi public interface HitConditionHistory
Hit history returned by a hit condition

Note: Do not implement this interface, use HitConditionHistoryBuilder instead!

  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.joda.time.DateTime>
    Get the list of hits, sorted by date.
    boolean
    Is the history empty
  • Method Details

    • getHits

      List<org.joda.time.DateTime> getHits()
      Get the list of hits, sorted by date.
    • isEmpty

      boolean isEmpty()
      Is the history empty