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 intgetAway()int32 away = 3 [json_name = "away"];java.lang.StringgetAwayBetLink()string away_bet_link = 5 [json_name = "awayBetLink"];com.google.protobuf.ByteStringgetAwayBetLinkBytes()string away_bet_link = 5 [json_name = "awayBetLink"];intgetHome()int32 home = 2 [json_name = "home"];java.lang.StringgetHomeBetLink()string home_bet_link = 4 [json_name = "homeBetLink"];com.google.protobuf.ByteStringgetHomeBetLinkBytes()string home_bet_link = 4 [json_name = "homeBetLink"];doublegetValue()double value = 1 [json_name = "value"];
-
-
-
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.
-
-