Interface HitConditionHistory
@PublicApi
public interface HitConditionHistory
Hit history returned by a hit condition
Note: Do not implement this interface, use HitConditionHistoryBuilder instead!
-
Method Summary
-
Method Details
-
getHits
List<org.joda.time.DateTime> getHits()Get the list of hits, sorted by date. -
isEmpty
boolean isEmpty()Is the history empty
-