Interface GamePropOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    GameProp, GameProp.Builder

    public interface GamePropOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBet()
      string bet = 1 [json_name = "bet"];
      com.google.protobuf.ByteString getBetBytes()
      string bet = 1 [json_name = "bet"];
      GamePropOutcome getOutcomes​(int index)
      repeated .streamlayer.sportsdata.client.bets.GamePropOutcome outcomes = 3 [json_name = "outcomes"];
      int getOutcomesCount()
      repeated .streamlayer.sportsdata.client.bets.GamePropOutcome outcomes = 3 [json_name = "outcomes"];
      java.util.List<GamePropOutcome> getOutcomesList()
      repeated .streamlayer.sportsdata.client.bets.GamePropOutcome outcomes = 3 [json_name = "outcomes"];
      java.lang.String getPeriod()
      string period = 2 [json_name = "period"];
      com.google.protobuf.ByteString getPeriodBytes()
      string period = 2 [json_name = "period"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getBet

        java.lang.String getBet()
        string bet = 1 [json_name = "bet"];
        Returns:
        The bet.
      • getBetBytes

        com.google.protobuf.ByteString getBetBytes()
        string bet = 1 [json_name = "bet"];
        Returns:
        The bytes for bet.
      • getPeriod

        java.lang.String getPeriod()
        string period = 2 [json_name = "period"];
        Returns:
        The period.
      • getPeriodBytes

        com.google.protobuf.ByteString getPeriodBytes()
        string period = 2 [json_name = "period"];
        Returns:
        The bytes for period.
      • getOutcomesList

        java.util.List<GamePropOutcome> getOutcomesList()
        repeated .streamlayer.sportsdata.client.bets.GamePropOutcome outcomes = 3 [json_name = "outcomes"];
      • getOutcomes

        GamePropOutcome getOutcomes​(int index)
        repeated .streamlayer.sportsdata.client.bets.GamePropOutcome outcomes = 3 [json_name = "outcomes"];
      • getOutcomesCount

        int getOutcomesCount()
        repeated .streamlayer.sportsdata.client.bets.GamePropOutcome outcomes = 3 [json_name = "outcomes"];