main.java.com.streamlayer.inplay.common.BetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/inplay/common/inplay.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay.common;
public interface BetOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.inplay.common.Bet)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* string user = 2 [json_name = "user"];
* @return The user.
*/
java.lang.String getUser();
/**
* string user = 2 [json_name = "user"];
* @return The bytes for user.
*/
com.google.protobuf.ByteString
getUserBytes();
/**
* .streamlayer.inplay.common.Market market = 3 [json_name = "market"];
* @return Whether the market field is set.
*/
boolean hasMarket();
/**
* .streamlayer.inplay.common.Market market = 3 [json_name = "market"];
* @return The market.
*/
com.streamlayer.inplay.common.Market getMarket();
/**
* .streamlayer.inplay.common.Selection outcome = 4 [json_name = "outcome"];
* @return Whether the outcome field is set.
*/
boolean hasOutcome();
/**
* .streamlayer.inplay.common.Selection outcome = 4 [json_name = "outcome"];
* @return The outcome.
*/
com.streamlayer.inplay.common.Selection getOutcome();
/**
* .streamlayer.inplay.common.SelectionResult result = 5 [json_name = "result"];
* @return Whether the result field is set.
*/
boolean hasResult();
/**
* .streamlayer.inplay.common.SelectionResult result = 5 [json_name = "result"];
* @return The result.
*/
com.streamlayer.inplay.common.SelectionResult getResult();
/**
* double payout = 6 [json_name = "payout"];
* @return The payout.
*/
double getPayout();
}