Class SystemSelection
java.lang.Object
com.sportradar.mbs.sdk.entities.selection.Selection
com.sportradar.mbs.sdk.entities.selection.SystemSelection
Represents a system selection, which is a type of selection that contains an array of selections and an array of sizes.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a builder for creating instances of the SystemSelection class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the array of selections contained in this system selection.int[]
getSize()
Gets the array of sizes for this system selection.static SystemSelection.Builder
Creates a new instance of the SystemSelection.Builder class.void
setSelections
(Selection[] value) Sets the array of selections for this system selection.void
setSize
(int[] value) Sets the array of sizes for this system selection.Methods inherited from class com.sportradar.mbs.sdk.entities.selection.Selection
newAccumulatorSelectionBuilder, newExtSelectionBuilder, newOddsBoostSelectionBuilder, newSystemSelectionBuilder, newUfCustomBetSelectionBuilder, newUfSelectionBuilder, newWaysSelectionBuilder
-
Constructor Details
-
SystemSelection
public SystemSelection()
-
-
Method Details
-
newBuilder
Creates a new instance of the SystemSelection.Builder class.- Returns:
- A new instance of the SystemSelection.Builder class.
-
getSelections
Gets the array of selections contained in this system selection.- Returns:
- The array of selections.
-
setSelections
Sets the array of selections for this system selection.- Parameters:
value
- The array of selections.
-
getSize
public int[] getSize()Gets the array of sizes for this system selection.- Returns:
- The array of sizes.
-
setSize
public void setSize(int[] value) Sets the array of sizes for this system selection.- Parameters:
value
- The array of sizes.
-