main.java.com.streamlayer.sportsdata.client.bets.SpreadOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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();
}