// Generated by the protocol buffer compiler. DO NOT EDIT! // source: BartenderActivityDetailInfo.proto package emu.grasscutter.net.proto; public final class BartenderActivityDetailInfoOuterClass { private BartenderActivityDetailInfoOuterClass() {} 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 BartenderActivityDetailInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:BartenderActivityDetailInfo) com.google.protobuf.MessageOrBuilder { /** * repeated uint32 EFCFFFOKIIO = 15; * @return A list containing the eFCFFFOKIIO. */ java.util.List getEFCFFFOKIIOList(); /** * repeated uint32 EFCFFFOKIIO = 15; * @return The count of eFCFFFOKIIO. */ int getEFCFFFOKIIOCount(); /** * repeated uint32 EFCFFFOKIIO = 15; * @param index The index of the element to return. * @return The eFCFFFOKIIO at the given index. */ int getEFCFFFOKIIO(int index); /** * repeated uint32 OJDLKJNDJAH = 3; * @return A list containing the oJDLKJNDJAH. */ java.util.List getOJDLKJNDJAHList(); /** * repeated uint32 OJDLKJNDJAH = 3; * @return The count of oJDLKJNDJAH. */ int getOJDLKJNDJAHCount(); /** * repeated uint32 OJDLKJNDJAH = 3; * @param index The index of the element to return. * @return The oJDLKJNDJAH at the given index. */ int getOJDLKJNDJAH(int index); /** * bool is_develop_module_open = 9; * @return The isDevelopModuleOpen. */ boolean getIsDevelopModuleOpen(); /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ java.util.List getUnlockTaskListList(); /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo getUnlockTaskList(int index); /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ int getUnlockTaskListCount(); /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ java.util.List getUnlockTaskListOrBuilderList(); /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfoOrBuilder getUnlockTaskListOrBuilder( int index); /** * bool is_content_closed = 5; * @return The isContentClosed. */ boolean getIsContentClosed(); /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ java.util.List getUnlockLevelListList(); /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo getUnlockLevelList(int index); /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ int getUnlockLevelListCount(); /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ java.util.List getUnlockLevelListOrBuilderList(); /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfoOrBuilder getUnlockLevelListOrBuilder( int index); } /** *
   * Obf: OHBPKHDADMI
   * 
* * Protobuf type {@code BartenderActivityDetailInfo} */ public static final class BartenderActivityDetailInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:BartenderActivityDetailInfo) BartenderActivityDetailInfoOrBuilder { private static final long serialVersionUID = 0L; // Use BartenderActivityDetailInfo.newBuilder() to construct. private BartenderActivityDetailInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private BartenderActivityDetailInfo() { eFCFFFOKIIO_ = emptyIntList(); oJDLKJNDJAH_ = emptyIntList(); unlockTaskList_ = java.util.Collections.emptyList(); unlockLevelList_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BartenderActivityDetailInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private BartenderActivityDetailInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; 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: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { oJDLKJNDJAH_ = newIntList(); mutable_bitField0_ |= 0x00000002; } oJDLKJNDJAH_.addInt(input.readUInt32()); break; } case 26: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { oJDLKJNDJAH_ = newIntList(); mutable_bitField0_ |= 0x00000002; } while (input.getBytesUntilLimit() > 0) { oJDLKJNDJAH_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 40: { isContentClosed_ = input.readBool(); break; } case 58: { if (!((mutable_bitField0_ & 0x00000008) != 0)) { unlockLevelList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000008; } unlockLevelList_.add( input.readMessage(emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.parser(), extensionRegistry)); break; } case 72: { isDevelopModuleOpen_ = input.readBool(); break; } case 98: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { unlockTaskList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000004; } unlockTaskList_.add( input.readMessage(emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.parser(), extensionRegistry)); break; } case 120: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { eFCFFFOKIIO_ = newIntList(); mutable_bitField0_ |= 0x00000001; } eFCFFFOKIIO_.addInt(input.readUInt32()); break; } case 122: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) { eFCFFFOKIIO_ = newIntList(); mutable_bitField0_ |= 0x00000001; } while (input.getBytesUntilLimit() > 0) { eFCFFFOKIIO_.addInt(input.readUInt32()); } input.popLimit(limit); 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 { if (((mutable_bitField0_ & 0x00000002) != 0)) { oJDLKJNDJAH_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000008) != 0)) { unlockLevelList_ = java.util.Collections.unmodifiableList(unlockLevelList_); } if (((mutable_bitField0_ & 0x00000004) != 0)) { unlockTaskList_ = java.util.Collections.unmodifiableList(unlockTaskList_); } if (((mutable_bitField0_ & 0x00000001) != 0)) { eFCFFFOKIIO_.makeImmutable(); // C } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.internal_static_BartenderActivityDetailInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.internal_static_BartenderActivityDetailInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo.class, emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo.Builder.class); } public static final int EFCFFFOKIIO_FIELD_NUMBER = 15; private com.google.protobuf.Internal.IntList eFCFFFOKIIO_; /** * repeated uint32 EFCFFFOKIIO = 15; * @return A list containing the eFCFFFOKIIO. */ @java.lang.Override public java.util.List getEFCFFFOKIIOList() { return eFCFFFOKIIO_; } /** * repeated uint32 EFCFFFOKIIO = 15; * @return The count of eFCFFFOKIIO. */ public int getEFCFFFOKIIOCount() { return eFCFFFOKIIO_.size(); } /** * repeated uint32 EFCFFFOKIIO = 15; * @param index The index of the element to return. * @return The eFCFFFOKIIO at the given index. */ public int getEFCFFFOKIIO(int index) { return eFCFFFOKIIO_.getInt(index); } private int eFCFFFOKIIOMemoizedSerializedSize = -1; public static final int OJDLKJNDJAH_FIELD_NUMBER = 3; private com.google.protobuf.Internal.IntList oJDLKJNDJAH_; /** * repeated uint32 OJDLKJNDJAH = 3; * @return A list containing the oJDLKJNDJAH. */ @java.lang.Override public java.util.List getOJDLKJNDJAHList() { return oJDLKJNDJAH_; } /** * repeated uint32 OJDLKJNDJAH = 3; * @return The count of oJDLKJNDJAH. */ public int getOJDLKJNDJAHCount() { return oJDLKJNDJAH_.size(); } /** * repeated uint32 OJDLKJNDJAH = 3; * @param index The index of the element to return. * @return The oJDLKJNDJAH at the given index. */ public int getOJDLKJNDJAH(int index) { return oJDLKJNDJAH_.getInt(index); } private int oJDLKJNDJAHMemoizedSerializedSize = -1; public static final int IS_DEVELOP_MODULE_OPEN_FIELD_NUMBER = 9; private boolean isDevelopModuleOpen_; /** * bool is_develop_module_open = 9; * @return The isDevelopModuleOpen. */ @java.lang.Override public boolean getIsDevelopModuleOpen() { return isDevelopModuleOpen_; } public static final int UNLOCK_TASK_LIST_FIELD_NUMBER = 12; private java.util.List unlockTaskList_; /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ @java.lang.Override public java.util.List getUnlockTaskListList() { return unlockTaskList_; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ @java.lang.Override public java.util.List getUnlockTaskListOrBuilderList() { return unlockTaskList_; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ @java.lang.Override public int getUnlockTaskListCount() { return unlockTaskList_.size(); } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ @java.lang.Override public emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo getUnlockTaskList(int index) { return unlockTaskList_.get(index); } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ @java.lang.Override public emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfoOrBuilder getUnlockTaskListOrBuilder( int index) { return unlockTaskList_.get(index); } public static final int IS_CONTENT_CLOSED_FIELD_NUMBER = 5; private boolean isContentClosed_; /** * bool is_content_closed = 5; * @return The isContentClosed. */ @java.lang.Override public boolean getIsContentClosed() { return isContentClosed_; } public static final int UNLOCK_LEVEL_LIST_FIELD_NUMBER = 7; private java.util.List unlockLevelList_; /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ @java.lang.Override public java.util.List getUnlockLevelListList() { return unlockLevelList_; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ @java.lang.Override public java.util.List getUnlockLevelListOrBuilderList() { return unlockLevelList_; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ @java.lang.Override public int getUnlockLevelListCount() { return unlockLevelList_.size(); } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ @java.lang.Override public emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo getUnlockLevelList(int index) { return unlockLevelList_.get(index); } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ @java.lang.Override public emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfoOrBuilder getUnlockLevelListOrBuilder( int index) { return unlockLevelList_.get(index); } 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 { getSerializedSize(); if (getOJDLKJNDJAHList().size() > 0) { output.writeUInt32NoTag(26); output.writeUInt32NoTag(oJDLKJNDJAHMemoizedSerializedSize); } for (int i = 0; i < oJDLKJNDJAH_.size(); i++) { output.writeUInt32NoTag(oJDLKJNDJAH_.getInt(i)); } if (isContentClosed_ != false) { output.writeBool(5, isContentClosed_); } for (int i = 0; i < unlockLevelList_.size(); i++) { output.writeMessage(7, unlockLevelList_.get(i)); } if (isDevelopModuleOpen_ != false) { output.writeBool(9, isDevelopModuleOpen_); } for (int i = 0; i < unlockTaskList_.size(); i++) { output.writeMessage(12, unlockTaskList_.get(i)); } if (getEFCFFFOKIIOList().size() > 0) { output.writeUInt32NoTag(122); output.writeUInt32NoTag(eFCFFFOKIIOMemoizedSerializedSize); } for (int i = 0; i < eFCFFFOKIIO_.size(); i++) { output.writeUInt32NoTag(eFCFFFOKIIO_.getInt(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < oJDLKJNDJAH_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(oJDLKJNDJAH_.getInt(i)); } size += dataSize; if (!getOJDLKJNDJAHList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } oJDLKJNDJAHMemoizedSerializedSize = dataSize; } if (isContentClosed_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, isContentClosed_); } for (int i = 0; i < unlockLevelList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, unlockLevelList_.get(i)); } if (isDevelopModuleOpen_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(9, isDevelopModuleOpen_); } for (int i = 0; i < unlockTaskList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, unlockTaskList_.get(i)); } { int dataSize = 0; for (int i = 0; i < eFCFFFOKIIO_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(eFCFFFOKIIO_.getInt(i)); } size += dataSize; if (!getEFCFFFOKIIOList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } eFCFFFOKIIOMemoizedSerializedSize = dataSize; } 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.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo)) { return super.equals(obj); } emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo other = (emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo) obj; if (!getEFCFFFOKIIOList() .equals(other.getEFCFFFOKIIOList())) return false; if (!getOJDLKJNDJAHList() .equals(other.getOJDLKJNDJAHList())) return false; if (getIsDevelopModuleOpen() != other.getIsDevelopModuleOpen()) return false; if (!getUnlockTaskListList() .equals(other.getUnlockTaskListList())) return false; if (getIsContentClosed() != other.getIsContentClosed()) return false; if (!getUnlockLevelListList() .equals(other.getUnlockLevelListList())) 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(); if (getEFCFFFOKIIOCount() > 0) { hash = (37 * hash) + EFCFFFOKIIO_FIELD_NUMBER; hash = (53 * hash) + getEFCFFFOKIIOList().hashCode(); } if (getOJDLKJNDJAHCount() > 0) { hash = (37 * hash) + OJDLKJNDJAH_FIELD_NUMBER; hash = (53 * hash) + getOJDLKJNDJAHList().hashCode(); } hash = (37 * hash) + IS_DEVELOP_MODULE_OPEN_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsDevelopModuleOpen()); if (getUnlockTaskListCount() > 0) { hash = (37 * hash) + UNLOCK_TASK_LIST_FIELD_NUMBER; hash = (53 * hash) + getUnlockTaskListList().hashCode(); } hash = (37 * hash) + IS_CONTENT_CLOSED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsContentClosed()); if (getUnlockLevelListCount() > 0) { hash = (37 * hash) + UNLOCK_LEVEL_LIST_FIELD_NUMBER; hash = (53 * hash) + getUnlockLevelListList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo 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.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo 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.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo 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.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo 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.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo 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.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo 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; } /** *
     * Obf: OHBPKHDADMI
     * 
* * Protobuf type {@code BartenderActivityDetailInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:BartenderActivityDetailInfo) emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.internal_static_BartenderActivityDetailInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.internal_static_BartenderActivityDetailInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo.class, emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo.Builder.class); } // Construct using emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getUnlockTaskListFieldBuilder(); getUnlockLevelListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); eFCFFFOKIIO_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); oJDLKJNDJAH_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); isDevelopModuleOpen_ = false; if (unlockTaskListBuilder_ == null) { unlockTaskList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { unlockTaskListBuilder_.clear(); } isContentClosed_ = false; if (unlockLevelListBuilder_ == null) { unlockLevelList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); } else { unlockLevelListBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.internal_static_BartenderActivityDetailInfo_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo getDefaultInstanceForType() { return emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo build() { emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo buildPartial() { emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo result = new emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) != 0)) { eFCFFFOKIIO_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000001); } result.eFCFFFOKIIO_ = eFCFFFOKIIO_; if (((bitField0_ & 0x00000002) != 0)) { oJDLKJNDJAH_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000002); } result.oJDLKJNDJAH_ = oJDLKJNDJAH_; result.isDevelopModuleOpen_ = isDevelopModuleOpen_; if (unlockTaskListBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0)) { unlockTaskList_ = java.util.Collections.unmodifiableList(unlockTaskList_); bitField0_ = (bitField0_ & ~0x00000004); } result.unlockTaskList_ = unlockTaskList_; } else { result.unlockTaskList_ = unlockTaskListBuilder_.build(); } result.isContentClosed_ = isContentClosed_; if (unlockLevelListBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { unlockLevelList_ = java.util.Collections.unmodifiableList(unlockLevelList_); bitField0_ = (bitField0_ & ~0x00000008); } result.unlockLevelList_ = unlockLevelList_; } else { result.unlockLevelList_ = unlockLevelListBuilder_.build(); } 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.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo) { return mergeFrom((emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo other) { if (other == emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo.getDefaultInstance()) return this; if (!other.eFCFFFOKIIO_.isEmpty()) { if (eFCFFFOKIIO_.isEmpty()) { eFCFFFOKIIO_ = other.eFCFFFOKIIO_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureEFCFFFOKIIOIsMutable(); eFCFFFOKIIO_.addAll(other.eFCFFFOKIIO_); } onChanged(); } if (!other.oJDLKJNDJAH_.isEmpty()) { if (oJDLKJNDJAH_.isEmpty()) { oJDLKJNDJAH_ = other.oJDLKJNDJAH_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureOJDLKJNDJAHIsMutable(); oJDLKJNDJAH_.addAll(other.oJDLKJNDJAH_); } onChanged(); } if (other.getIsDevelopModuleOpen() != false) { setIsDevelopModuleOpen(other.getIsDevelopModuleOpen()); } if (unlockTaskListBuilder_ == null) { if (!other.unlockTaskList_.isEmpty()) { if (unlockTaskList_.isEmpty()) { unlockTaskList_ = other.unlockTaskList_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureUnlockTaskListIsMutable(); unlockTaskList_.addAll(other.unlockTaskList_); } onChanged(); } } else { if (!other.unlockTaskList_.isEmpty()) { if (unlockTaskListBuilder_.isEmpty()) { unlockTaskListBuilder_.dispose(); unlockTaskListBuilder_ = null; unlockTaskList_ = other.unlockTaskList_; bitField0_ = (bitField0_ & ~0x00000004); unlockTaskListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getUnlockTaskListFieldBuilder() : null; } else { unlockTaskListBuilder_.addAllMessages(other.unlockTaskList_); } } } if (other.getIsContentClosed() != false) { setIsContentClosed(other.getIsContentClosed()); } if (unlockLevelListBuilder_ == null) { if (!other.unlockLevelList_.isEmpty()) { if (unlockLevelList_.isEmpty()) { unlockLevelList_ = other.unlockLevelList_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureUnlockLevelListIsMutable(); unlockLevelList_.addAll(other.unlockLevelList_); } onChanged(); } } else { if (!other.unlockLevelList_.isEmpty()) { if (unlockLevelListBuilder_.isEmpty()) { unlockLevelListBuilder_.dispose(); unlockLevelListBuilder_ = null; unlockLevelList_ = other.unlockLevelList_; bitField0_ = (bitField0_ & ~0x00000008); unlockLevelListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getUnlockLevelListFieldBuilder() : null; } else { unlockLevelListBuilder_.addAllMessages(other.unlockLevelList_); } } } 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.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.Internal.IntList eFCFFFOKIIO_ = emptyIntList(); private void ensureEFCFFFOKIIOIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { eFCFFFOKIIO_ = mutableCopy(eFCFFFOKIIO_); bitField0_ |= 0x00000001; } } /** * repeated uint32 EFCFFFOKIIO = 15; * @return A list containing the eFCFFFOKIIO. */ public java.util.List getEFCFFFOKIIOList() { return ((bitField0_ & 0x00000001) != 0) ? java.util.Collections.unmodifiableList(eFCFFFOKIIO_) : eFCFFFOKIIO_; } /** * repeated uint32 EFCFFFOKIIO = 15; * @return The count of eFCFFFOKIIO. */ public int getEFCFFFOKIIOCount() { return eFCFFFOKIIO_.size(); } /** * repeated uint32 EFCFFFOKIIO = 15; * @param index The index of the element to return. * @return The eFCFFFOKIIO at the given index. */ public int getEFCFFFOKIIO(int index) { return eFCFFFOKIIO_.getInt(index); } /** * repeated uint32 EFCFFFOKIIO = 15; * @param index The index to set the value at. * @param value The eFCFFFOKIIO to set. * @return This builder for chaining. */ public Builder setEFCFFFOKIIO( int index, int value) { ensureEFCFFFOKIIOIsMutable(); eFCFFFOKIIO_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 EFCFFFOKIIO = 15; * @param value The eFCFFFOKIIO to add. * @return This builder for chaining. */ public Builder addEFCFFFOKIIO(int value) { ensureEFCFFFOKIIOIsMutable(); eFCFFFOKIIO_.addInt(value); onChanged(); return this; } /** * repeated uint32 EFCFFFOKIIO = 15; * @param values The eFCFFFOKIIO to add. * @return This builder for chaining. */ public Builder addAllEFCFFFOKIIO( java.lang.Iterable values) { ensureEFCFFFOKIIOIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, eFCFFFOKIIO_); onChanged(); return this; } /** * repeated uint32 EFCFFFOKIIO = 15; * @return This builder for chaining. */ public Builder clearEFCFFFOKIIO() { eFCFFFOKIIO_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } private com.google.protobuf.Internal.IntList oJDLKJNDJAH_ = emptyIntList(); private void ensureOJDLKJNDJAHIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { oJDLKJNDJAH_ = mutableCopy(oJDLKJNDJAH_); bitField0_ |= 0x00000002; } } /** * repeated uint32 OJDLKJNDJAH = 3; * @return A list containing the oJDLKJNDJAH. */ public java.util.List getOJDLKJNDJAHList() { return ((bitField0_ & 0x00000002) != 0) ? java.util.Collections.unmodifiableList(oJDLKJNDJAH_) : oJDLKJNDJAH_; } /** * repeated uint32 OJDLKJNDJAH = 3; * @return The count of oJDLKJNDJAH. */ public int getOJDLKJNDJAHCount() { return oJDLKJNDJAH_.size(); } /** * repeated uint32 OJDLKJNDJAH = 3; * @param index The index of the element to return. * @return The oJDLKJNDJAH at the given index. */ public int getOJDLKJNDJAH(int index) { return oJDLKJNDJAH_.getInt(index); } /** * repeated uint32 OJDLKJNDJAH = 3; * @param index The index to set the value at. * @param value The oJDLKJNDJAH to set. * @return This builder for chaining. */ public Builder setOJDLKJNDJAH( int index, int value) { ensureOJDLKJNDJAHIsMutable(); oJDLKJNDJAH_.setInt(index, value); onChanged(); return this; } /** * repeated uint32 OJDLKJNDJAH = 3; * @param value The oJDLKJNDJAH to add. * @return This builder for chaining. */ public Builder addOJDLKJNDJAH(int value) { ensureOJDLKJNDJAHIsMutable(); oJDLKJNDJAH_.addInt(value); onChanged(); return this; } /** * repeated uint32 OJDLKJNDJAH = 3; * @param values The oJDLKJNDJAH to add. * @return This builder for chaining. */ public Builder addAllOJDLKJNDJAH( java.lang.Iterable values) { ensureOJDLKJNDJAHIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, oJDLKJNDJAH_); onChanged(); return this; } /** * repeated uint32 OJDLKJNDJAH = 3; * @return This builder for chaining. */ public Builder clearOJDLKJNDJAH() { oJDLKJNDJAH_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } private boolean isDevelopModuleOpen_ ; /** * bool is_develop_module_open = 9; * @return The isDevelopModuleOpen. */ @java.lang.Override public boolean getIsDevelopModuleOpen() { return isDevelopModuleOpen_; } /** * bool is_develop_module_open = 9; * @param value The isDevelopModuleOpen to set. * @return This builder for chaining. */ public Builder setIsDevelopModuleOpen(boolean value) { isDevelopModuleOpen_ = value; onChanged(); return this; } /** * bool is_develop_module_open = 9; * @return This builder for chaining. */ public Builder clearIsDevelopModuleOpen() { isDevelopModuleOpen_ = false; onChanged(); return this; } private java.util.List unlockTaskList_ = java.util.Collections.emptyList(); private void ensureUnlockTaskListIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { unlockTaskList_ = new java.util.ArrayList(unlockTaskList_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.Builder, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfoOrBuilder> unlockTaskListBuilder_; /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public java.util.List getUnlockTaskListList() { if (unlockTaskListBuilder_ == null) { return java.util.Collections.unmodifiableList(unlockTaskList_); } else { return unlockTaskListBuilder_.getMessageList(); } } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public int getUnlockTaskListCount() { if (unlockTaskListBuilder_ == null) { return unlockTaskList_.size(); } else { return unlockTaskListBuilder_.getCount(); } } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo getUnlockTaskList(int index) { if (unlockTaskListBuilder_ == null) { return unlockTaskList_.get(index); } else { return unlockTaskListBuilder_.getMessage(index); } } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public Builder setUnlockTaskList( int index, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo value) { if (unlockTaskListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureUnlockTaskListIsMutable(); unlockTaskList_.set(index, value); onChanged(); } else { unlockTaskListBuilder_.setMessage(index, value); } return this; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public Builder setUnlockTaskList( int index, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.Builder builderForValue) { if (unlockTaskListBuilder_ == null) { ensureUnlockTaskListIsMutable(); unlockTaskList_.set(index, builderForValue.build()); onChanged(); } else { unlockTaskListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public Builder addUnlockTaskList(emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo value) { if (unlockTaskListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureUnlockTaskListIsMutable(); unlockTaskList_.add(value); onChanged(); } else { unlockTaskListBuilder_.addMessage(value); } return this; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public Builder addUnlockTaskList( int index, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo value) { if (unlockTaskListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureUnlockTaskListIsMutable(); unlockTaskList_.add(index, value); onChanged(); } else { unlockTaskListBuilder_.addMessage(index, value); } return this; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public Builder addUnlockTaskList( emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.Builder builderForValue) { if (unlockTaskListBuilder_ == null) { ensureUnlockTaskListIsMutable(); unlockTaskList_.add(builderForValue.build()); onChanged(); } else { unlockTaskListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public Builder addUnlockTaskList( int index, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.Builder builderForValue) { if (unlockTaskListBuilder_ == null) { ensureUnlockTaskListIsMutable(); unlockTaskList_.add(index, builderForValue.build()); onChanged(); } else { unlockTaskListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public Builder addAllUnlockTaskList( java.lang.Iterable values) { if (unlockTaskListBuilder_ == null) { ensureUnlockTaskListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, unlockTaskList_); onChanged(); } else { unlockTaskListBuilder_.addAllMessages(values); } return this; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public Builder clearUnlockTaskList() { if (unlockTaskListBuilder_ == null) { unlockTaskList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { unlockTaskListBuilder_.clear(); } return this; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public Builder removeUnlockTaskList(int index) { if (unlockTaskListBuilder_ == null) { ensureUnlockTaskListIsMutable(); unlockTaskList_.remove(index); onChanged(); } else { unlockTaskListBuilder_.remove(index); } return this; } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.Builder getUnlockTaskListBuilder( int index) { return getUnlockTaskListFieldBuilder().getBuilder(index); } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfoOrBuilder getUnlockTaskListOrBuilder( int index) { if (unlockTaskListBuilder_ == null) { return unlockTaskList_.get(index); } else { return unlockTaskListBuilder_.getMessageOrBuilder(index); } } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public java.util.List getUnlockTaskListOrBuilderList() { if (unlockTaskListBuilder_ != null) { return unlockTaskListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(unlockTaskList_); } } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.Builder addUnlockTaskListBuilder() { return getUnlockTaskListFieldBuilder().addBuilder( emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.getDefaultInstance()); } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.Builder addUnlockTaskListBuilder( int index) { return getUnlockTaskListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.getDefaultInstance()); } /** * repeated .BartenderTaskInfo unlock_task_list = 12; */ public java.util.List getUnlockTaskListBuilderList() { return getUnlockTaskListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.Builder, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfoOrBuilder> getUnlockTaskListFieldBuilder() { if (unlockTaskListBuilder_ == null) { unlockTaskListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfo.Builder, emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.BartenderTaskInfoOrBuilder>( unlockTaskList_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean()); unlockTaskList_ = null; } return unlockTaskListBuilder_; } private boolean isContentClosed_ ; /** * bool is_content_closed = 5; * @return The isContentClosed. */ @java.lang.Override public boolean getIsContentClosed() { return isContentClosed_; } /** * bool is_content_closed = 5; * @param value The isContentClosed to set. * @return This builder for chaining. */ public Builder setIsContentClosed(boolean value) { isContentClosed_ = value; onChanged(); return this; } /** * bool is_content_closed = 5; * @return This builder for chaining. */ public Builder clearIsContentClosed() { isContentClosed_ = false; onChanged(); return this; } private java.util.List unlockLevelList_ = java.util.Collections.emptyList(); private void ensureUnlockLevelListIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { unlockLevelList_ = new java.util.ArrayList(unlockLevelList_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.Builder, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfoOrBuilder> unlockLevelListBuilder_; /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public java.util.List getUnlockLevelListList() { if (unlockLevelListBuilder_ == null) { return java.util.Collections.unmodifiableList(unlockLevelList_); } else { return unlockLevelListBuilder_.getMessageList(); } } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public int getUnlockLevelListCount() { if (unlockLevelListBuilder_ == null) { return unlockLevelList_.size(); } else { return unlockLevelListBuilder_.getCount(); } } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo getUnlockLevelList(int index) { if (unlockLevelListBuilder_ == null) { return unlockLevelList_.get(index); } else { return unlockLevelListBuilder_.getMessage(index); } } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public Builder setUnlockLevelList( int index, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo value) { if (unlockLevelListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureUnlockLevelListIsMutable(); unlockLevelList_.set(index, value); onChanged(); } else { unlockLevelListBuilder_.setMessage(index, value); } return this; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public Builder setUnlockLevelList( int index, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.Builder builderForValue) { if (unlockLevelListBuilder_ == null) { ensureUnlockLevelListIsMutable(); unlockLevelList_.set(index, builderForValue.build()); onChanged(); } else { unlockLevelListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public Builder addUnlockLevelList(emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo value) { if (unlockLevelListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureUnlockLevelListIsMutable(); unlockLevelList_.add(value); onChanged(); } else { unlockLevelListBuilder_.addMessage(value); } return this; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public Builder addUnlockLevelList( int index, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo value) { if (unlockLevelListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureUnlockLevelListIsMutable(); unlockLevelList_.add(index, value); onChanged(); } else { unlockLevelListBuilder_.addMessage(index, value); } return this; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public Builder addUnlockLevelList( emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.Builder builderForValue) { if (unlockLevelListBuilder_ == null) { ensureUnlockLevelListIsMutable(); unlockLevelList_.add(builderForValue.build()); onChanged(); } else { unlockLevelListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public Builder addUnlockLevelList( int index, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.Builder builderForValue) { if (unlockLevelListBuilder_ == null) { ensureUnlockLevelListIsMutable(); unlockLevelList_.add(index, builderForValue.build()); onChanged(); } else { unlockLevelListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public Builder addAllUnlockLevelList( java.lang.Iterable values) { if (unlockLevelListBuilder_ == null) { ensureUnlockLevelListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, unlockLevelList_); onChanged(); } else { unlockLevelListBuilder_.addAllMessages(values); } return this; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public Builder clearUnlockLevelList() { if (unlockLevelListBuilder_ == null) { unlockLevelList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { unlockLevelListBuilder_.clear(); } return this; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public Builder removeUnlockLevelList(int index) { if (unlockLevelListBuilder_ == null) { ensureUnlockLevelListIsMutable(); unlockLevelList_.remove(index); onChanged(); } else { unlockLevelListBuilder_.remove(index); } return this; } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.Builder getUnlockLevelListBuilder( int index) { return getUnlockLevelListFieldBuilder().getBuilder(index); } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfoOrBuilder getUnlockLevelListOrBuilder( int index) { if (unlockLevelListBuilder_ == null) { return unlockLevelList_.get(index); } else { return unlockLevelListBuilder_.getMessageOrBuilder(index); } } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public java.util.List getUnlockLevelListOrBuilderList() { if (unlockLevelListBuilder_ != null) { return unlockLevelListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(unlockLevelList_); } } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.Builder addUnlockLevelListBuilder() { return getUnlockLevelListFieldBuilder().addBuilder( emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.getDefaultInstance()); } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.Builder addUnlockLevelListBuilder( int index) { return getUnlockLevelListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.getDefaultInstance()); } /** * repeated .BartenderLevelInfo unlock_level_list = 7; */ public java.util.List getUnlockLevelListBuilderList() { return getUnlockLevelListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.Builder, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfoOrBuilder> getUnlockLevelListFieldBuilder() { if (unlockLevelListBuilder_ == null) { unlockLevelListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfo.Builder, emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.BartenderLevelInfoOrBuilder>( unlockLevelList_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); unlockLevelList_ = null; } return unlockLevelListBuilder_; } @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:BartenderActivityDetailInfo) } // @@protoc_insertion_point(class_scope:BartenderActivityDetailInfo) private static final emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo(); } public static emu.grasscutter.net.proto.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public BartenderActivityDetailInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new BartenderActivityDetailInfo(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.BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_BartenderActivityDetailInfo_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_BartenderActivityDetailInfo_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!BartenderActivityDetailInfo.proto\032\027Bar" + "tenderTaskInfo.proto\032\030BartenderLevelInfo" + ".proto\"\340\001\n\033BartenderActivityDetailInfo\022\023" + "\n\013EFCFFFOKIIO\030\017 \003(\r\022\023\n\013OJDLKJNDJAH\030\003 \003(\r" + "\022\036\n\026is_develop_module_open\030\t \001(\010\022,\n\020unlo" + "ck_task_list\030\014 \003(\0132\022.BartenderTaskInfo\022\031" + "\n\021is_content_closed\030\005 \001(\010\022.\n\021unlock_leve" + "l_list\030\007 \003(\0132\023.BartenderLevelInfoB\033\n\031emu" + ".grasscutter.net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.getDescriptor(), emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.getDescriptor(), }); internal_static_BartenderActivityDetailInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_BartenderActivityDetailInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_BartenderActivityDetailInfo_descriptor, new java.lang.String[] { "EFCFFFOKIIO", "OJDLKJNDJAH", "IsDevelopModuleOpen", "UnlockTaskList", "IsContentClosed", "UnlockLevelList", }); emu.grasscutter.net.proto.BartenderTaskInfoOuterClass.getDescriptor(); emu.grasscutter.net.proto.BartenderLevelInfoOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }