main.java.com.streamlayer.inplay.common.MarketOrBuilder 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 MarketOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.inplay.common.Market)
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();
/**
* int32 sequence = 2 [json_name = "sequence"];
* @return The sequence.
*/
int getSequence();
/**
* string expiry_utc = 3 [json_name = "expiryUtc"];
* @return The expiryUtc.
*/
java.lang.String getExpiryUtc();
/**
* string expiry_utc = 3 [json_name = "expiryUtc"];
* @return The bytes for expiryUtc.
*/
com.google.protobuf.ByteString
getExpiryUtcBytes();
/**
* string name = 4 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 4 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string game = 5 [json_name = "game"];
* @return The game.
*/
java.lang.String getGame();
/**
* string game = 5 [json_name = "game"];
* @return The bytes for game.
*/
com.google.protobuf.ByteString
getGameBytes();
/**
* double handicap = 6 [json_name = "handicap"];
* @return The handicap.
*/
double getHandicap();
/**
* string updated = 7 [json_name = "updated"];
* @return The updated.
*/
java.lang.String getUpdated();
/**
* string updated = 7 [json_name = "updated"];
* @return The bytes for updated.
*/
com.google.protobuf.ByteString
getUpdatedBytes();
/**
* int32 expiry_utc_timestamp = 10 [json_name = "expiryUtcTimestamp"];
* @return The expiryUtcTimestamp.
*/
int getExpiryUtcTimestamp();
/**
* .streamlayer.inplay.common.MarketStatus trading_status = 8 [json_name = "tradingStatus"];
* @return The enum numeric value on the wire for tradingStatus.
*/
int getTradingStatusValue();
/**
* .streamlayer.inplay.common.MarketStatus trading_status = 8 [json_name = "tradingStatus"];
* @return The tradingStatus.
*/
com.streamlayer.inplay.common.MarketStatus getTradingStatus();
/**
* repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
*/
java.util.List
getSelectionsList();
/**
* repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
*/
com.streamlayer.inplay.common.Selection getSelections(int index);
/**
* repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
*/
int getSelectionsCount();
}