public interface Outcome
Market
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDescription(Locale locale) |
String |
getId() |
String |
getOutcome() |
String |
getOutcome(Locale locale)
Get the outcome string in the language specified by the provided locale
|
String |
getRawDescription()
Returns the raw outcome description with the template markets not replaced by actuals (i.e.
|
String |
getRawDescription(Locale locale)
Returns the raw outcome description with the template markets not replaced by actuals (i.e.
|
boolean |
isPlayerOutcome()
Returns whether this is a player outcome (i.e.
|
String getOutcome()
String getOutcome(Locale locale)
locale
- the language you want the outcome described inString getDescription()
String getDescription(Locale locale)
locale
- the language you wish the description to be provided inString getId()
boolean isPlayerOutcome()
String getRawDescription()
Copyright © 2016–2017. All rights reserved.