Interface Outcome
- All Known Subinterfaces:
OutcomeOdds,OutcomeProbabilities,OutcomeRollbackSettlement,OutcomeSettlement,PlayerOutcomeOdds
- All Known Implementing Classes:
OutcomeProbabilitiesImpl,PlayerOutcomeOddsImpl
public interface Outcome
Describes an outcome for a particular market
-
Method Details
-
getId
String getId()Returns the outcome id- Returns:
- - the outcome id
-
getName
String getName()Returns the outcome name- Returns:
- - the outcome name
-
getName
Returns the outcome name translated in the provided locale- Parameters:
locale- - the locale in which the name should be translated- Returns:
- - the outcome name translated in the provided
Locale
-
getOutcomeDefinition
OutcomeDefinition getOutcomeDefinition()Returns the description of this outcome- Returns:
- - the description of this outcome
-
getNames
-