Interface GamePropOutcomeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    GamePropOutcome, GamePropOutcome.Builder

    public interface GamePropOutcomeOrBuilder
    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 = 7 [json_name = "betLink"];
      com.google.protobuf.ByteString getBetLinkBytes()
      string bet_link = 7 [json_name = "betLink"];
      int getId()
      int32 id = 1 [json_name = "id"];
      java.lang.String getOutcome()
      string outcome = 2 [json_name = "outcome"];
      com.google.protobuf.ByteString getOutcomeBytes()
      string outcome = 2 [json_name = "outcome"];
      java.lang.String getParticipant()
      string participant = 4 [json_name = "participant"];
      com.google.protobuf.ByteString getParticipantBytes()
      string participant = 4 [json_name = "participant"];
      int getPayout()
      int32 payout = 3 [json_name = "payout"];
      double getValue()
      double value = 6 [json_name = "value"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        int getId()
        int32 id = 1 [json_name = "id"];
        Returns:
        The id.
      • getOutcome

        java.lang.String getOutcome()
        string outcome = 2 [json_name = "outcome"];
        Returns:
        The outcome.
      • getOutcomeBytes

        com.google.protobuf.ByteString getOutcomeBytes()
        string outcome = 2 [json_name = "outcome"];
        Returns:
        The bytes for outcome.
      • getPayout

        int getPayout()
        int32 payout = 3 [json_name = "payout"];
        Returns:
        The payout.
      • getParticipant

        java.lang.String getParticipant()
        string participant = 4 [json_name = "participant"];
        Returns:
        The participant.
      • getParticipantBytes

        com.google.protobuf.ByteString getParticipantBytes()
        string participant = 4 [json_name = "participant"];
        Returns:
        The bytes for participant.
      • getValue

        double getValue()
        double value = 6 [json_name = "value"];
        Returns:
        The value.
      • getBetLink

        java.lang.String getBetLink()
        string bet_link = 7 [json_name = "betLink"];
        Returns:
        The betLink.
      • getBetLinkBytes

        com.google.protobuf.ByteString getBetLinkBytes()
        string bet_link = 7 [json_name = "betLink"];
        Returns:
        The bytes for betLink.