main.java.com.streamlayer.sportsdata.client.bets.Future 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/sportsdata/client/bets/bets.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sportsdata.client.bets;
/**
* Protobuf type {@code streamlayer.sportsdata.client.bets.Future}
*/
public final class Future extends
com.google.protobuf.GeneratedMessageLite<
Future, Future.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.sportsdata.client.bets.Future)
FutureOrBuilder {
private Future() {
team_ = "";
betLink_ = "";
}
public static final int VALUE_FIELD_NUMBER = 2;
private int value_;
/**
* int32 value = 2 [json_name = "value"];
* @return The value.
*/
@java.lang.Override
public int getValue() {
return value_;
}
/**
* int32 value = 2 [json_name = "value"];
* @param value The value to set.
*/
private void setValue(int value) {
value_ = value;
}
/**
* int32 value = 2 [json_name = "value"];
*/
private void clearValue() {
value_ = 0;
}
public static final int TEAM_FIELD_NUMBER = 3;
private java.lang.String team_;
/**
* string team = 3 [json_name = "team"];
* @return The team.
*/
@java.lang.Override
public java.lang.String getTeam() {
return team_;
}
/**
* string team = 3 [json_name = "team"];
* @return The bytes for team.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTeamBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(team_);
}
/**
* string team = 3 [json_name = "team"];
* @param value The team to set.
*/
private void setTeam(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
team_ = value;
}
/**
* string team = 3 [json_name = "team"];
*/
private void clearTeam() {
team_ = getDefaultInstance().getTeam();
}
/**
* string team = 3 [json_name = "team"];
* @param value The bytes for team to set.
*/
private void setTeamBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
team_ = value.toStringUtf8();
}
public static final int BET_LINK_FIELD_NUMBER = 4;
private java.lang.String betLink_;
/**
* string bet_link = 4 [json_name = "betLink"];
* @return The betLink.
*/
@java.lang.Override
public java.lang.String getBetLink() {
return betLink_;
}
/**
* string bet_link = 4 [json_name = "betLink"];
* @return The bytes for betLink.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBetLinkBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(betLink_);
}
/**
* string bet_link = 4 [json_name = "betLink"];
* @param value The betLink to set.
*/
private void setBetLink(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
betLink_ = value;
}
/**
* string bet_link = 4 [json_name = "betLink"];
*/
private void clearBetLink() {
betLink_ = getDefaultInstance().getBetLink();
}
/**
* string bet_link = 4 [json_name = "betLink"];
* @param value The bytes for betLink to set.
*/
private void setBetLinkBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
betLink_ = value.toStringUtf8();
}
public static com.streamlayer.sportsdata.client.bets.Future parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sportsdata.client.bets.Future parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.sportsdata.client.bets.Future parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sportsdata.client.bets.Future parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.sportsdata.client.bets.Future parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sportsdata.client.bets.Future parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.sportsdata.client.bets.Future parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sportsdata.client.bets.Future parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.sportsdata.client.bets.Future parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sportsdata.client.bets.Future parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.sportsdata.client.bets.Future parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sportsdata.client.bets.Future parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static Builder newBuilder(com.streamlayer.sportsdata.client.bets.Future prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.sportsdata.client.bets.Future}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.sportsdata.client.bets.Future, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.sportsdata.client.bets.Future)
com.streamlayer.sportsdata.client.bets.FutureOrBuilder {
// Construct using com.streamlayer.sportsdata.client.bets.Future.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* int32 value = 2 [json_name = "value"];
* @return The value.
*/
@java.lang.Override
public int getValue() {
return instance.getValue();
}
/**
* int32 value = 2 [json_name = "value"];
* @param value The value to set.
* @return This builder for chaining.
*/
public Builder setValue(int value) {
copyOnWrite();
instance.setValue(value);
return this;
}
/**
* int32 value = 2 [json_name = "value"];
* @return This builder for chaining.
*/
public Builder clearValue() {
copyOnWrite();
instance.clearValue();
return this;
}
/**
* string team = 3 [json_name = "team"];
* @return The team.
*/
@java.lang.Override
public java.lang.String getTeam() {
return instance.getTeam();
}
/**
* string team = 3 [json_name = "team"];
* @return The bytes for team.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTeamBytes() {
return instance.getTeamBytes();
}
/**
* string team = 3 [json_name = "team"];
* @param value The team to set.
* @return This builder for chaining.
*/
public Builder setTeam(
java.lang.String value) {
copyOnWrite();
instance.setTeam(value);
return this;
}
/**
* string team = 3 [json_name = "team"];
* @return This builder for chaining.
*/
public Builder clearTeam() {
copyOnWrite();
instance.clearTeam();
return this;
}
/**
* string team = 3 [json_name = "team"];
* @param value The bytes for team to set.
* @return This builder for chaining.
*/
public Builder setTeamBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setTeamBytes(value);
return this;
}
/**
* string bet_link = 4 [json_name = "betLink"];
* @return The betLink.
*/
@java.lang.Override
public java.lang.String getBetLink() {
return instance.getBetLink();
}
/**
* string bet_link = 4 [json_name = "betLink"];
* @return The bytes for betLink.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBetLinkBytes() {
return instance.getBetLinkBytes();
}
/**
* string bet_link = 4 [json_name = "betLink"];
* @param value The betLink to set.
* @return This builder for chaining.
*/
public Builder setBetLink(
java.lang.String value) {
copyOnWrite();
instance.setBetLink(value);
return this;
}
/**
* string bet_link = 4 [json_name = "betLink"];
* @return This builder for chaining.
*/
public Builder clearBetLink() {
copyOnWrite();
instance.clearBetLink();
return this;
}
/**
* string bet_link = 4 [json_name = "betLink"];
* @param value The bytes for betLink to set.
* @return This builder for chaining.
*/
public Builder setBetLinkBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setBetLinkBytes(value);
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.sportsdata.client.bets.Future)
}
@java.lang.Override
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
protected final java.lang.Object dynamicMethod(
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0, java.lang.Object arg1) {
switch (method) {
case NEW_MUTABLE_INSTANCE: {
return new com.streamlayer.sportsdata.client.bets.Future();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"value_",
"team_",
"betLink_",
};
java.lang.String info =
"\u0000\u0003\u0000\u0000\u0002\u0004\u0003\u0000\u0000\u0000\u0002\u0004\u0003\u0208" +
"\u0004\u0208";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
case GET_DEFAULT_INSTANCE: {
return DEFAULT_INSTANCE;
}
case GET_PARSER: {
com.google.protobuf.Parser parser = PARSER;
if (parser == null) {
synchronized (com.streamlayer.sportsdata.client.bets.Future.class) {
parser = PARSER;
if (parser == null) {
parser =
new DefaultInstanceBasedParser(
DEFAULT_INSTANCE);
PARSER = parser;
}
}
}
return parser;
}
case GET_MEMOIZED_IS_INITIALIZED: {
return (byte) 1;
}
case SET_MEMOIZED_IS_INITIALIZED: {
return null;
}
}
throw new UnsupportedOperationException();
}
// @@protoc_insertion_point(class_scope:streamlayer.sportsdata.client.bets.Future)
private static final com.streamlayer.sportsdata.client.bets.Future DEFAULT_INSTANCE;
static {
Future defaultInstance = new Future();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
Future.class, defaultInstance);
}
public static com.streamlayer.sportsdata.client.bets.Future getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}