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 TypeMethodDescriptionorg.joda.time.DateTime
Get the date of this entryGet 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
-