Interface FutureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Future,Future.Builder
public interface FutureOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBetLink()string bet_link = 4 [json_name = "betLink"];com.google.protobuf.ByteStringgetBetLinkBytes()string bet_link = 4 [json_name = "betLink"];java.lang.StringgetTeam()string team = 3 [json_name = "team"];com.google.protobuf.ByteStringgetTeamBytes()string team = 3 [json_name = "team"];intgetValue()int32 value = 2 [json_name = "value"];
-
-
-
Method Detail
-
getValue
int getValue()
int32 value = 2 [json_name = "value"];- Returns:
- The value.
-
getTeam
java.lang.String getTeam()
string team = 3 [json_name = "team"];- Returns:
- The team.
-
getTeamBytes
com.google.protobuf.ByteString getTeamBytes()
string team = 3 [json_name = "team"];- Returns:
- The bytes for team.
-
getBetLink
java.lang.String getBetLink()
string bet_link = 4 [json_name = "betLink"];- Returns:
- The betLink.
-
getBetLinkBytes
com.google.protobuf.ByteString getBetLinkBytes()
string bet_link = 4 [json_name = "betLink"];- Returns:
- The bytes for betLink.
-
-