main.java.com.streamlayer.sportsdata.client.bets.YardsOrBuilder 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 YardsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.Yards)
com.google.protobuf.MessageLiteOrBuilder {
/**
* double value = 1 [json_name = "value"];
* @return The value.
*/
double getValue();
/**
* int32 over = 2 [json_name = "over"];
* @return The over.
*/
int getOver();
/**
* int32 under = 3 [json_name = "under"];
* @return The under.
*/
int getUnder();
/**
* string player = 4 [json_name = "player"];
* @return The player.
*/
java.lang.String getPlayer();
/**
* string player = 4 [json_name = "player"];
* @return The bytes for player.
*/
com.google.protobuf.ByteString
getPlayerBytes();
/**
* string over_bet_link = 5 [json_name = "overBetLink"];
* @return The overBetLink.
*/
java.lang.String getOverBetLink();
/**
* string over_bet_link = 5 [json_name = "overBetLink"];
* @return The bytes for overBetLink.
*/
com.google.protobuf.ByteString
getOverBetLinkBytes();
/**
* string under_bet_link = 6 [json_name = "underBetLink"];
* @return The underBetLink.
*/
java.lang.String getUnderBetLink();
/**
* string under_bet_link = 6 [json_name = "underBetLink"];
* @return The bytes for underBetLink.
*/
com.google.protobuf.ByteString
getUnderBetLinkBytes();
}