Package | Description |
---|---|
jayeson.model.filterrules |
Modifier and Type | Class and Description |
---|---|
class |
CompanyFilterRule
If either the company name contains one of the excluded Companies, it will be filtered out.
|
class |
DurationRangeFilterRule
Checks if the event duration is in the specified range.
|
class |
EventIdFilterRule
Filters for events with a specific event id.
|
class |
EventTypeFilterRule
Filters for events with a specific event type.
|
class |
ExactLeagueFilterRule |
class |
LayBackTypeFilterRule
If types is empty, it means we accept all Lay / Back type.
|
class |
LeagueKeywordFilterRule
If either the league name or team name contains one of the excluded keywords, it will be filtered out If none of the league name or team name contains any of the included keywords, it will be filtered out.
|
class |
MarketFilterRule
Checks if a record by is with specified odd market type value: LIVE, TODAY, EARLY.
|
class |
MatchEventIdFilterRule
Checks events by comparing its match id and event id against
the set of match and event ids defined in this rule.
|
class |
MatchIdFilterRule
Checks if an match is of a specific id.
|
class |
OddTypeFilterRule
Checks if the record is of a certain odd type, ie.
|
class |
PivotBiasFilterRule
Filters for records with specified pivot bias value: HOST, GUEST.
|
class |
PivotTypeFilterRule
Filters for records with specified pivot type value: HDP, TOTAL, 1X2.
|
class |
RedcardFilterRule
Checks if a record with specified red cards value: Host Expelled, Guest Expelled, Favored Expelled, Underdog Expelled.
|
class |
ScoreFilterRule
Checks if the event is with the specified scores that meet the FilterOperator and OperatorSubject.
|
class |
SportFilterRule
Checks if the match is of a certain sport.
|
class |
StartTimeRangeFilterRule
If the startTime of the metarecord is in range, the meta record is passed.
|
class |
TargetFilterRule
Checks if an odd record can bet on a target type.
|
class |
TeamKeywordFilterRule
If either the league name or team name contains one of the excluded keywords, it will be filtered out If none of the league name or team name contains any of the included keywords, it will be filtered out.
|
class |
TimePivotTypeFilterRule<T extends TimeType>
Checks if an odd record is of a certain time and pivot type.
|
class |
TimeTypeFilterRule<T extends TimeType>
Checks if an odd record is with the specified time type.
|
Constructor and Description |
---|
GeneralDataFilterRule(GeneralDataFilterRule rule) |