Interface MatchConditionHistory.Entry

Enclosing interface:
MatchConditionHistory

@PublicApi public static interface MatchConditionHistory.Entry
History entry. Consists of a date and associated match/inverse match event.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joda.time.DateTime
    Get the date of this entry
    Get the match event of this entry
  • Method Details

    • getDateTime

      org.joda.time.DateTime getDateTime()
      Get the date of this entry
    • getMatchEvent

      MatchEvent getMatchEvent()
      Get the match event of this entry