// Generated by the protocol buffer compiler. DO NOT EDIT! // source: LanV3RaceSettleNotify.proto package emu.grasscutter.net.proto; public final class LanV3RaceSettleNotifyOuterClass { private LanV3RaceSettleNotifyOuterClass() {} 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 LanV3RaceSettleNotifyOrBuilder extends // @@protoc_insertion_point(interface_extends:LanV3RaceSettleNotify) com.google.protobuf.MessageOrBuilder { /** * uint32 NFNMJPHJDJL = 2; * @return The nFNMJPHJDJL. */ int getNFNMJPHJDJL(); /** * uint32 gallery_id = 9; * @return The galleryId. */ int getGalleryId(); /** * uint32 OPKOOKDBDLD = 5; * @return The oPKOOKDBDLD. */ int getOPKOOKDBDLD(); /** * uint32 CKGIEEOOHON = 15; * @return The cKGIEEOOHON. */ int getCKGIEEOOHON(); /** * bool is_new_record = 8; * @return The isNewRecord. */ boolean getIsNewRecord(); /** * uint32 level_id = 6; * @return The levelId. */ int getLevelId(); /** * bool is_success = 13; * @return The isSuccess. */ boolean getIsSuccess(); /** * uint32 score = 11; * @return The score. */ int getScore(); } /** *
   * CmdId: 1020
   * Obf: GKFEKPFIGKD
   * 
