Class ReofferSuggestion
java.lang.Object
com.sportradar.mbs.sdk.entities.suggestion.Suggestion
com.sportradar.mbs.sdk.entities.suggestion.ReofferSuggestion
Represents a reoffer suggestion.
Extends the base class Suggestion.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of ReofferSuggestion. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMode()
Gets the mode of the reoffer suggestion.Stake[]
getStake()
Gets the stake of the reoffer suggestion.static ReofferSuggestion.Builder
Creates a new instance of ReofferSuggestion.Builder.void
Sets the mode of the reoffer suggestion.void
Sets the stake of the reoffer suggestion.Methods inherited from class com.sportradar.mbs.sdk.entities.suggestion.Suggestion
newAltStakeSuggestionBuilder, newReofferSuggestionBuilder
-
Constructor Details
-
ReofferSuggestion
public ReofferSuggestion()
-
-
Method Details
-
newBuilder
Creates a new instance of ReofferSuggestion.Builder.- Returns:
- A new instance of ReofferSuggestion.Builder.
-
getMode
Gets the mode of the reoffer suggestion.- Returns:
- The mode of the reoffer suggestion.
-
setMode
Sets the mode of the reoffer suggestion.- Parameters:
value
- The mode of the reoffer suggestion.
-
getStake
Gets the stake of the reoffer suggestion.- Returns:
- The stake of the reoffer suggestion.
-
setStake
Sets the stake of the reoffer suggestion.- Parameters:
value
- The stake of the reoffer suggestion.
-