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
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of ReofferSuggestion. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()Gets the mode of the reoffer suggestion.Stake[]getStake()Gets the stake of the reoffer suggestion.static ReofferSuggestion.BuilderCreates a new instance of ReofferSuggestion.Builder.voidSets the mode of the reoffer suggestion.voidSets 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.
-