Class ReofferSuggestion

java.lang.Object
com.sportradar.mbs.sdk.entities.suggestion.Suggestion
com.sportradar.mbs.sdk.entities.suggestion.ReofferSuggestion

public class ReofferSuggestion extends Suggestion
Represents a reoffer suggestion. Extends the base class Suggestion.
  • Constructor Details

    • ReofferSuggestion

      public ReofferSuggestion()
  • Method Details

    • newBuilder

      public static ReofferSuggestion.Builder newBuilder()
      Creates a new instance of ReofferSuggestion.Builder.
      Returns:
      A new instance of ReofferSuggestion.Builder.
    • getMode

      public String getMode()
      Gets the mode of the reoffer suggestion.
      Returns:
      The mode of the reoffer suggestion.
    • setMode

      public void setMode(String value)
      Sets the mode of the reoffer suggestion.
      Parameters:
      value - The mode of the reoffer suggestion.
    • getStake

      public Stake[] getStake()
      Gets the stake of the reoffer suggestion.
      Returns:
      The stake of the reoffer suggestion.
    • setStake

      public void setStake(Stake[] value)
      Sets the stake of the reoffer suggestion.
      Parameters:
      value - The stake of the reoffer suggestion.