| Package | Description |
|---|---|
| jayeson.lib.feed.api.twoside | |
| jayeson.lib.feed.core | |
| jayeson.model.filterrules |
| Modifier and Type | Method and Description |
|---|---|
PivotBias |
IB2Record.pivotBias()
Retrieve pivot bias that indicates which side has the upper hand.
|
static PivotBias |
PivotBias.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PivotBias[] |
PivotBias.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PivotBias |
B2Record.pivotBias() |
| Constructor and Description |
|---|
B2Record(java.lang.String matchId,
java.lang.String eventId,
long id,
OddType oddType,
LBType lbType,
TimeType timetype,
java.lang.String sportbook,
OddFormat oddFormat,
java.util.Map<java.lang.String,java.lang.String> meta,
float rateOver,
float rateUnder,
float rateEqual,
float pivotValue,
PivotType pivotType,
PivotBias pivotBias,
java.lang.String rateOverId,
java.lang.String rateUnderId,
java.lang.String rateEqualId,
boolean isSwapped) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PivotBias> |
PivotBiasFilterRule.getPivotBiases() |
| Modifier and Type | Method and Description |
|---|---|
void |
PivotBiasFilterRule.setPivotBiases(java.util.List<PivotBias> pivotBiases) |