public class PlayerOutcomeOddsImpl extends OutcomeProbabilitiesImpl implements PlayerOutcomeOdds
| Modifier and Type | Method and Description |
|---|---|
HomeAway |
getHomeOrAwayTeam()
Indicates if the associated team is home or away
|
String |
getId()
Returns the outcome id
|
String |
getName()
Returns the outcome name
|
String |
getName(Locale locale)
Returns the outcome name translated in the provided locale
|
Map<Locale,String> |
getNames(List<Locale> locales) |
Double |
getOdds(OddsDisplayType oddsDisplayType)
Gets the odds in specified format
|
OutcomeDefinition |
getOutcomeDefinition()
Returns the description of this outcome
|
TeamCompetitor |
getTeam()
Returns the associated team competitor
|
boolean |
isPlayerOutcome()
Indicates if the outcome is
PlayerOutcomeOdds instance |
getAdditionalProbabilities, getProbability, isActiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOddsgetAdditionalProbabilities, getProbability, isActivepublic HomeAway getHomeOrAwayTeam()
getHomeOrAwayTeam in interface PlayerOutcomeOddspublic TeamCompetitor getTeam()
getTeam in interface PlayerOutcomeOddspublic boolean isPlayerOutcome()
PlayerOutcomeOdds instanceisPlayerOutcome in interface OutcomeOddstrue if the current outcome is a player outcome, otherwise falsepublic Double getOdds(OddsDisplayType oddsDisplayType)
OutcomeOddsgetOdds in interface OutcomeOddsoddsDisplayType - display type of the odds (default: @link OddsDisplayType.Decimal)public String getId()
public String getName()
public String getName(Locale locale)
Outcomepublic OutcomeDefinition getOutcomeDefinition()
getOutcomeDefinition in interface OutcomeCopyright © 2016–2025. All rights reserved.