Interface SpreadOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAway()
      int32 away = 3 [json_name = "away"];
      java.lang.String getAwayBetLink()
      string away_bet_link = 5 [json_name = "awayBetLink"];
      com.google.protobuf.ByteString getAwayBetLinkBytes()
      string away_bet_link = 5 [json_name = "awayBetLink"];
      int getHome()
      int32 home = 2 [json_name = "home"];
      java.lang.String getHomeBetLink()
      string home_bet_link = 4 [json_name = "homeBetLink"];
      com.google.protobuf.ByteString getHomeBetLinkBytes()
      string home_bet_link = 4 [json_name = "homeBetLink"];
      double getValue()
      double value = 1 [json_name = "value"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getValue

        double getValue()
        double value = 1 [json_name = "value"];
        Returns:
        The value.
      • getHome

        int getHome()
        int32 home = 2 [json_name = "home"];
        Returns:
        The home.
      • getAway

        int getAway()
        int32 away = 3 [json_name = "away"];
        Returns:
        The away.
      • getHomeBetLink

        java.lang.String getHomeBetLink()
        string home_bet_link = 4 [json_name = "homeBetLink"];
        Returns:
        The homeBetLink.
      • getHomeBetLinkBytes

        com.google.protobuf.ByteString getHomeBetLinkBytes()
        string home_bet_link = 4 [json_name = "homeBetLink"];
        Returns:
        The bytes for homeBetLink.
      • getAwayBetLink

        java.lang.String getAwayBetLink()
        string away_bet_link = 5 [json_name = "awayBetLink"];
        Returns:
        The awayBetLink.
      • getAwayBetLinkBytes

        com.google.protobuf.ByteString getAwayBetLinkBytes()
        string away_bet_link = 5 [json_name = "awayBetLink"];
        Returns:
        The bytes for awayBetLink.