public class CashOutProbabilitiesImpl<T extends SportEvent> extends Object implements CashOutProbabilities<T>
Modifier and Type | Method and Description |
---|---|
String |
getBetstopReason()
Returns the reason for the most recently sent betstop if the betstop is still active
|
NamedValue |
getBetstopReasonValue()
Returns the betstop reason value descriptor
|
String |
getBettingStatus()
If this field is set, it reports that a previous betstop was sent but the markets have now
been reopened.
|
NamedValue |
getBettingStatusValue()
Returns the betting status value descriptor
|
T |
getEvent()
Returns the competition/match/race/outright this odds update is for
|
List<MarketWithProbabilities> |
getMarkets()
Returns a list of markets that are affected by the associated message
|
Producer |
getProducer()
Returns the
Producer that generated this message |
byte[] |
getRawMessage()
Returns the raw message as received from the producer
|
Long |
getRequestId()
Returns the request id of the current message
|
MessageTimestamp |
getTimestamps()
Gets the timestamps when the message was generated, sent, received and dispatched by the sdk
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEvent, getRawMessage, getRequestId
getProducer, getTimestamps
public NamedValue getBetstopReasonValue()
getBetstopReasonValue
in interface CashOutProbabilities<T extends SportEvent>
public String getBetstopReason()
getBetstopReason
in interface CashOutProbabilities<T extends SportEvent>
public NamedValue getBettingStatusValue()
getBettingStatusValue
in interface CashOutProbabilities<T extends SportEvent>
public String getBettingStatus()
getBettingStatus
in interface CashOutProbabilities<T extends SportEvent>
public List<MarketWithProbabilities> getMarkets()
MarketMessage
getMarkets
in interface CashOutProbabilities<T extends SportEvent>
getMarkets
in interface MarketMessage<T extends SportEvent>
public T getEvent()
getEvent
in interface EventMessage<T extends SportEvent>
public Long getRequestId()
getRequestId
in interface EventMessage<T extends SportEvent>
public byte[] getRawMessage()
getRawMessage
in interface EventMessage<T extends SportEvent>
public Producer getProducer()
Producer
that generated this messagegetProducer
in interface Message
Producer
that generated this messagepublic MessageTimestamp getTimestamps()
getTimestamps
in interface Message
Copyright © 2016–2025. All rights reserved.