Class DecimalOdds.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.odds.DecimalOdds.Builder
- Enclosing class:
DecimalOdds
Builder class for creating instances of the DecimalOdds class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the DecimalOdds instance.setValue
(BigDecimal value) Sets the value of the decimal odds.
-
Method Details
-
build
Builds and returns the DecimalOdds instance.- Returns:
- The built DecimalOdds instance.
-
setValue
Sets the value of the decimal odds.- Parameters:
value
- The value of the decimal odds.- Returns:
- The DecimalOdds.Builder instance.
-