mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 01:43:47 +08:00
1232 lines
53 KiB
Java
1232 lines
53 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PlayerInvestigationAllInfoNotify.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class PlayerInvestigationAllInfoNotifyOuterClass {
|
|
private PlayerInvestigationAllInfoNotifyOuterClass() {}
|
|
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 PlayerInvestigationAllInfoNotifyOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:PlayerInvestigationAllInfoNotify)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation>
|
|
getInvestigationListList();
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.InvestigationOuterClass.Investigation getInvestigationList(int index);
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
int getInvestigationListCount();
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder>
|
|
getInvestigationListOrBuilderList();
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder getInvestigationListOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget>
|
|
getInvestigationTargetListList();
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget getInvestigationTargetList(int index);
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
int getInvestigationTargetListCount();
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder>
|
|
getInvestigationTargetListOrBuilderList();
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder getInvestigationTargetListOrBuilder(
|
|
int index);
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 23777
|
|
* Obf: AOFKNKKENHJ
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code PlayerInvestigationAllInfoNotify}
|
|
*/
|
|
public static final class PlayerInvestigationAllInfoNotify extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:PlayerInvestigationAllInfoNotify)
|
|
PlayerInvestigationAllInfoNotifyOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use PlayerInvestigationAllInfoNotify.newBuilder() to construct.
|
|
private PlayerInvestigationAllInfoNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private PlayerInvestigationAllInfoNotify() {
|
|
investigationList_ = java.util.Collections.emptyList();
|
|
investigationTargetList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new PlayerInvestigationAllInfoNotify();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private PlayerInvestigationAllInfoNotify(
|
|
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 42: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
investigationList_ = new java.util.ArrayList<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation>();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
investigationList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 114: {
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
investigationTargetList_ = new java.util.ArrayList<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget>();
|
|
mutable_bitField0_ |= 0x00000002;
|
|
}
|
|
investigationTargetList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.parser(), extensionRegistry));
|
|
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_ & 0x00000001) != 0)) {
|
|
investigationList_ = java.util.Collections.unmodifiableList(investigationList_);
|
|
}
|
|
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
investigationTargetList_ = java.util.Collections.unmodifiableList(investigationTargetList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.internal_static_PlayerInvestigationAllInfoNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.internal_static_PlayerInvestigationAllInfoNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify.class, emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify.Builder.class);
|
|
}
|
|
|
|
public static final int INVESTIGATION_LIST_FIELD_NUMBER = 5;
|
|
private java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation> investigationList_;
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation> getInvestigationListList() {
|
|
return investigationList_;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder>
|
|
getInvestigationListOrBuilderList() {
|
|
return investigationList_;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getInvestigationListCount() {
|
|
return investigationList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.InvestigationOuterClass.Investigation getInvestigationList(int index) {
|
|
return investigationList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder getInvestigationListOrBuilder(
|
|
int index) {
|
|
return investigationList_.get(index);
|
|
}
|
|
|
|
public static final int INVESTIGATION_TARGET_LIST_FIELD_NUMBER = 14;
|
|
private java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget> investigationTargetList_;
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget> getInvestigationTargetListList() {
|
|
return investigationTargetList_;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder>
|
|
getInvestigationTargetListOrBuilderList() {
|
|
return investigationTargetList_;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getInvestigationTargetListCount() {
|
|
return investigationTargetList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget getInvestigationTargetList(int index) {
|
|
return investigationTargetList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder getInvestigationTargetListOrBuilder(
|
|
int index) {
|
|
return investigationTargetList_.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 {
|
|
for (int i = 0; i < investigationList_.size(); i++) {
|
|
output.writeMessage(5, investigationList_.get(i));
|
|
}
|
|
for (int i = 0; i < investigationTargetList_.size(); i++) {
|
|
output.writeMessage(14, investigationTargetList_.get(i));
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
for (int i = 0; i < investigationList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(5, investigationList_.get(i));
|
|
}
|
|
for (int i = 0; i < investigationTargetList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(14, investigationTargetList_.get(i));
|
|
}
|
|
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.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify other = (emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify) obj;
|
|
|
|
if (!getInvestigationListList()
|
|
.equals(other.getInvestigationListList())) return false;
|
|
if (!getInvestigationTargetListList()
|
|
.equals(other.getInvestigationTargetListList())) 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 (getInvestigationListCount() > 0) {
|
|
hash = (37 * hash) + INVESTIGATION_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getInvestigationListList().hashCode();
|
|
}
|
|
if (getInvestigationTargetListCount() > 0) {
|
|
hash = (37 * hash) + INVESTIGATION_TARGET_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getInvestigationTargetListList().hashCode();
|
|
}
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify 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.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify 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.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify 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.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify 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.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify 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.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify 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;
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 23777
|
|
* Obf: AOFKNKKENHJ
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code PlayerInvestigationAllInfoNotify}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:PlayerInvestigationAllInfoNotify)
|
|
emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotifyOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.internal_static_PlayerInvestigationAllInfoNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.internal_static_PlayerInvestigationAllInfoNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify.class, emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getInvestigationListFieldBuilder();
|
|
getInvestigationTargetListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
if (investigationListBuilder_ == null) {
|
|
investigationList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
investigationListBuilder_.clear();
|
|
}
|
|
if (investigationTargetListBuilder_ == null) {
|
|
investigationTargetList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
investigationTargetListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.internal_static_PlayerInvestigationAllInfoNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify build() {
|
|
emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify buildPartial() {
|
|
emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify result = new emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify(this);
|
|
int from_bitField0_ = bitField0_;
|
|
if (investigationListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
investigationList_ = java.util.Collections.unmodifiableList(investigationList_);
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.investigationList_ = investigationList_;
|
|
} else {
|
|
result.investigationList_ = investigationListBuilder_.build();
|
|
}
|
|
if (investigationTargetListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
investigationTargetList_ = java.util.Collections.unmodifiableList(investigationTargetList_);
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
}
|
|
result.investigationTargetList_ = investigationTargetList_;
|
|
} else {
|
|
result.investigationTargetList_ = investigationTargetListBuilder_.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.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify) {
|
|
return mergeFrom((emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify other) {
|
|
if (other == emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify.getDefaultInstance()) return this;
|
|
if (investigationListBuilder_ == null) {
|
|
if (!other.investigationList_.isEmpty()) {
|
|
if (investigationList_.isEmpty()) {
|
|
investigationList_ = other.investigationList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureInvestigationListIsMutable();
|
|
investigationList_.addAll(other.investigationList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.investigationList_.isEmpty()) {
|
|
if (investigationListBuilder_.isEmpty()) {
|
|
investigationListBuilder_.dispose();
|
|
investigationListBuilder_ = null;
|
|
investigationList_ = other.investigationList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
investigationListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getInvestigationListFieldBuilder() : null;
|
|
} else {
|
|
investigationListBuilder_.addAllMessages(other.investigationList_);
|
|
}
|
|
}
|
|
}
|
|
if (investigationTargetListBuilder_ == null) {
|
|
if (!other.investigationTargetList_.isEmpty()) {
|
|
if (investigationTargetList_.isEmpty()) {
|
|
investigationTargetList_ = other.investigationTargetList_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
} else {
|
|
ensureInvestigationTargetListIsMutable();
|
|
investigationTargetList_.addAll(other.investigationTargetList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.investigationTargetList_.isEmpty()) {
|
|
if (investigationTargetListBuilder_.isEmpty()) {
|
|
investigationTargetListBuilder_.dispose();
|
|
investigationTargetListBuilder_ = null;
|
|
investigationTargetList_ = other.investigationTargetList_;
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
investigationTargetListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getInvestigationTargetListFieldBuilder() : null;
|
|
} else {
|
|
investigationTargetListBuilder_.addAllMessages(other.investigationTargetList_);
|
|
}
|
|
}
|
|
}
|
|
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.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation> investigationList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureInvestigationListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
investigationList_ = new java.util.ArrayList<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation>(investigationList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.InvestigationOuterClass.Investigation, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder, emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder> investigationListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation> getInvestigationListList() {
|
|
if (investigationListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(investigationList_);
|
|
} else {
|
|
return investigationListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public int getInvestigationListCount() {
|
|
if (investigationListBuilder_ == null) {
|
|
return investigationList_.size();
|
|
} else {
|
|
return investigationListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.InvestigationOuterClass.Investigation getInvestigationList(int index) {
|
|
if (investigationListBuilder_ == null) {
|
|
return investigationList_.get(index);
|
|
} else {
|
|
return investigationListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public Builder setInvestigationList(
|
|
int index, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation value) {
|
|
if (investigationListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureInvestigationListIsMutable();
|
|
investigationList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
investigationListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public Builder setInvestigationList(
|
|
int index, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder builderForValue) {
|
|
if (investigationListBuilder_ == null) {
|
|
ensureInvestigationListIsMutable();
|
|
investigationList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
investigationListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public Builder addInvestigationList(emu.grasscutter.net.proto.InvestigationOuterClass.Investigation value) {
|
|
if (investigationListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureInvestigationListIsMutable();
|
|
investigationList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
investigationListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public Builder addInvestigationList(
|
|
int index, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation value) {
|
|
if (investigationListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureInvestigationListIsMutable();
|
|
investigationList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
investigationListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public Builder addInvestigationList(
|
|
emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder builderForValue) {
|
|
if (investigationListBuilder_ == null) {
|
|
ensureInvestigationListIsMutable();
|
|
investigationList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
investigationListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public Builder addInvestigationList(
|
|
int index, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder builderForValue) {
|
|
if (investigationListBuilder_ == null) {
|
|
ensureInvestigationListIsMutable();
|
|
investigationList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
investigationListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public Builder addAllInvestigationList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.InvestigationOuterClass.Investigation> values) {
|
|
if (investigationListBuilder_ == null) {
|
|
ensureInvestigationListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, investigationList_);
|
|
onChanged();
|
|
} else {
|
|
investigationListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public Builder clearInvestigationList() {
|
|
if (investigationListBuilder_ == null) {
|
|
investigationList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
} else {
|
|
investigationListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public Builder removeInvestigationList(int index) {
|
|
if (investigationListBuilder_ == null) {
|
|
ensureInvestigationListIsMutable();
|
|
investigationList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
investigationListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder getInvestigationListBuilder(
|
|
int index) {
|
|
return getInvestigationListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder getInvestigationListOrBuilder(
|
|
int index) {
|
|
if (investigationListBuilder_ == null) {
|
|
return investigationList_.get(index); } else {
|
|
return investigationListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder>
|
|
getInvestigationListOrBuilderList() {
|
|
if (investigationListBuilder_ != null) {
|
|
return investigationListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(investigationList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder addInvestigationListBuilder() {
|
|
return getInvestigationListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder addInvestigationListBuilder(
|
|
int index) {
|
|
return getInvestigationListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .Investigation investigation_list = 5;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder>
|
|
getInvestigationListBuilderList() {
|
|
return getInvestigationListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.InvestigationOuterClass.Investigation, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder, emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder>
|
|
getInvestigationListFieldBuilder() {
|
|
if (investigationListBuilder_ == null) {
|
|
investigationListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.InvestigationOuterClass.Investigation, emu.grasscutter.net.proto.InvestigationOuterClass.Investigation.Builder, emu.grasscutter.net.proto.InvestigationOuterClass.InvestigationOrBuilder>(
|
|
investigationList_,
|
|
((bitField0_ & 0x00000001) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
investigationList_ = null;
|
|
}
|
|
return investigationListBuilder_;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget> investigationTargetList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureInvestigationTargetListIsMutable() {
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
investigationTargetList_ = new java.util.ArrayList<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget>(investigationTargetList_);
|
|
bitField0_ |= 0x00000002;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder> investigationTargetListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget> getInvestigationTargetListList() {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(investigationTargetList_);
|
|
} else {
|
|
return investigationTargetListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public int getInvestigationTargetListCount() {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
return investigationTargetList_.size();
|
|
} else {
|
|
return investigationTargetListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget getInvestigationTargetList(int index) {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
return investigationTargetList_.get(index);
|
|
} else {
|
|
return investigationTargetListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public Builder setInvestigationTargetList(
|
|
int index, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget value) {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureInvestigationTargetListIsMutable();
|
|
investigationTargetList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
investigationTargetListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public Builder setInvestigationTargetList(
|
|
int index, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder builderForValue) {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
ensureInvestigationTargetListIsMutable();
|
|
investigationTargetList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
investigationTargetListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public Builder addInvestigationTargetList(emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget value) {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureInvestigationTargetListIsMutable();
|
|
investigationTargetList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
investigationTargetListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public Builder addInvestigationTargetList(
|
|
int index, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget value) {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureInvestigationTargetListIsMutable();
|
|
investigationTargetList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
investigationTargetListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public Builder addInvestigationTargetList(
|
|
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder builderForValue) {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
ensureInvestigationTargetListIsMutable();
|
|
investigationTargetList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
investigationTargetListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public Builder addInvestigationTargetList(
|
|
int index, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder builderForValue) {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
ensureInvestigationTargetListIsMutable();
|
|
investigationTargetList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
investigationTargetListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public Builder addAllInvestigationTargetList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget> values) {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
ensureInvestigationTargetListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, investigationTargetList_);
|
|
onChanged();
|
|
} else {
|
|
investigationTargetListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public Builder clearInvestigationTargetList() {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
investigationTargetList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
onChanged();
|
|
} else {
|
|
investigationTargetListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public Builder removeInvestigationTargetList(int index) {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
ensureInvestigationTargetListIsMutable();
|
|
investigationTargetList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
investigationTargetListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder getInvestigationTargetListBuilder(
|
|
int index) {
|
|
return getInvestigationTargetListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder getInvestigationTargetListOrBuilder(
|
|
int index) {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
return investigationTargetList_.get(index); } else {
|
|
return investigationTargetListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder>
|
|
getInvestigationTargetListOrBuilderList() {
|
|
if (investigationTargetListBuilder_ != null) {
|
|
return investigationTargetListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(investigationTargetList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder addInvestigationTargetListBuilder() {
|
|
return getInvestigationTargetListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder addInvestigationTargetListBuilder(
|
|
int index) {
|
|
return getInvestigationTargetListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .InvestigationTarget investigation_target_list = 14;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder>
|
|
getInvestigationTargetListBuilderList() {
|
|
return getInvestigationTargetListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder>
|
|
getInvestigationTargetListFieldBuilder() {
|
|
if (investigationTargetListBuilder_ == null) {
|
|
investigationTargetListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTarget.Builder, emu.grasscutter.net.proto.InvestigationTargetOuterClass.InvestigationTargetOrBuilder>(
|
|
investigationTargetList_,
|
|
((bitField0_ & 0x00000002) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
investigationTargetList_ = null;
|
|
}
|
|
return investigationTargetListBuilder_;
|
|
}
|
|
@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:PlayerInvestigationAllInfoNotify)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:PlayerInvestigationAllInfoNotify)
|
|
private static final emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<PlayerInvestigationAllInfoNotify>
|
|
PARSER = new com.google.protobuf.AbstractParser<PlayerInvestigationAllInfoNotify>() {
|
|
@java.lang.Override
|
|
public PlayerInvestigationAllInfoNotify parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new PlayerInvestigationAllInfoNotify(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<PlayerInvestigationAllInfoNotify> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<PlayerInvestigationAllInfoNotify> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.PlayerInvestigationAllInfoNotifyOuterClass.PlayerInvestigationAllInfoNotify getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_PlayerInvestigationAllInfoNotify_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_PlayerInvestigationAllInfoNotify_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&PlayerInvestigationAllInfoNotify.proto" +
|
|
"\032\023Investigation.proto\032\031InvestigationTarg" +
|
|
"et.proto\"\207\001\n PlayerInvestigationAllInfoN" +
|
|
"otify\022*\n\022investigation_list\030\005 \003(\0132\016.Inve" +
|
|
"stigation\0227\n\031investigation_target_list\030\016" +
|
|
" \003(\0132\024.InvestigationTargetB\033\n\031emu.grassc" +
|
|
"utter.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.InvestigationOuterClass.getDescriptor(),
|
|
emu.grasscutter.net.proto.InvestigationTargetOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_PlayerInvestigationAllInfoNotify_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_PlayerInvestigationAllInfoNotify_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_PlayerInvestigationAllInfoNotify_descriptor,
|
|
new java.lang.String[] { "InvestigationList", "InvestigationTargetList", });
|
|
emu.grasscutter.net.proto.InvestigationOuterClass.getDescriptor();
|
|
emu.grasscutter.net.proto.InvestigationTargetOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|