All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sportsdata.client.bets.SpreadOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/sportsdata/client/bets/bets.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sportsdata.client.bets;

public interface SpreadOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.Spread)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * double value = 1 [json_name = "value"];
   * @return The value.
   */
  double getValue();

  /**
   * int32 home = 2 [json_name = "home"];
   * @return The home.
   */
  int getHome();

  /**
   * int32 away = 3 [json_name = "away"];
   * @return The away.
   */
  int getAway();

  /**
   * string home_bet_link = 4 [json_name = "homeBetLink"];
   * @return The homeBetLink.
   */
  java.lang.String getHomeBetLink();
  /**
   * string home_bet_link = 4 [json_name = "homeBetLink"];
   * @return The bytes for homeBetLink.
   */
  com.google.protobuf.ByteString
      getHomeBetLinkBytes();

  /**
   * string away_bet_link = 5 [json_name = "awayBetLink"];
   * @return The awayBetLink.
   */
  java.lang.String getAwayBetLink();
  /**
   * string away_bet_link = 5 [json_name = "awayBetLink"];
   * @return The bytes for awayBetLink.
   */
  com.google.protobuf.ByteString
      getAwayBetLinkBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy