Class BetExtSettlementDetails
java.lang.Object
com.sportradar.mbs.sdk.entities.settlement.ExtSettlementDetails
com.sportradar.mbs.sdk.entities.settlement.BetExtSettlementDetails
Represents external settlement details for a bet.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of BetExtSettlementDetails. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBetId()
Gets the bet ID.Payout[]
Gets the payout details.Gets the ticket ID.Gets the ticket signature.Creates a new instance of the BetExtSettlementDetails.Builder class.void
Sets the bet ID.void
Sets the payout details.void
setTicketId
(String value) Sets the ticket ID.void
setTicketSignature
(String value) Sets the ticket signature.Methods inherited from class com.sportradar.mbs.sdk.entities.settlement.ExtSettlementDetails
newBetExtSettlementDetailsBuilder, newTicketExtSettlementDetailsBuilder
-
Constructor Details
-
BetExtSettlementDetails
public BetExtSettlementDetails()
-
-
Method Details
-
newBuilder
Creates a new instance of the BetExtSettlementDetails.Builder class.- Returns:
- A new instance of the BetExtSettlementDetails.Builder class.
-
getBetId
Gets the bet ID.- Returns:
- The bet ID.
-
setBetId
Sets the bet ID.- Parameters:
value
- The bet ID.
-
getPayout
Gets the payout details.- Returns:
- The payout details.
-
setPayout
Sets the payout details.- Parameters:
value
- The payout details.
-
getTicketSignature
Gets the ticket signature.- Returns:
- The ticket signature.
-
setTicketSignature
Sets the ticket signature.- Parameters:
value
- The ticket signature.
-
getTicketId
Gets the ticket ID.- Returns:
- The ticket ID.
-
setTicketId
Sets the ticket ID.- Parameters:
value
- The ticket ID.
-