main.java.com.streamlayer.inplay.common.Period 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;
/**
* Protobuf type {@code streamlayer.inplay.common.Period}
*/
public final class Period extends
com.google.protobuf.GeneratedMessageLite<
Period, Period.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.inplay.common.Period)
PeriodOrBuilder {
private Period() {
}
public static final int NUMBER_FIELD_NUMBER = 1;
private int number_;
/**
* int32 number = 1 [json_name = "number"];
* @return The number.
*/
@java.lang.Override
public int getNumber() {
return number_;
}
/**
* int32 number = 1 [json_name = "number"];
* @param value The number to set.
*/
private void setNumber(int value) {
number_ = value;
}
/**
* int32 number = 1 [json_name = "number"];
*/
private void clearNumber() {
number_ = 0;
}
public static final int SCORE_HOME_FIELD_NUMBER = 2;
private int scoreHome_;
/**
* int32 score_home = 2 [json_name = "scoreHome"];
* @return The scoreHome.
*/
@java.lang.Override
public int getScoreHome() {
return scoreHome_;
}
/**
* int32 score_home = 2 [json_name = "scoreHome"];
* @param value The scoreHome to set.
*/
private void setScoreHome(int value) {
scoreHome_ = value;
}
/**
* int32 score_home = 2 [json_name = "scoreHome"];
*/
private void clearScoreHome() {
scoreHome_ = 0;
}
public static final int SCORE_AWAY_FIELD_NUMBER = 3;
private int scoreAway_;
/**
* int32 score_away = 3 [json_name = "scoreAway"];
* @return The scoreAway.
*/
@java.lang.Override
public int getScoreAway() {
return scoreAway_;
}
/**
* int32 score_away = 3 [json_name = "scoreAway"];
* @param value The scoreAway to set.
*/
private void setScoreAway(int value) {
scoreAway_ = value;
}
/**
* int32 score_away = 3 [json_name = "scoreAway"];
*/
private void clearScoreAway() {
scoreAway_ = 0;
}
public static com.streamlayer.inplay.common.Period parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.inplay.common.Period 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.inplay.common.Period parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.inplay.common.Period 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.inplay.common.Period parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.inplay.common.Period 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.inplay.common.Period parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.inplay.common.Period 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.inplay.common.Period parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.inplay.common.Period parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.inplay.common.Period parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.inplay.common.Period 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.inplay.common.Period prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.inplay.common.Period}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.inplay.common.Period, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.inplay.common.Period)
com.streamlayer.inplay.common.PeriodOrBuilder {
// Construct using com.streamlayer.inplay.common.Period.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* int32 number = 1 [json_name = "number"];
* @return The number.
*/
@java.lang.Override
public int getNumber() {
return instance.getNumber();
}
/**
* int32 number = 1 [json_name = "number"];
* @param value The number to set.
* @return This builder for chaining.
*/
public Builder setNumber(int value) {
copyOnWrite();
instance.setNumber(value);
return this;
}
/**
* int32 number = 1 [json_name = "number"];
* @return This builder for chaining.
*/
public Builder clearNumber() {
copyOnWrite();
instance.clearNumber();
return this;
}
/**
* int32 score_home = 2 [json_name = "scoreHome"];
* @return The scoreHome.
*/
@java.lang.Override
public int getScoreHome() {
return instance.getScoreHome();
}
/**
* int32 score_home = 2 [json_name = "scoreHome"];
* @param value The scoreHome to set.
* @return This builder for chaining.
*/
public Builder setScoreHome(int value) {
copyOnWrite();
instance.setScoreHome(value);
return this;
}
/**
* int32 score_home = 2 [json_name = "scoreHome"];
* @return This builder for chaining.
*/
public Builder clearScoreHome() {
copyOnWrite();
instance.clearScoreHome();
return this;
}
/**
* int32 score_away = 3 [json_name = "scoreAway"];
* @return The scoreAway.
*/
@java.lang.Override
public int getScoreAway() {
return instance.getScoreAway();
}
/**
* int32 score_away = 3 [json_name = "scoreAway"];
* @param value The scoreAway to set.
* @return This builder for chaining.
*/
public Builder setScoreAway(int value) {
copyOnWrite();
instance.setScoreAway(value);
return this;
}
/**
* int32 score_away = 3 [json_name = "scoreAway"];
* @return This builder for chaining.
*/
public Builder clearScoreAway() {
copyOnWrite();
instance.clearScoreAway();
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.inplay.common.Period)
}
@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.inplay.common.Period();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"number_",
"scoreHome_",
"scoreAway_",
};
java.lang.String info =
"\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u0004\u0002\u0004" +
"\u0003\u0004";
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.inplay.common.Period.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.inplay.common.Period)
private static final com.streamlayer.inplay.common.Period DEFAULT_INSTANCE;
static {
Period defaultInstance = new Period();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
Period.class, defaultInstance);
}
public static com.streamlayer.inplay.common.Period getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}