* * Protobuf type {@code LanV3RaceSettleNotify} */ public static final class LanV3RaceSettleNotify extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:LanV3RaceSettleNotify) LanV3RaceSettleNotifyOrBuilder { private static final long serialVersionUID = 0L; // Use LanV3RaceSettleNotify.newBuilder() to construct. private LanV3RaceSettleNotify(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private LanV3RaceSettleNotify() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new LanV3RaceSettleNotify(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private LanV3RaceSettleNotify( 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 16: { nFNMJPHJDJL_ = input.readUInt32(); break; } case 40: { oPKOOKDBDLD_ = input.readUInt32(); break; } case 48: { levelId_ = input.readUInt32(); break; } case 64: { isNewRecord_ = input.readBool(); break; } case 72: { galleryId_ = input.readUInt32(); break; } case 88: { score_ = input.readUInt32(); break; } case 104: { isSuccess_ = input.readBool(); break; } case 120: { cKGIEEOOHON_ = 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.LanV3RaceSettleNotifyOuterClass.internal_static_LanV3RaceSettleNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.internal_static_LanV3RaceSettleNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify.class, emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify.Builder.class); } public static final int NFNMJPHJDJL_FIELD_NUMBER = 2; private int nFNMJPHJDJL_; /** * uint32 NFNMJPHJDJL = 2; * @return The nFNMJPHJDJL. */ @java.lang.Override public int getNFNMJPHJDJL() { return nFNMJPHJDJL_; } public static final int GALLERY_ID_FIELD_NUMBER = 9; private int galleryId_; /** * uint32 gallery_id = 9; * @return The galleryId. */ @java.lang.Override public int getGalleryId() { return galleryId_; } public static final int OPKOOKDBDLD_FIELD_NUMBER = 5; private int oPKOOKDBDLD_; /** * uint32 OPKOOKDBDLD = 5; * @return The oPKOOKDBDLD. */ @java.lang.Override public int getOPKOOKDBDLD() { return oPKOOKDBDLD_; } public static final int CKGIEEOOHON_FIELD_NUMBER = 15; private int cKGIEEOOHON_; /** * uint32 CKGIEEOOHON = 15; * @return The cKGIEEOOHON. */ @java.lang.Override public int getCKGIEEOOHON() { return cKGIEEOOHON_; } public static final int IS_NEW_RECORD_FIELD_NUMBER = 8; private boolean isNewRecord_; /** * bool is_new_record = 8; * @return The isNewRecord. */ @java.lang.Override public boolean getIsNewRecord() { return isNewRecord_; } public static final int LEVEL_ID_FIELD_NUMBER = 6; private int levelId_; /** * uint32 level_id = 6; * @return The levelId. */ @java.lang.Override public int getLevelId() { return levelId_; } public static final int IS_SUCCESS_FIELD_NUMBER = 13; private boolean isSuccess_; /** * bool is_success = 13; * @return The isSuccess. */ @java.lang.Override public boolean getIsSuccess() { return isSuccess_; } 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_; } 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 (nFNMJPHJDJL_ != 0) { output.writeUInt32(2, nFNMJPHJDJL_); } if (oPKOOKDBDLD_ != 0) { output.writeUInt32(5, oPKOOKDBDLD_); } if (levelId_ != 0) { output.writeUInt32(6, levelId_); } if (isNewRecord_ != false) { output.writeBool(8, isNewRecord_); } if (galleryId_ != 0) { output.writeUInt32(9, galleryId_); } if (score_ != 0) { output.writeUInt32(11, score_); } if (isSuccess_ != false) { output.writeBool(13, isSuccess_); } if (cKGIEEOOHON_ != 0) { output.writeUInt32(15, cKGIEEOOHON_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (nFNMJPHJDJL_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, nFNMJPHJDJL_); } if (oPKOOKDBDLD_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, oPKOOKDBDLD_); } if (levelId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(6, levelId_); } if (isNewRecord_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(8, isNewRecord_); } if (galleryId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(9, galleryId_); } if (score_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(11, score_); } if (isSuccess_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(13, isSuccess_); } if (cKGIEEOOHON_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(15, cKGIEEOOHON_); } 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.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify)) { return super.equals(obj); } emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify other = (emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify) obj; if (getNFNMJPHJDJL() != other.getNFNMJPHJDJL()) return false; if (getGalleryId() != other.getGalleryId()) return false; if (getOPKOOKDBDLD() != other.getOPKOOKDBDLD()) return false; if (getCKGIEEOOHON() != other.getCKGIEEOOHON()) return false; if (getIsNewRecord() != other.getIsNewRecord()) return false; if (getLevelId() != other.getLevelId()) return false; if (getIsSuccess() != other.getIsSuccess()) return false; if (getScore() != other.getScore()) 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) + NFNMJPHJDJL_FIELD_NUMBER; hash = (53 * hash) + getNFNMJPHJDJL(); hash = (37 * hash) + GALLERY_ID_FIELD_NUMBER; hash = (53 * hash) + getGalleryId(); hash = (37 * hash) + OPKOOKDBDLD_FIELD_NUMBER; hash = (53 * hash) + getOPKOOKDBDLD(); hash = (37 * hash) + CKGIEEOOHON_FIELD_NUMBER; hash = (53 * hash) + getCKGIEEOOHON(); hash = (37 * hash) + IS_NEW_RECORD_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsNewRecord()); hash = (37 * hash) + LEVEL_ID_FIELD_NUMBER; hash = (53 * hash) + getLevelId(); hash = (37 * hash) + IS_SUCCESS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsSuccess()); hash = (37 * hash) + SCORE_FIELD_NUMBER; hash = (53 * hash) + getScore(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify 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.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify 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.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify 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.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify 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.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify 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.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify 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: 1020
     * Obf: GKFEKPFIGKD
     * 
* * Protobuf type {@code LanV3RaceSettleNotify} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:LanV3RaceSettleNotify) emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotifyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.internal_static_LanV3RaceSettleNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.internal_static_LanV3RaceSettleNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify.class, emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify.Builder.class); } // Construct using emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify.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(); nFNMJPHJDJL_ = 0; galleryId_ = 0; oPKOOKDBDLD_ = 0; cKGIEEOOHON_ = 0; isNewRecord_ = false; levelId_ = 0; isSuccess_ = false; score_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.internal_static_LanV3RaceSettleNotify_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify getDefaultInstanceForType() { return emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify build() { emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify buildPartial() { emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify result = new emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify(this); result.nFNMJPHJDJL_ = nFNMJPHJDJL_; result.galleryId_ = galleryId_; result.oPKOOKDBDLD_ = oPKOOKDBDLD_; result.cKGIEEOOHON_ = cKGIEEOOHON_; result.isNewRecord_ = isNewRecord_; result.levelId_ = levelId_; result.isSuccess_ = isSuccess_; result.score_ = score_; 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.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify) { return mergeFrom((emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify other) { if (other == emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify.getDefaultInstance()) return this; if (other.getNFNMJPHJDJL() != 0) { setNFNMJPHJDJL(other.getNFNMJPHJDJL()); } if (other.getGalleryId() != 0) { setGalleryId(other.getGalleryId()); } if (other.getOPKOOKDBDLD() != 0) { setOPKOOKDBDLD(other.getOPKOOKDBDLD()); } if (other.getCKGIEEOOHON() != 0) { setCKGIEEOOHON(other.getCKGIEEOOHON()); } if (other.getIsNewRecord() != false) { setIsNewRecord(other.getIsNewRecord()); } if (other.getLevelId() != 0) { setLevelId(other.getLevelId()); } if (other.getIsSuccess() != false) { setIsSuccess(other.getIsSuccess()); } if (other.getScore() != 0) { setScore(other.getScore()); } 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.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int nFNMJPHJDJL_ ; /** * uint32 NFNMJPHJDJL = 2; * @return The nFNMJPHJDJL. */ @java.lang.Override public int getNFNMJPHJDJL() { return nFNMJPHJDJL_; } /** * uint32 NFNMJPHJDJL = 2; * @param value The nFNMJPHJDJL to set. * @return This builder for chaining. */ public Builder setNFNMJPHJDJL(int value) { nFNMJPHJDJL_ = value; onChanged(); return this; } /** * uint32 NFNMJPHJDJL = 2; * @return This builder for chaining. */ public Builder clearNFNMJPHJDJL() { nFNMJPHJDJL_ = 0; onChanged(); return this; } private int galleryId_ ; /** * uint32 gallery_id = 9; * @return The galleryId. */ @java.lang.Override public int getGalleryId() { return galleryId_; } /** * uint32 gallery_id = 9; * @param value The galleryId to set. * @return This builder for chaining. */ public Builder setGalleryId(int value) { galleryId_ = value; onChanged(); return this; } /** * uint32 gallery_id = 9; * @return This builder for chaining. */ public Builder clearGalleryId() { galleryId_ = 0; onChanged(); return this; } private int oPKOOKDBDLD_ ; /** * uint32 OPKOOKDBDLD = 5; * @return The oPKOOKDBDLD. */ @java.lang.Override public int getOPKOOKDBDLD() { return oPKOOKDBDLD_; } /** * uint32 OPKOOKDBDLD = 5; * @param value The oPKOOKDBDLD to set. * @return This builder for chaining. */ public Builder setOPKOOKDBDLD(int value) { oPKOOKDBDLD_ = value; onChanged(); return this; } /** * uint32 OPKOOKDBDLD = 5; * @return This builder for chaining. */ public Builder clearOPKOOKDBDLD() { oPKOOKDBDLD_ = 0; onChanged(); return this; } private int cKGIEEOOHON_ ; /** * uint32 CKGIEEOOHON = 15; * @return The cKGIEEOOHON. */ @java.lang.Override public int getCKGIEEOOHON() { return cKGIEEOOHON_; } /** * uint32 CKGIEEOOHON = 15; * @param value The cKGIEEOOHON to set. * @return This builder for chaining. */ public Builder setCKGIEEOOHON(int value) { cKGIEEOOHON_ = value; onChanged(); return this; } /** * uint32 CKGIEEOOHON = 15; * @return This builder for chaining. */ public Builder clearCKGIEEOOHON() { cKGIEEOOHON_ = 0; onChanged(); return this; } private boolean isNewRecord_ ; /** * bool is_new_record = 8; * @return The isNewRecord. */ @java.lang.Override public boolean getIsNewRecord() { return isNewRecord_; } /** * bool is_new_record = 8; * @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 = 8; * @return This builder for chaining. */ public Builder clearIsNewRecord() { isNewRecord_ = false; onChanged(); return this; } private int levelId_ ; /** * uint32 level_id = 6; * @return The levelId. */ @java.lang.Override public int getLevelId() { return levelId_; } /** * uint32 level_id = 6; * @param value The levelId to set. * @return This builder for chaining. */ public Builder setLevelId(int value) { levelId_ = value; onChanged(); return this; } /** * uint32 level_id = 6; * @return This builder for chaining. */ public Builder clearLevelId() { levelId_ = 0; onChanged(); return this; } private boolean isSuccess_ ; /** * bool is_success = 13; * @return The isSuccess. */ @java.lang.Override public boolean getIsSuccess() { return isSuccess_; } /** * bool is_success = 13; * @param value The isSuccess to set. * @return This builder for chaining. */ public Builder setIsSuccess(boolean value) { isSuccess_ = value; onChanged(); return this; } /** * bool is_success = 13; * @return This builder for chaining. */ public Builder clearIsSuccess() { isSuccess_ = false; 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; } @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:LanV3RaceSettleNotify) } // @@protoc_insertion_point(class_scope:LanV3RaceSettleNotify) private static final emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify(); } public static emu.grasscutter.net.proto.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public LanV3RaceSettleNotify parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new LanV3RaceSettleNotify(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.LanV3RaceSettleNotifyOuterClass.LanV3RaceSettleNotify getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_LanV3RaceSettleNotify_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_LanV3RaceSettleNotify_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\033LanV3RaceSettleNotify.proto\"\266\001\n\025LanV3R" + "aceSettleNotify\022\023\n\013NFNMJPHJDJL\030\002 \001(\r\022\022\n\n" + "gallery_id\030\t \001(\r\022\023\n\013OPKOOKDBDLD\030\005 \001(\r\022\023\n" + "\013CKGIEEOOHON\030\017 \001(\r\022\025\n\ris_new_record\030\010 \001(" + "\010\022\020\n\010level_id\030\006 \001(\r\022\022\n\nis_success\030\r \001(\010\022" + "\r\n\005score\030\013 \001(\rB\033\n\031emu.grasscutter.net.pr" + "otob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }); internal_static_LanV3RaceSettleNotify_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LanV3RaceSettleNotify_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_LanV3RaceSettleNotify_descriptor, new java.lang.String[] { "NFNMJPHJDJL", "GalleryId", "OPKOOKDBDLD", "CKGIEEOOHON", "IsNewRecord", "LevelId", "IsSuccess", "Score", }); } // @@protoc_insertion_point(outer_class_scope) }