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.String getBetLink()
      string bet_link = 4 [json_name = "betLink"];
      com.google.protobuf.ByteString getBetLinkBytes()
      string bet_link = 4 [json_name = "betLink"];
      java.lang.String getTeam()
      string team = 3 [json_name = "team"];
      com.google.protobuf.ByteString getTeamBytes()
      string team = 3 [json_name = "team"];
      int getValue()
      int32 value = 2 [json_name = "value"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.