main.java.com.streamlayer.inplay.bets.ConfirmResponseOrBuilder 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/bets/inplay.bets.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay.bets;
public interface ConfirmResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.inplay.bets.ConfirmResponse)
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 type = 2 [json_name = "type"];
* @return The type.
*/
java.lang.String getType();
/**
* string type = 2 [json_name = "type"];
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* .streamlayer.inplay.common.Bet attributes = 3 [json_name = "attributes"];
* @return Whether the attributes field is set.
*/
boolean hasAttributes();
/**
* .streamlayer.inplay.common.Bet attributes = 3 [json_name = "attributes"];
* @return The attributes.
*/
com.streamlayer.inplay.common.Bet getAttributes();
}