All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sportsdata.client.bets.GamePropOutcomeOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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 GamePropOutcomeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.GamePropOutcome)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * int32 id = 1 [json_name = "id"];
   * @return The id.
   */
  int getId();

  /**
   * string outcome = 2 [json_name = "outcome"];
   * @return The outcome.
   */
  java.lang.String getOutcome();
  /**
   * string outcome = 2 [json_name = "outcome"];
   * @return The bytes for outcome.
   */
  com.google.protobuf.ByteString
      getOutcomeBytes();

  /**
   * int32 payout = 3 [json_name = "payout"];
   * @return The payout.
   */
  int getPayout();

  /**
   * string participant = 4 [json_name = "participant"];
   * @return The participant.
   */
  java.lang.String getParticipant();
  /**
   * string participant = 4 [json_name = "participant"];
   * @return The bytes for participant.
   */
  com.google.protobuf.ByteString
      getParticipantBytes();

  /**
   * double value = 6 [json_name = "value"];
   * @return The value.
   */
  double getValue();

  /**
   * string bet_link = 7 [json_name = "betLink"];
   * @return The betLink.
   */
  java.lang.String getBetLink();
  /**
   * string bet_link = 7 [json_name = "betLink"];
   * @return The bytes for betLink.
   */
  com.google.protobuf.ByteString
      getBetLinkBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy