// Generated by the protocol buffer compiler. DO NOT EDIT! // source: PersonalLineAllDataRsp.proto package emu.grasscutter.net.proto; public final class PersonalLineAllDataRspOuterClass { private PersonalLineAllDataRspOuterClass() {} 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 PersonalLineAllDataRspOrBuilder extends // @@protoc_insertion_point(interface_extends:PersonalLineAllDataRsp) com.google.protobuf.MessageOrBuilder { /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ java.util.List< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData> getLockedPersonalLineListList(); /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData getLockedPersonalLineList(int index); /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ int getLockedPersonalLineListCount(); /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ java.util.List< ? extends emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineDataOrBuilder> getLockedPersonalLineListOrBuilderList(); /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineDataOrBuilder getLockedPersonalLineListOrBuilder(int index); /** * uint32 cur_finished_daily_task_count = 2; * * @return The curFinishedDailyTaskCount. */ int getCurFinishedDailyTaskCount(); /** * uint32 legendary_key_count = 7; * * @return The legendaryKeyCount. */ int getLegendaryKeyCount(); /** * int32 retcode = 14; * * @return The retcode. */ int getRetcode(); /** * * *
         * LFBFDPFCOGN
         * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @return A list containing the canBeUnlockedPersonalLineList. */ java.util.List getCanBeUnlockedPersonalLineListList(); /** * * *
         * LFBFDPFCOGN
         * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @return The count of canBeUnlockedPersonalLineList. */ int getCanBeUnlockedPersonalLineListCount(); /** * * *
         * LFBFDPFCOGN
         * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @param index The index of the element to return. * @return The canBeUnlockedPersonalLineList at the given index. */ int getCanBeUnlockedPersonalLineList(int index); /** * * *
         * NEBDFELPDCO
         * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @return A list containing the ongoingPersonalLineList. */ java.util.List getOngoingPersonalLineListList(); /** * * *
         * NEBDFELPDCO
         * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @return The count of ongoingPersonalLineList. */ int getOngoingPersonalLineListCount(); /** * * *
         * NEBDFELPDCO
         * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @param index The index of the element to return. * @return The ongoingPersonalLineList at the given index. */ int getOngoingPersonalLineList(int index); } /** * * *
     * Name: KIBKHCOCAJO
     * CmdId: 425
     * 
* * Protobuf type {@code PersonalLineAllDataRsp} */ public static final class PersonalLineAllDataRsp extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:PersonalLineAllDataRsp) PersonalLineAllDataRspOrBuilder { private static final long serialVersionUID = 0L; // Use PersonalLineAllDataRsp.newBuilder() to construct. private PersonalLineAllDataRsp(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PersonalLineAllDataRsp() { lockedPersonalLineList_ = java.util.Collections.emptyList(); canBeUnlockedPersonalLineList_ = emptyIntList(); ongoingPersonalLineList_ = emptyIntList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new PersonalLineAllDataRsp(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PersonalLineAllDataRsp( 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 16: { curFinishedDailyTaskCount_ = input.readUInt32(); break; } case 48: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { ongoingPersonalLineList_ = newIntList(); mutable_bitField0_ |= 0x00000004; } ongoingPersonalLineList_.addInt(input.readUInt32()); break; } case 50: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000004) != 0) && input.getBytesUntilLimit() > 0) { ongoingPersonalLineList_ = newIntList(); mutable_bitField0_ |= 0x00000004; } while (input.getBytesUntilLimit() > 0) { ongoingPersonalLineList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 56: { legendaryKeyCount_ = input.readUInt32(); break; } case 82: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { lockedPersonalLineList_ = new java.util.ArrayList< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineData>(); mutable_bitField0_ |= 0x00000001; } lockedPersonalLineList_.add( input.readMessage( emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineData.parser(), extensionRegistry)); break; } case 96: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { canBeUnlockedPersonalLineList_ = newIntList(); mutable_bitField0_ |= 0x00000002; } canBeUnlockedPersonalLineList_.addInt(input.readUInt32()); break; } case 98: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); if (!((mutable_bitField0_ & 0x00000002) != 0) && input.getBytesUntilLimit() > 0) { canBeUnlockedPersonalLineList_ = newIntList(); mutable_bitField0_ |= 0x00000002; } while (input.getBytesUntilLimit() > 0) { canBeUnlockedPersonalLineList_.addInt(input.readUInt32()); } input.popLimit(limit); break; } case 112: { retcode_ = input.readInt32(); 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_ & 0x00000004) != 0)) { ongoingPersonalLineList_.makeImmutable(); // C } if (((mutable_bitField0_ & 0x00000001) != 0)) { lockedPersonalLineList_ = java.util.Collections.unmodifiableList(lockedPersonalLineList_); } if (((mutable_bitField0_ & 0x00000002) != 0)) { canBeUnlockedPersonalLineList_.makeImmutable(); // C } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass .internal_static_PersonalLineAllDataRsp_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass .internal_static_PersonalLineAllDataRsp_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp .class, emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp .Builder.class); } public static final int LOCKED_PERSONAL_LINE_LIST_FIELD_NUMBER = 10; private java.util.List< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData> lockedPersonalLineList_; /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ @java.lang.Override public java.util.List< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData> getLockedPersonalLineListList() { return lockedPersonalLineList_; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ @java.lang.Override public java.util.List< ? extends emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineDataOrBuilder> getLockedPersonalLineListOrBuilderList() { return lockedPersonalLineList_; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ @java.lang.Override public int getLockedPersonalLineListCount() { return lockedPersonalLineList_.size(); } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ @java.lang.Override public emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData getLockedPersonalLineList(int index) { return lockedPersonalLineList_.get(index); } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ @java.lang.Override public emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineDataOrBuilder getLockedPersonalLineListOrBuilder(int index) { return lockedPersonalLineList_.get(index); } public static final int CUR_FINISHED_DAILY_TASK_COUNT_FIELD_NUMBER = 2; private int curFinishedDailyTaskCount_; /** * uint32 cur_finished_daily_task_count = 2; * * @return The curFinishedDailyTaskCount. */ @java.lang.Override public int getCurFinishedDailyTaskCount() { return curFinishedDailyTaskCount_; } public static final int LEGENDARY_KEY_COUNT_FIELD_NUMBER = 7; private int legendaryKeyCount_; /** * uint32 legendary_key_count = 7; * * @return The legendaryKeyCount. */ @java.lang.Override public int getLegendaryKeyCount() { return legendaryKeyCount_; } public static final int RETCODE_FIELD_NUMBER = 14; private int retcode_; /** * int32 retcode = 14; * * @return The retcode. */ @java.lang.Override public int getRetcode() { return retcode_; } public static final int CAN_BE_UNLOCKED_PERSONAL_LINE_LIST_FIELD_NUMBER = 12; private com.google.protobuf.Internal.IntList canBeUnlockedPersonalLineList_; /** * * *
         * LFBFDPFCOGN
         * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @return A list containing the canBeUnlockedPersonalLineList. */ @java.lang.Override public java.util.List getCanBeUnlockedPersonalLineListList() { return canBeUnlockedPersonalLineList_; } /** * * *
         * LFBFDPFCOGN
         * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @return The count of canBeUnlockedPersonalLineList. */ public int getCanBeUnlockedPersonalLineListCount() { return canBeUnlockedPersonalLineList_.size(); } /** * * *
         * LFBFDPFCOGN
         * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @param index The index of the element to return. * @return The canBeUnlockedPersonalLineList at the given index. */ public int getCanBeUnlockedPersonalLineList(int index) { return canBeUnlockedPersonalLineList_.getInt(index); } private int canBeUnlockedPersonalLineListMemoizedSerializedSize = -1; public static final int ONGOING_PERSONAL_LINE_LIST_FIELD_NUMBER = 6; private com.google.protobuf.Internal.IntList ongoingPersonalLineList_; /** * * *
         * NEBDFELPDCO
         * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @return A list containing the ongoingPersonalLineList. */ @java.lang.Override public java.util.List getOngoingPersonalLineListList() { return ongoingPersonalLineList_; } /** * * *
         * NEBDFELPDCO
         * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @return The count of ongoingPersonalLineList. */ public int getOngoingPersonalLineListCount() { return ongoingPersonalLineList_.size(); } /** * * *
         * NEBDFELPDCO
         * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @param index The index of the element to return. * @return The ongoingPersonalLineList at the given index. */ public int getOngoingPersonalLineList(int index) { return ongoingPersonalLineList_.getInt(index); } private int ongoingPersonalLineListMemoizedSerializedSize = -1; 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 (curFinishedDailyTaskCount_ != 0) { output.writeUInt32(2, curFinishedDailyTaskCount_); } if (getOngoingPersonalLineListList().size() > 0) { output.writeUInt32NoTag(50); output.writeUInt32NoTag(ongoingPersonalLineListMemoizedSerializedSize); } for (int i = 0; i < ongoingPersonalLineList_.size(); i++) { output.writeUInt32NoTag(ongoingPersonalLineList_.getInt(i)); } if (legendaryKeyCount_ != 0) { output.writeUInt32(7, legendaryKeyCount_); } for (int i = 0; i < lockedPersonalLineList_.size(); i++) { output.writeMessage(10, lockedPersonalLineList_.get(i)); } if (getCanBeUnlockedPersonalLineListList().size() > 0) { output.writeUInt32NoTag(98); output.writeUInt32NoTag(canBeUnlockedPersonalLineListMemoizedSerializedSize); } for (int i = 0; i < canBeUnlockedPersonalLineList_.size(); i++) { output.writeUInt32NoTag(canBeUnlockedPersonalLineList_.getInt(i)); } if (retcode_ != 0) { output.writeInt32(14, retcode_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (curFinishedDailyTaskCount_ != 0) { size += com.google.protobuf.CodedOutputStream.computeUInt32Size(2, curFinishedDailyTaskCount_); } { int dataSize = 0; for (int i = 0; i < ongoingPersonalLineList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag( ongoingPersonalLineList_.getInt(i)); } size += dataSize; if (!getOngoingPersonalLineListList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); } ongoingPersonalLineListMemoizedSerializedSize = dataSize; } if (legendaryKeyCount_ != 0) { size += com.google.protobuf.CodedOutputStream.computeUInt32Size(7, legendaryKeyCount_); } for (int i = 0; i < lockedPersonalLineList_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 10, lockedPersonalLineList_.get(i)); } { int dataSize = 0; for (int i = 0; i < canBeUnlockedPersonalLineList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag( canBeUnlockedPersonalLineList_.getInt(i)); } size += dataSize; if (!getCanBeUnlockedPersonalLineListList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); } canBeUnlockedPersonalLineListMemoizedSerializedSize = dataSize; } if (retcode_ != 0) { size += com.google.protobuf.CodedOutputStream.computeInt32Size(14, retcode_); } 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.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp)) { return super.equals(obj); } emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp other = (emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp) obj; if (!getLockedPersonalLineListList().equals(other.getLockedPersonalLineListList())) return false; if (getCurFinishedDailyTaskCount() != other.getCurFinishedDailyTaskCount()) return false; if (getLegendaryKeyCount() != other.getLegendaryKeyCount()) return false; if (getRetcode() != other.getRetcode()) return false; if (!getCanBeUnlockedPersonalLineListList() .equals(other.getCanBeUnlockedPersonalLineListList())) return false; if (!getOngoingPersonalLineListList().equals(other.getOngoingPersonalLineListList())) 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 (getLockedPersonalLineListCount() > 0) { hash = (37 * hash) + LOCKED_PERSONAL_LINE_LIST_FIELD_NUMBER; hash = (53 * hash) + getLockedPersonalLineListList().hashCode(); } hash = (37 * hash) + CUR_FINISHED_DAILY_TASK_COUNT_FIELD_NUMBER; hash = (53 * hash) + getCurFinishedDailyTaskCount(); hash = (37 * hash) + LEGENDARY_KEY_COUNT_FIELD_NUMBER; hash = (53 * hash) + getLegendaryKeyCount(); hash = (37 * hash) + RETCODE_FIELD_NUMBER; hash = (53 * hash) + getRetcode(); if (getCanBeUnlockedPersonalLineListCount() > 0) { hash = (37 * hash) + CAN_BE_UNLOCKED_PERSONAL_LINE_LIST_FIELD_NUMBER; hash = (53 * hash) + getCanBeUnlockedPersonalLineListList().hashCode(); } if (getOngoingPersonalLineListCount() > 0) { hash = (37 * hash) + ONGOING_PERSONAL_LINE_LIST_FIELD_NUMBER; hash = (53 * hash) + getOngoingPersonalLineListList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp 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.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp 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.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp 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.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp 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.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp 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.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp 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; } /** * * *
         * Name: KIBKHCOCAJO
         * CmdId: 425
         * 
* * Protobuf type {@code PersonalLineAllDataRsp} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:PersonalLineAllDataRsp) emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRspOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass .internal_static_PersonalLineAllDataRsp_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass .internal_static_PersonalLineAllDataRsp_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp .class, emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp .Builder.class); } // Construct using // emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getLockedPersonalLineListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (lockedPersonalLineListBuilder_ == null) { lockedPersonalLineList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { lockedPersonalLineListBuilder_.clear(); } curFinishedDailyTaskCount_ = 0; legendaryKeyCount_ = 0; retcode_ = 0; canBeUnlockedPersonalLineList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); ongoingPersonalLineList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass .internal_static_PersonalLineAllDataRsp_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp getDefaultInstanceForType() { return emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp .getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp build() { emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp buildPartial() { emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp result = new emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp( this); int from_bitField0_ = bitField0_; if (lockedPersonalLineListBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { lockedPersonalLineList_ = java.util.Collections.unmodifiableList(lockedPersonalLineList_); bitField0_ = (bitField0_ & ~0x00000001); } result.lockedPersonalLineList_ = lockedPersonalLineList_; } else { result.lockedPersonalLineList_ = lockedPersonalLineListBuilder_.build(); } result.curFinishedDailyTaskCount_ = curFinishedDailyTaskCount_; result.legendaryKeyCount_ = legendaryKeyCount_; result.retcode_ = retcode_; if (((bitField0_ & 0x00000002) != 0)) { canBeUnlockedPersonalLineList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000002); } result.canBeUnlockedPersonalLineList_ = canBeUnlockedPersonalLineList_; if (((bitField0_ & 0x00000004) != 0)) { ongoingPersonalLineList_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000004); } result.ongoingPersonalLineList_ = ongoingPersonalLineList_; 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.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp) { return mergeFrom( (emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom( emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp other) { if (other == emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp .getDefaultInstance()) return this; if (lockedPersonalLineListBuilder_ == null) { if (!other.lockedPersonalLineList_.isEmpty()) { if (lockedPersonalLineList_.isEmpty()) { lockedPersonalLineList_ = other.lockedPersonalLineList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureLockedPersonalLineListIsMutable(); lockedPersonalLineList_.addAll(other.lockedPersonalLineList_); } onChanged(); } } else { if (!other.lockedPersonalLineList_.isEmpty()) { if (lockedPersonalLineListBuilder_.isEmpty()) { lockedPersonalLineListBuilder_.dispose(); lockedPersonalLineListBuilder_ = null; lockedPersonalLineList_ = other.lockedPersonalLineList_; bitField0_ = (bitField0_ & ~0x00000001); lockedPersonalLineListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getLockedPersonalLineListFieldBuilder() : null; } else { lockedPersonalLineListBuilder_.addAllMessages(other.lockedPersonalLineList_); } } } if (other.getCurFinishedDailyTaskCount() != 0) { setCurFinishedDailyTaskCount(other.getCurFinishedDailyTaskCount()); } if (other.getLegendaryKeyCount() != 0) { setLegendaryKeyCount(other.getLegendaryKeyCount()); } if (other.getRetcode() != 0) { setRetcode(other.getRetcode()); } if (!other.canBeUnlockedPersonalLineList_.isEmpty()) { if (canBeUnlockedPersonalLineList_.isEmpty()) { canBeUnlockedPersonalLineList_ = other.canBeUnlockedPersonalLineList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureCanBeUnlockedPersonalLineListIsMutable(); canBeUnlockedPersonalLineList_.addAll(other.canBeUnlockedPersonalLineList_); } onChanged(); } if (!other.ongoingPersonalLineList_.isEmpty()) { if (ongoingPersonalLineList_.isEmpty()) { ongoingPersonalLineList_ = other.ongoingPersonalLineList_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureOngoingPersonalLineListIsMutable(); ongoingPersonalLineList_.addAll(other.ongoingPersonalLineList_); } onChanged(); } 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.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData> lockedPersonalLineList_ = java.util.Collections.emptyList(); private void ensureLockedPersonalLineListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { lockedPersonalLineList_ = new java.util.ArrayList< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineData>(lockedPersonalLineList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData .Builder, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineDataOrBuilder> lockedPersonalLineListBuilder_; /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public java.util.List< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData> getLockedPersonalLineListList() { if (lockedPersonalLineListBuilder_ == null) { return java.util.Collections.unmodifiableList(lockedPersonalLineList_); } else { return lockedPersonalLineListBuilder_.getMessageList(); } } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public int getLockedPersonalLineListCount() { if (lockedPersonalLineListBuilder_ == null) { return lockedPersonalLineList_.size(); } else { return lockedPersonalLineListBuilder_.getCount(); } } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData getLockedPersonalLineList(int index) { if (lockedPersonalLineListBuilder_ == null) { return lockedPersonalLineList_.get(index); } else { return lockedPersonalLineListBuilder_.getMessage(index); } } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public Builder setLockedPersonalLineList( int index, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData value) { if (lockedPersonalLineListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureLockedPersonalLineListIsMutable(); lockedPersonalLineList_.set(index, value); onChanged(); } else { lockedPersonalLineListBuilder_.setMessage(index, value); } return this; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public Builder setLockedPersonalLineList( int index, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData.Builder builderForValue) { if (lockedPersonalLineListBuilder_ == null) { ensureLockedPersonalLineListIsMutable(); lockedPersonalLineList_.set(index, builderForValue.build()); onChanged(); } else { lockedPersonalLineListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public Builder addLockedPersonalLineList( emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData value) { if (lockedPersonalLineListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureLockedPersonalLineListIsMutable(); lockedPersonalLineList_.add(value); onChanged(); } else { lockedPersonalLineListBuilder_.addMessage(value); } return this; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public Builder addLockedPersonalLineList( int index, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData value) { if (lockedPersonalLineListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureLockedPersonalLineListIsMutable(); lockedPersonalLineList_.add(index, value); onChanged(); } else { lockedPersonalLineListBuilder_.addMessage(index, value); } return this; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public Builder addLockedPersonalLineList( emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData.Builder builderForValue) { if (lockedPersonalLineListBuilder_ == null) { ensureLockedPersonalLineListIsMutable(); lockedPersonalLineList_.add(builderForValue.build()); onChanged(); } else { lockedPersonalLineListBuilder_.addMessage(builderForValue.build()); } return this; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public Builder addLockedPersonalLineList( int index, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData.Builder builderForValue) { if (lockedPersonalLineListBuilder_ == null) { ensureLockedPersonalLineListIsMutable(); lockedPersonalLineList_.add(index, builderForValue.build()); onChanged(); } else { lockedPersonalLineListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public Builder addAllLockedPersonalLineList( java.lang.Iterable< ? extends emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineData> values) { if (lockedPersonalLineListBuilder_ == null) { ensureLockedPersonalLineListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, lockedPersonalLineList_); onChanged(); } else { lockedPersonalLineListBuilder_.addAllMessages(values); } return this; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public Builder clearLockedPersonalLineList() { if (lockedPersonalLineListBuilder_ == null) { lockedPersonalLineList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { lockedPersonalLineListBuilder_.clear(); } return this; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public Builder removeLockedPersonalLineList(int index) { if (lockedPersonalLineListBuilder_ == null) { ensureLockedPersonalLineListIsMutable(); lockedPersonalLineList_.remove(index); onChanged(); } else { lockedPersonalLineListBuilder_.remove(index); } return this; } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData .Builder getLockedPersonalLineListBuilder(int index) { return getLockedPersonalLineListFieldBuilder().getBuilder(index); } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineDataOrBuilder getLockedPersonalLineListOrBuilder(int index) { if (lockedPersonalLineListBuilder_ == null) { return lockedPersonalLineList_.get(index); } else { return lockedPersonalLineListBuilder_.getMessageOrBuilder(index); } } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public java.util.List< ? extends emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineDataOrBuilder> getLockedPersonalLineListOrBuilderList() { if (lockedPersonalLineListBuilder_ != null) { return lockedPersonalLineListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(lockedPersonalLineList_); } } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData .Builder addLockedPersonalLineListBuilder() { return getLockedPersonalLineListFieldBuilder() .addBuilder( emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData .getDefaultInstance()); } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData .Builder addLockedPersonalLineListBuilder(int index) { return getLockedPersonalLineListFieldBuilder() .addBuilder( index, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData .getDefaultInstance()); } /** repeated .LockedPersonallineData locked_personal_line_list = 10; */ public java.util.List< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData .Builder> getLockedPersonalLineListBuilderList() { return getLockedPersonalLineListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData .Builder, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineDataOrBuilder> getLockedPersonalLineListFieldBuilder() { if (lockedPersonalLineListBuilder_ == null) { lockedPersonalLineListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.LockedPersonallineData .Builder, emu.grasscutter.net.proto.LockedPersonallineDataOuterClass .LockedPersonallineDataOrBuilder>( lockedPersonalLineList_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); lockedPersonalLineList_ = null; } return lockedPersonalLineListBuilder_; } private int curFinishedDailyTaskCount_; /** * uint32 cur_finished_daily_task_count = 2; * * @return The curFinishedDailyTaskCount. */ @java.lang.Override public int getCurFinishedDailyTaskCount() { return curFinishedDailyTaskCount_; } /** * uint32 cur_finished_daily_task_count = 2; * * @param value The curFinishedDailyTaskCount to set. * @return This builder for chaining. */ public Builder setCurFinishedDailyTaskCount(int value) { curFinishedDailyTaskCount_ = value; onChanged(); return this; } /** * uint32 cur_finished_daily_task_count = 2; * * @return This builder for chaining. */ public Builder clearCurFinishedDailyTaskCount() { curFinishedDailyTaskCount_ = 0; onChanged(); return this; } private int legendaryKeyCount_; /** * uint32 legendary_key_count = 7; * * @return The legendaryKeyCount. */ @java.lang.Override public int getLegendaryKeyCount() { return legendaryKeyCount_; } /** * uint32 legendary_key_count = 7; * * @param value The legendaryKeyCount to set. * @return This builder for chaining. */ public Builder setLegendaryKeyCount(int value) { legendaryKeyCount_ = value; onChanged(); return this; } /** * uint32 legendary_key_count = 7; * * @return This builder for chaining. */ public Builder clearLegendaryKeyCount() { legendaryKeyCount_ = 0; onChanged(); return this; } private int retcode_; /** * int32 retcode = 14; * * @return The retcode. */ @java.lang.Override public int getRetcode() { return retcode_; } /** * int32 retcode = 14; * * @param value The retcode to set. * @return This builder for chaining. */ public Builder setRetcode(int value) { retcode_ = value; onChanged(); return this; } /** * int32 retcode = 14; * * @return This builder for chaining. */ public Builder clearRetcode() { retcode_ = 0; onChanged(); return this; } private com.google.protobuf.Internal.IntList canBeUnlockedPersonalLineList_ = emptyIntList(); private void ensureCanBeUnlockedPersonalLineListIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { canBeUnlockedPersonalLineList_ = mutableCopy(canBeUnlockedPersonalLineList_); bitField0_ |= 0x00000002; } } /** * * *
             * LFBFDPFCOGN
             * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @return A list containing the canBeUnlockedPersonalLineList. */ public java.util.List getCanBeUnlockedPersonalLineListList() { return ((bitField0_ & 0x00000002) != 0) ? java.util.Collections.unmodifiableList(canBeUnlockedPersonalLineList_) : canBeUnlockedPersonalLineList_; } /** * * *
             * LFBFDPFCOGN
             * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @return The count of canBeUnlockedPersonalLineList. */ public int getCanBeUnlockedPersonalLineListCount() { return canBeUnlockedPersonalLineList_.size(); } /** * * *
             * LFBFDPFCOGN
             * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @param index The index of the element to return. * @return The canBeUnlockedPersonalLineList at the given index. */ public int getCanBeUnlockedPersonalLineList(int index) { return canBeUnlockedPersonalLineList_.getInt(index); } /** * * *
             * LFBFDPFCOGN
             * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @param index The index to set the value at. * @param value The canBeUnlockedPersonalLineList to set. * @return This builder for chaining. */ public Builder setCanBeUnlockedPersonalLineList(int index, int value) { ensureCanBeUnlockedPersonalLineListIsMutable(); canBeUnlockedPersonalLineList_.setInt(index, value); onChanged(); return this; } /** * * *
             * LFBFDPFCOGN
             * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @param value The canBeUnlockedPersonalLineList to add. * @return This builder for chaining. */ public Builder addCanBeUnlockedPersonalLineList(int value) { ensureCanBeUnlockedPersonalLineListIsMutable(); canBeUnlockedPersonalLineList_.addInt(value); onChanged(); return this; } /** * * *
             * LFBFDPFCOGN
             * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @param values The canBeUnlockedPersonalLineList to add. * @return This builder for chaining. */ public Builder addAllCanBeUnlockedPersonalLineList( java.lang.Iterable values) { ensureCanBeUnlockedPersonalLineListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, canBeUnlockedPersonalLineList_); onChanged(); return this; } /** * * *
             * LFBFDPFCOGN
             * 
* * repeated uint32 can_be_unlocked_personal_line_list = 12; * * @return This builder for chaining. */ public Builder clearCanBeUnlockedPersonalLineList() { canBeUnlockedPersonalLineList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } private com.google.protobuf.Internal.IntList ongoingPersonalLineList_ = emptyIntList(); private void ensureOngoingPersonalLineListIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { ongoingPersonalLineList_ = mutableCopy(ongoingPersonalLineList_); bitField0_ |= 0x00000004; } } /** * * *
             * NEBDFELPDCO
             * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @return A list containing the ongoingPersonalLineList. */ public java.util.List getOngoingPersonalLineListList() { return ((bitField0_ & 0x00000004) != 0) ? java.util.Collections.unmodifiableList(ongoingPersonalLineList_) : ongoingPersonalLineList_; } /** * * *
             * NEBDFELPDCO
             * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @return The count of ongoingPersonalLineList. */ public int getOngoingPersonalLineListCount() { return ongoingPersonalLineList_.size(); } /** * * *
             * NEBDFELPDCO
             * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @param index The index of the element to return. * @return The ongoingPersonalLineList at the given index. */ public int getOngoingPersonalLineList(int index) { return ongoingPersonalLineList_.getInt(index); } /** * * *
             * NEBDFELPDCO
             * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @param index The index to set the value at. * @param value The ongoingPersonalLineList to set. * @return This builder for chaining. */ public Builder setOngoingPersonalLineList(int index, int value) { ensureOngoingPersonalLineListIsMutable(); ongoingPersonalLineList_.setInt(index, value); onChanged(); return this; } /** * * *
             * NEBDFELPDCO
             * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @param value The ongoingPersonalLineList to add. * @return This builder for chaining. */ public Builder addOngoingPersonalLineList(int value) { ensureOngoingPersonalLineListIsMutable(); ongoingPersonalLineList_.addInt(value); onChanged(); return this; } /** * * *
             * NEBDFELPDCO
             * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @param values The ongoingPersonalLineList to add. * @return This builder for chaining. */ public Builder addAllOngoingPersonalLineList( java.lang.Iterable values) { ensureOngoingPersonalLineListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, ongoingPersonalLineList_); onChanged(); return this; } /** * * *
             * NEBDFELPDCO
             * 
* * repeated uint32 ongoing_personal_line_list = 6; * * @return This builder for chaining. */ public Builder clearOngoingPersonalLineList() { ongoingPersonalLineList_ = emptyIntList(); bitField0_ = (bitField0_ & ~0x00000004); 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:PersonalLineAllDataRsp) } // @@protoc_insertion_point(class_scope:PersonalLineAllDataRsp) private static final emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass .PersonalLineAllDataRsp DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp(); } public static emu.grasscutter.net.proto.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PersonalLineAllDataRsp parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new PersonalLineAllDataRsp(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.PersonalLineAllDataRspOuterClass.PersonalLineAllDataRsp getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_PersonalLineAllDataRsp_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_PersonalLineAllDataRsp_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\034PersonalLineAllDataRsp.proto\032\034LockedPe" + "rsonallineData.proto\"\371\001\n\026PersonalLineAll" + "DataRsp\022:\n\031locked_personal_line_list\030\n \003" + "(\0132\027.LockedPersonallineData\022%\n\035cur_finis" + "hed_daily_task_count\030\002 \001(\r\022\033\n\023legendary_" + "key_count\030\007 \001(\r\022\017\n\007retcode\030\016 \001(\005\022*\n\"can_" + "be_unlocked_personal_line_list\030\014 \003(\r\022\"\n\032" + "ongoing_personal_line_list\030\006 \003(\rB\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.LockedPersonallineDataOuterClass.getDescriptor(), }); internal_static_PersonalLineAllDataRsp_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PersonalLineAllDataRsp_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_PersonalLineAllDataRsp_descriptor, new java.lang.String[] { "LockedPersonalLineList", "CurFinishedDailyTaskCount", "LegendaryKeyCount", "Retcode", "CanBeUnlockedPersonalLineList", "OngoingPersonalLineList", }); emu.grasscutter.net.proto.LockedPersonallineDataOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }