emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grasscutter Show documentation
Show all versions of grasscutter Show documentation
A server software reimplementation for an anime game.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: WinterCampTriathlonSettleNotify.proto
package emu.grasscutter.net.proto;
public final class WinterCampTriathlonSettleNotifyOuterClass {
private WinterCampTriathlonSettleNotifyOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface WinterCampTriathlonSettleNotifyOrBuilder extends
// @@protoc_insertion_point(interface_extends:WinterCampTriathlonSettleNotify)
com.google.protobuf.MessageOrBuilder {
/**
* bool is_new_record = 5;
* @return The isNewRecord.
*/
boolean getIsNewRecord();
/**
* uint32 gallery_id = 3;
* @return The galleryId.
*/
int getGalleryId();
/**
* uint32 score = 11;
* @return The score.
*/
int getScore();
/**
* uint32 KFBNMJBFMNN = 10;
* @return The kFBNMJBFMNN.
*/
int getKFBNMJBFMNN();
/**
* uint32 EDBCCLCJCFL = 7;
* @return The eDBCCLCJCFL.
*/
int getEDBCCLCJCFL();
/**
* uint32 DCFOANMDEGJ = 15;
* @return The dCFOANMDEGJ.
*/
int getDCFOANMDEGJ();
/**
* uint32 CKGIEEOOHON = 6;
* @return The cKGIEEOOHON.
*/
int getCKGIEEOOHON();
/**
* bool is_success = 12;
* @return The isSuccess.
*/
boolean getIsSuccess();
}
/**
*
* CmdId: 3692
* Obf: DLKMKHAGAHM
*
*
* Protobuf type {@code WinterCampTriathlonSettleNotify}
*/
public static final class WinterCampTriathlonSettleNotify extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:WinterCampTriathlonSettleNotify)
WinterCampTriathlonSettleNotifyOrBuilder {
private static final long serialVersionUID = 0L;
// Use WinterCampTriathlonSettleNotify.newBuilder() to construct.
private WinterCampTriathlonSettleNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private WinterCampTriathlonSettleNotify() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new WinterCampTriathlonSettleNotify();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private WinterCampTriathlonSettleNotify(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 24: {
galleryId_ = input.readUInt32();
break;
}
case 40: {
isNewRecord_ = input.readBool();
break;
}
case 48: {
cKGIEEOOHON_ = input.readUInt32();
break;
}
case 56: {
eDBCCLCJCFL_ = input.readUInt32();
break;
}
case 80: {
kFBNMJBFMNN_ = input.readUInt32();
break;
}
case 88: {
score_ = input.readUInt32();
break;
}
case 96: {
isSuccess_ = input.readBool();
break;
}
case 120: {
dCFOANMDEGJ_ = input.readUInt32();
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.internal_static_WinterCampTriathlonSettleNotify_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.internal_static_WinterCampTriathlonSettleNotify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify.class, emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify.Builder.class);
}
public static final int IS_NEW_RECORD_FIELD_NUMBER = 5;
private boolean isNewRecord_;
/**
* bool is_new_record = 5;
* @return The isNewRecord.
*/
@java.lang.Override
public boolean getIsNewRecord() {
return isNewRecord_;
}
public static final int GALLERY_ID_FIELD_NUMBER = 3;
private int galleryId_;
/**
* uint32 gallery_id = 3;
* @return The galleryId.
*/
@java.lang.Override
public int getGalleryId() {
return galleryId_;
}
public static final int SCORE_FIELD_NUMBER = 11;
private int score_;
/**
* uint32 score = 11;
* @return The score.
*/
@java.lang.Override
public int getScore() {
return score_;
}
public static final int KFBNMJBFMNN_FIELD_NUMBER = 10;
private int kFBNMJBFMNN_;
/**
* uint32 KFBNMJBFMNN = 10;
* @return The kFBNMJBFMNN.
*/
@java.lang.Override
public int getKFBNMJBFMNN() {
return kFBNMJBFMNN_;
}
public static final int EDBCCLCJCFL_FIELD_NUMBER = 7;
private int eDBCCLCJCFL_;
/**
* uint32 EDBCCLCJCFL = 7;
* @return The eDBCCLCJCFL.
*/
@java.lang.Override
public int getEDBCCLCJCFL() {
return eDBCCLCJCFL_;
}
public static final int DCFOANMDEGJ_FIELD_NUMBER = 15;
private int dCFOANMDEGJ_;
/**
* uint32 DCFOANMDEGJ = 15;
* @return The dCFOANMDEGJ.
*/
@java.lang.Override
public int getDCFOANMDEGJ() {
return dCFOANMDEGJ_;
}
public static final int CKGIEEOOHON_FIELD_NUMBER = 6;
private int cKGIEEOOHON_;
/**
* uint32 CKGIEEOOHON = 6;
* @return The cKGIEEOOHON.
*/
@java.lang.Override
public int getCKGIEEOOHON() {
return cKGIEEOOHON_;
}
public static final int IS_SUCCESS_FIELD_NUMBER = 12;
private boolean isSuccess_;
/**
* bool is_success = 12;
* @return The isSuccess.
*/
@java.lang.Override
public boolean getIsSuccess() {
return isSuccess_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (galleryId_ != 0) {
output.writeUInt32(3, galleryId_);
}
if (isNewRecord_ != false) {
output.writeBool(5, isNewRecord_);
}
if (cKGIEEOOHON_ != 0) {
output.writeUInt32(6, cKGIEEOOHON_);
}
if (eDBCCLCJCFL_ != 0) {
output.writeUInt32(7, eDBCCLCJCFL_);
}
if (kFBNMJBFMNN_ != 0) {
output.writeUInt32(10, kFBNMJBFMNN_);
}
if (score_ != 0) {
output.writeUInt32(11, score_);
}
if (isSuccess_ != false) {
output.writeBool(12, isSuccess_);
}
if (dCFOANMDEGJ_ != 0) {
output.writeUInt32(15, dCFOANMDEGJ_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (galleryId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(3, galleryId_);
}
if (isNewRecord_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(5, isNewRecord_);
}
if (cKGIEEOOHON_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, cKGIEEOOHON_);
}
if (eDBCCLCJCFL_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, eDBCCLCJCFL_);
}
if (kFBNMJBFMNN_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(10, kFBNMJBFMNN_);
}
if (score_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(11, score_);
}
if (isSuccess_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(12, isSuccess_);
}
if (dCFOANMDEGJ_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(15, dCFOANMDEGJ_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify other = (emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify) obj;
if (getIsNewRecord()
!= other.getIsNewRecord()) return false;
if (getGalleryId()
!= other.getGalleryId()) return false;
if (getScore()
!= other.getScore()) return false;
if (getKFBNMJBFMNN()
!= other.getKFBNMJBFMNN()) return false;
if (getEDBCCLCJCFL()
!= other.getEDBCCLCJCFL()) return false;
if (getDCFOANMDEGJ()
!= other.getDCFOANMDEGJ()) return false;
if (getCKGIEEOOHON()
!= other.getCKGIEEOOHON()) return false;
if (getIsSuccess()
!= other.getIsSuccess()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + IS_NEW_RECORD_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsNewRecord());
hash = (37 * hash) + GALLERY_ID_FIELD_NUMBER;
hash = (53 * hash) + getGalleryId();
hash = (37 * hash) + SCORE_FIELD_NUMBER;
hash = (53 * hash) + getScore();
hash = (37 * hash) + KFBNMJBFMNN_FIELD_NUMBER;
hash = (53 * hash) + getKFBNMJBFMNN();
hash = (37 * hash) + EDBCCLCJCFL_FIELD_NUMBER;
hash = (53 * hash) + getEDBCCLCJCFL();
hash = (37 * hash) + DCFOANMDEGJ_FIELD_NUMBER;
hash = (53 * hash) + getDCFOANMDEGJ();
hash = (37 * hash) + CKGIEEOOHON_FIELD_NUMBER;
hash = (53 * hash) + getCKGIEEOOHON();
hash = (37 * hash) + IS_SUCCESS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsSuccess());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* CmdId: 3692
* Obf: DLKMKHAGAHM
*
*
* Protobuf type {@code WinterCampTriathlonSettleNotify}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:WinterCampTriathlonSettleNotify)
emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotifyOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.internal_static_WinterCampTriathlonSettleNotify_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.internal_static_WinterCampTriathlonSettleNotify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify.class, emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify.Builder.class);
}
// Construct using emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
isNewRecord_ = false;
galleryId_ = 0;
score_ = 0;
kFBNMJBFMNN_ = 0;
eDBCCLCJCFL_ = 0;
dCFOANMDEGJ_ = 0;
cKGIEEOOHON_ = 0;
isSuccess_ = false;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.internal_static_WinterCampTriathlonSettleNotify_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify getDefaultInstanceForType() {
return emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify build() {
emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify buildPartial() {
emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify result = new emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify(this);
result.isNewRecord_ = isNewRecord_;
result.galleryId_ = galleryId_;
result.score_ = score_;
result.kFBNMJBFMNN_ = kFBNMJBFMNN_;
result.eDBCCLCJCFL_ = eDBCCLCJCFL_;
result.dCFOANMDEGJ_ = dCFOANMDEGJ_;
result.cKGIEEOOHON_ = cKGIEEOOHON_;
result.isSuccess_ = isSuccess_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify) {
return mergeFrom((emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify other) {
if (other == emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify.getDefaultInstance()) return this;
if (other.getIsNewRecord() != false) {
setIsNewRecord(other.getIsNewRecord());
}
if (other.getGalleryId() != 0) {
setGalleryId(other.getGalleryId());
}
if (other.getScore() != 0) {
setScore(other.getScore());
}
if (other.getKFBNMJBFMNN() != 0) {
setKFBNMJBFMNN(other.getKFBNMJBFMNN());
}
if (other.getEDBCCLCJCFL() != 0) {
setEDBCCLCJCFL(other.getEDBCCLCJCFL());
}
if (other.getDCFOANMDEGJ() != 0) {
setDCFOANMDEGJ(other.getDCFOANMDEGJ());
}
if (other.getCKGIEEOOHON() != 0) {
setCKGIEEOOHON(other.getCKGIEEOOHON());
}
if (other.getIsSuccess() != false) {
setIsSuccess(other.getIsSuccess());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private boolean isNewRecord_ ;
/**
* bool is_new_record = 5;
* @return The isNewRecord.
*/
@java.lang.Override
public boolean getIsNewRecord() {
return isNewRecord_;
}
/**
* bool is_new_record = 5;
* @param value The isNewRecord to set.
* @return This builder for chaining.
*/
public Builder setIsNewRecord(boolean value) {
isNewRecord_ = value;
onChanged();
return this;
}
/**
* bool is_new_record = 5;
* @return This builder for chaining.
*/
public Builder clearIsNewRecord() {
isNewRecord_ = false;
onChanged();
return this;
}
private int galleryId_ ;
/**
* uint32 gallery_id = 3;
* @return The galleryId.
*/
@java.lang.Override
public int getGalleryId() {
return galleryId_;
}
/**
* uint32 gallery_id = 3;
* @param value The galleryId to set.
* @return This builder for chaining.
*/
public Builder setGalleryId(int value) {
galleryId_ = value;
onChanged();
return this;
}
/**
* uint32 gallery_id = 3;
* @return This builder for chaining.
*/
public Builder clearGalleryId() {
galleryId_ = 0;
onChanged();
return this;
}
private int score_ ;
/**
* uint32 score = 11;
* @return The score.
*/
@java.lang.Override
public int getScore() {
return score_;
}
/**
* uint32 score = 11;
* @param value The score to set.
* @return This builder for chaining.
*/
public Builder setScore(int value) {
score_ = value;
onChanged();
return this;
}
/**
* uint32 score = 11;
* @return This builder for chaining.
*/
public Builder clearScore() {
score_ = 0;
onChanged();
return this;
}
private int kFBNMJBFMNN_ ;
/**
* uint32 KFBNMJBFMNN = 10;
* @return The kFBNMJBFMNN.
*/
@java.lang.Override
public int getKFBNMJBFMNN() {
return kFBNMJBFMNN_;
}
/**
* uint32 KFBNMJBFMNN = 10;
* @param value The kFBNMJBFMNN to set.
* @return This builder for chaining.
*/
public Builder setKFBNMJBFMNN(int value) {
kFBNMJBFMNN_ = value;
onChanged();
return this;
}
/**
* uint32 KFBNMJBFMNN = 10;
* @return This builder for chaining.
*/
public Builder clearKFBNMJBFMNN() {
kFBNMJBFMNN_ = 0;
onChanged();
return this;
}
private int eDBCCLCJCFL_ ;
/**
* uint32 EDBCCLCJCFL = 7;
* @return The eDBCCLCJCFL.
*/
@java.lang.Override
public int getEDBCCLCJCFL() {
return eDBCCLCJCFL_;
}
/**
* uint32 EDBCCLCJCFL = 7;
* @param value The eDBCCLCJCFL to set.
* @return This builder for chaining.
*/
public Builder setEDBCCLCJCFL(int value) {
eDBCCLCJCFL_ = value;
onChanged();
return this;
}
/**
* uint32 EDBCCLCJCFL = 7;
* @return This builder for chaining.
*/
public Builder clearEDBCCLCJCFL() {
eDBCCLCJCFL_ = 0;
onChanged();
return this;
}
private int dCFOANMDEGJ_ ;
/**
* uint32 DCFOANMDEGJ = 15;
* @return The dCFOANMDEGJ.
*/
@java.lang.Override
public int getDCFOANMDEGJ() {
return dCFOANMDEGJ_;
}
/**
* uint32 DCFOANMDEGJ = 15;
* @param value The dCFOANMDEGJ to set.
* @return This builder for chaining.
*/
public Builder setDCFOANMDEGJ(int value) {
dCFOANMDEGJ_ = value;
onChanged();
return this;
}
/**
* uint32 DCFOANMDEGJ = 15;
* @return This builder for chaining.
*/
public Builder clearDCFOANMDEGJ() {
dCFOANMDEGJ_ = 0;
onChanged();
return this;
}
private int cKGIEEOOHON_ ;
/**
* uint32 CKGIEEOOHON = 6;
* @return The cKGIEEOOHON.
*/
@java.lang.Override
public int getCKGIEEOOHON() {
return cKGIEEOOHON_;
}
/**
* uint32 CKGIEEOOHON = 6;
* @param value The cKGIEEOOHON to set.
* @return This builder for chaining.
*/
public Builder setCKGIEEOOHON(int value) {
cKGIEEOOHON_ = value;
onChanged();
return this;
}
/**
* uint32 CKGIEEOOHON = 6;
* @return This builder for chaining.
*/
public Builder clearCKGIEEOOHON() {
cKGIEEOOHON_ = 0;
onChanged();
return this;
}
private boolean isSuccess_ ;
/**
* bool is_success = 12;
* @return The isSuccess.
*/
@java.lang.Override
public boolean getIsSuccess() {
return isSuccess_;
}
/**
* bool is_success = 12;
* @param value The isSuccess to set.
* @return This builder for chaining.
*/
public Builder setIsSuccess(boolean value) {
isSuccess_ = value;
onChanged();
return this;
}
/**
* bool is_success = 12;
* @return This builder for chaining.
*/
public Builder clearIsSuccess() {
isSuccess_ = false;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:WinterCampTriathlonSettleNotify)
}
// @@protoc_insertion_point(class_scope:WinterCampTriathlonSettleNotify)
private static final emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify();
}
public static emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public WinterCampTriathlonSettleNotify parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new WinterCampTriathlonSettleNotify(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_WinterCampTriathlonSettleNotify_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_WinterCampTriathlonSettleNotify_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n%WinterCampTriathlonSettleNotify.proto\"" +
"\303\001\n\037WinterCampTriathlonSettleNotify\022\025\n\ri" +
"s_new_record\030\005 \001(\010\022\022\n\ngallery_id\030\003 \001(\r\022\r" +
"\n\005score\030\013 \001(\r\022\023\n\013KFBNMJBFMNN\030\n \001(\r\022\023\n\013ED" +
"BCCLCJCFL\030\007 \001(\r\022\023\n\013DCFOANMDEGJ\030\017 \001(\r\022\023\n\013" +
"CKGIEEOOHON\030\006 \001(\r\022\022\n\nis_success\030\014 \001(\010B\033\n" +
"\031emu.grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_WinterCampTriathlonSettleNotify_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_WinterCampTriathlonSettleNotify_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_WinterCampTriathlonSettleNotify_descriptor,
new java.lang.String[] { "IsNewRecord", "GalleryId", "Score", "KFBNMJBFMNN", "EDBCCLCJCFL", "DCFOANMDEGJ", "CKGIEEOOHON", "IsSuccess", });
}
// @@protoc_insertion_point(outer_class_scope)
}