mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 01:43:47 +08:00
1208 lines
43 KiB
Java
1208 lines
43 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: SumoEnterDungeonNotify.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class SumoEnterDungeonNotifyOuterClass {
|
|
private SumoEnterDungeonNotifyOuterClass() {}
|
|
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 SumoEnterDungeonNotifyOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:SumoEnterDungeonNotify)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>uint32 activity_id = 7;</code>
|
|
* @return The activityId.
|
|
*/
|
|
int getActivityId();
|
|
|
|
/**
|
|
* <code>uint32 KLNJLIIECPD = 9;</code>
|
|
* @return The kLNJLIIECPD.
|
|
*/
|
|
int getKLNJLIIECPD();
|
|
|
|
/**
|
|
* <code>uint32 JCMAPNDMPHD = 3;</code>
|
|
* @return The jCMAPNDMPHD.
|
|
*/
|
|
int getJCMAPNDMPHD();
|
|
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
java.util.List<emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam>
|
|
getDungeonTeamListList();
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam getDungeonTeamList(int index);
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
int getDungeonTeamListCount();
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
java.util.List<? extends emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeamOrBuilder>
|
|
getDungeonTeamListOrBuilderList();
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeamOrBuilder getDungeonTeamListOrBuilder(
|
|
int index);
|
|
|
|
/**
|
|
* <code>uint32 stage_id = 1;</code>
|
|
* @return The stageId.
|
|
*/
|
|
int getStageId();
|
|
|
|
/**
|
|
* <code>uint32 GNDNKOIMJEL = 14;</code>
|
|
* @return The gNDNKOIMJEL.
|
|
*/
|
|
int getGNDNKOIMJEL();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 9445
|
|
* Obf: KIPPHIMNLKM
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code SumoEnterDungeonNotify}
|
|
*/
|
|
public static final class SumoEnterDungeonNotify extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:SumoEnterDungeonNotify)
|
|
SumoEnterDungeonNotifyOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use SumoEnterDungeonNotify.newBuilder() to construct.
|
|
private SumoEnterDungeonNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private SumoEnterDungeonNotify() {
|
|
dungeonTeamList_ = java.util.Collections.emptyList();
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new SumoEnterDungeonNotify();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private SumoEnterDungeonNotify(
|
|
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 8: {
|
|
|
|
stageId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
|
|
jCMAPNDMPHD_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
|
|
activityId_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
dungeonTeamList_ = new java.util.ArrayList<emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam>();
|
|
mutable_bitField0_ |= 0x00000001;
|
|
}
|
|
dungeonTeamList_.add(
|
|
input.readMessage(emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.parser(), extensionRegistry));
|
|
break;
|
|
}
|
|
case 72: {
|
|
|
|
kLNJLIIECPD_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
|
|
gNDNKOIMJEL_ = input.readUInt32();
|
|
break;
|
|
}
|
|
default: {
|
|
if (!parseUnknownField(
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
done = true;
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
throw e.setUnfinishedMessage(this);
|
|
} catch (java.io.IOException e) {
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
e).setUnfinishedMessage(this);
|
|
} finally {
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
dungeonTeamList_ = java.util.Collections.unmodifiableList(dungeonTeamList_);
|
|
}
|
|
this.unknownFields = unknownFields.build();
|
|
makeExtensionsImmutable();
|
|
}
|
|
}
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.internal_static_SumoEnterDungeonNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.internal_static_SumoEnterDungeonNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify.class, emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify.Builder.class);
|
|
}
|
|
|
|
public static final int ACTIVITY_ID_FIELD_NUMBER = 7;
|
|
private int activityId_;
|
|
/**
|
|
* <code>uint32 activity_id = 7;</code>
|
|
* @return The activityId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getActivityId() {
|
|
return activityId_;
|
|
}
|
|
|
|
public static final int KLNJLIIECPD_FIELD_NUMBER = 9;
|
|
private int kLNJLIIECPD_;
|
|
/**
|
|
* <code>uint32 KLNJLIIECPD = 9;</code>
|
|
* @return The kLNJLIIECPD.
|
|
*/
|
|
@java.lang.Override
|
|
public int getKLNJLIIECPD() {
|
|
return kLNJLIIECPD_;
|
|
}
|
|
|
|
public static final int JCMAPNDMPHD_FIELD_NUMBER = 3;
|
|
private int jCMAPNDMPHD_;
|
|
/**
|
|
* <code>uint32 JCMAPNDMPHD = 3;</code>
|
|
* @return The jCMAPNDMPHD.
|
|
*/
|
|
@java.lang.Override
|
|
public int getJCMAPNDMPHD() {
|
|
return jCMAPNDMPHD_;
|
|
}
|
|
|
|
public static final int DUNGEON_TEAM_LIST_FIELD_NUMBER = 8;
|
|
private java.util.List<emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam> dungeonTeamList_;
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam> getDungeonTeamListList() {
|
|
return dungeonTeamList_;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public java.util.List<? extends emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeamOrBuilder>
|
|
getDungeonTeamListOrBuilderList() {
|
|
return dungeonTeamList_;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public int getDungeonTeamListCount() {
|
|
return dungeonTeamList_.size();
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam getDungeonTeamList(int index) {
|
|
return dungeonTeamList_.get(index);
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeamOrBuilder getDungeonTeamListOrBuilder(
|
|
int index) {
|
|
return dungeonTeamList_.get(index);
|
|
}
|
|
|
|
public static final int STAGE_ID_FIELD_NUMBER = 1;
|
|
private int stageId_;
|
|
/**
|
|
* <code>uint32 stage_id = 1;</code>
|
|
* @return The stageId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getStageId() {
|
|
return stageId_;
|
|
}
|
|
|
|
public static final int GNDNKOIMJEL_FIELD_NUMBER = 14;
|
|
private int gNDNKOIMJEL_;
|
|
/**
|
|
* <code>uint32 GNDNKOIMJEL = 14;</code>
|
|
* @return The gNDNKOIMJEL.
|
|
*/
|
|
@java.lang.Override
|
|
public int getGNDNKOIMJEL() {
|
|
return gNDNKOIMJEL_;
|
|
}
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
@java.lang.Override
|
|
public final boolean isInitialized() {
|
|
byte isInitialized = memoizedIsInitialized;
|
|
if (isInitialized == 1) return true;
|
|
if (isInitialized == 0) return false;
|
|
|
|
memoizedIsInitialized = 1;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
throws java.io.IOException {
|
|
if (stageId_ != 0) {
|
|
output.writeUInt32(1, stageId_);
|
|
}
|
|
if (jCMAPNDMPHD_ != 0) {
|
|
output.writeUInt32(3, jCMAPNDMPHD_);
|
|
}
|
|
if (activityId_ != 0) {
|
|
output.writeUInt32(7, activityId_);
|
|
}
|
|
for (int i = 0; i < dungeonTeamList_.size(); i++) {
|
|
output.writeMessage(8, dungeonTeamList_.get(i));
|
|
}
|
|
if (kLNJLIIECPD_ != 0) {
|
|
output.writeUInt32(9, kLNJLIIECPD_);
|
|
}
|
|
if (gNDNKOIMJEL_ != 0) {
|
|
output.writeUInt32(14, gNDNKOIMJEL_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (stageId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(1, stageId_);
|
|
}
|
|
if (jCMAPNDMPHD_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(3, jCMAPNDMPHD_);
|
|
}
|
|
if (activityId_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(7, activityId_);
|
|
}
|
|
for (int i = 0; i < dungeonTeamList_.size(); i++) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeMessageSize(8, dungeonTeamList_.get(i));
|
|
}
|
|
if (kLNJLIIECPD_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(9, kLNJLIIECPD_);
|
|
}
|
|
if (gNDNKOIMJEL_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(14, gNDNKOIMJEL_);
|
|
}
|
|
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.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify other = (emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify) obj;
|
|
|
|
if (getActivityId()
|
|
!= other.getActivityId()) return false;
|
|
if (getKLNJLIIECPD()
|
|
!= other.getKLNJLIIECPD()) return false;
|
|
if (getJCMAPNDMPHD()
|
|
!= other.getJCMAPNDMPHD()) return false;
|
|
if (!getDungeonTeamListList()
|
|
.equals(other.getDungeonTeamListList())) return false;
|
|
if (getStageId()
|
|
!= other.getStageId()) return false;
|
|
if (getGNDNKOIMJEL()
|
|
!= other.getGNDNKOIMJEL()) return false;
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
return true;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int hashCode() {
|
|
if (memoizedHashCode != 0) {
|
|
return memoizedHashCode;
|
|
}
|
|
int hash = 41;
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
hash = (37 * hash) + ACTIVITY_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getActivityId();
|
|
hash = (37 * hash) + KLNJLIIECPD_FIELD_NUMBER;
|
|
hash = (53 * hash) + getKLNJLIIECPD();
|
|
hash = (37 * hash) + JCMAPNDMPHD_FIELD_NUMBER;
|
|
hash = (53 * hash) + getJCMAPNDMPHD();
|
|
if (getDungeonTeamListCount() > 0) {
|
|
hash = (37 * hash) + DUNGEON_TEAM_LIST_FIELD_NUMBER;
|
|
hash = (53 * hash) + getDungeonTeamListList().hashCode();
|
|
}
|
|
hash = (37 * hash) + STAGE_ID_FIELD_NUMBER;
|
|
hash = (53 * hash) + getStageId();
|
|
hash = (37 * hash) + GNDNKOIMJEL_FIELD_NUMBER;
|
|
hash = (53 * hash) + getGNDNKOIMJEL();
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify 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.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify 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.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify 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.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify 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.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify 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.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify 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: 9445
|
|
* Obf: KIPPHIMNLKM
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code SumoEnterDungeonNotify}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:SumoEnterDungeonNotify)
|
|
emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotifyOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.internal_static_SumoEnterDungeonNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.internal_static_SumoEnterDungeonNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify.class, emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
getDungeonTeamListFieldBuilder();
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
activityId_ = 0;
|
|
|
|
kLNJLIIECPD_ = 0;
|
|
|
|
jCMAPNDMPHD_ = 0;
|
|
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
dungeonTeamList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
dungeonTeamListBuilder_.clear();
|
|
}
|
|
stageId_ = 0;
|
|
|
|
gNDNKOIMJEL_ = 0;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.internal_static_SumoEnterDungeonNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify build() {
|
|
emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify buildPartial() {
|
|
emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify result = new emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify(this);
|
|
int from_bitField0_ = bitField0_;
|
|
result.activityId_ = activityId_;
|
|
result.kLNJLIIECPD_ = kLNJLIIECPD_;
|
|
result.jCMAPNDMPHD_ = jCMAPNDMPHD_;
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
dungeonTeamList_ = java.util.Collections.unmodifiableList(dungeonTeamList_);
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
}
|
|
result.dungeonTeamList_ = dungeonTeamList_;
|
|
} else {
|
|
result.dungeonTeamList_ = dungeonTeamListBuilder_.build();
|
|
}
|
|
result.stageId_ = stageId_;
|
|
result.gNDNKOIMJEL_ = gNDNKOIMJEL_;
|
|
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.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify) {
|
|
return mergeFrom((emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify other) {
|
|
if (other == emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify.getDefaultInstance()) return this;
|
|
if (other.getActivityId() != 0) {
|
|
setActivityId(other.getActivityId());
|
|
}
|
|
if (other.getKLNJLIIECPD() != 0) {
|
|
setKLNJLIIECPD(other.getKLNJLIIECPD());
|
|
}
|
|
if (other.getJCMAPNDMPHD() != 0) {
|
|
setJCMAPNDMPHD(other.getJCMAPNDMPHD());
|
|
}
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
if (!other.dungeonTeamList_.isEmpty()) {
|
|
if (dungeonTeamList_.isEmpty()) {
|
|
dungeonTeamList_ = other.dungeonTeamList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
} else {
|
|
ensureDungeonTeamListIsMutable();
|
|
dungeonTeamList_.addAll(other.dungeonTeamList_);
|
|
}
|
|
onChanged();
|
|
}
|
|
} else {
|
|
if (!other.dungeonTeamList_.isEmpty()) {
|
|
if (dungeonTeamListBuilder_.isEmpty()) {
|
|
dungeonTeamListBuilder_.dispose();
|
|
dungeonTeamListBuilder_ = null;
|
|
dungeonTeamList_ = other.dungeonTeamList_;
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
dungeonTeamListBuilder_ =
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
getDungeonTeamListFieldBuilder() : null;
|
|
} else {
|
|
dungeonTeamListBuilder_.addAllMessages(other.dungeonTeamList_);
|
|
}
|
|
}
|
|
}
|
|
if (other.getStageId() != 0) {
|
|
setStageId(other.getStageId());
|
|
}
|
|
if (other.getGNDNKOIMJEL() != 0) {
|
|
setGNDNKOIMJEL(other.getGNDNKOIMJEL());
|
|
}
|
|
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.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
private int bitField0_;
|
|
|
|
private int activityId_ ;
|
|
/**
|
|
* <code>uint32 activity_id = 7;</code>
|
|
* @return The activityId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getActivityId() {
|
|
return activityId_;
|
|
}
|
|
/**
|
|
* <code>uint32 activity_id = 7;</code>
|
|
* @param value The activityId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setActivityId(int value) {
|
|
|
|
activityId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 activity_id = 7;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearActivityId() {
|
|
|
|
activityId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int kLNJLIIECPD_ ;
|
|
/**
|
|
* <code>uint32 KLNJLIIECPD = 9;</code>
|
|
* @return The kLNJLIIECPD.
|
|
*/
|
|
@java.lang.Override
|
|
public int getKLNJLIIECPD() {
|
|
return kLNJLIIECPD_;
|
|
}
|
|
/**
|
|
* <code>uint32 KLNJLIIECPD = 9;</code>
|
|
* @param value The kLNJLIIECPD to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setKLNJLIIECPD(int value) {
|
|
|
|
kLNJLIIECPD_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 KLNJLIIECPD = 9;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearKLNJLIIECPD() {
|
|
|
|
kLNJLIIECPD_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int jCMAPNDMPHD_ ;
|
|
/**
|
|
* <code>uint32 JCMAPNDMPHD = 3;</code>
|
|
* @return The jCMAPNDMPHD.
|
|
*/
|
|
@java.lang.Override
|
|
public int getJCMAPNDMPHD() {
|
|
return jCMAPNDMPHD_;
|
|
}
|
|
/**
|
|
* <code>uint32 JCMAPNDMPHD = 3;</code>
|
|
* @param value The jCMAPNDMPHD to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setJCMAPNDMPHD(int value) {
|
|
|
|
jCMAPNDMPHD_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 JCMAPNDMPHD = 3;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearJCMAPNDMPHD() {
|
|
|
|
jCMAPNDMPHD_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam> dungeonTeamList_ =
|
|
java.util.Collections.emptyList();
|
|
private void ensureDungeonTeamListIsMutable() {
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
dungeonTeamList_ = new java.util.ArrayList<emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam>(dungeonTeamList_);
|
|
bitField0_ |= 0x00000001;
|
|
}
|
|
}
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.Builder, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeamOrBuilder> dungeonTeamListBuilder_;
|
|
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam> getDungeonTeamListList() {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
return java.util.Collections.unmodifiableList(dungeonTeamList_);
|
|
} else {
|
|
return dungeonTeamListBuilder_.getMessageList();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public int getDungeonTeamListCount() {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
return dungeonTeamList_.size();
|
|
} else {
|
|
return dungeonTeamListBuilder_.getCount();
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam getDungeonTeamList(int index) {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
return dungeonTeamList_.get(index);
|
|
} else {
|
|
return dungeonTeamListBuilder_.getMessage(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public Builder setDungeonTeamList(
|
|
int index, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam value) {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDungeonTeamListIsMutable();
|
|
dungeonTeamList_.set(index, value);
|
|
onChanged();
|
|
} else {
|
|
dungeonTeamListBuilder_.setMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public Builder setDungeonTeamList(
|
|
int index, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.Builder builderForValue) {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
ensureDungeonTeamListIsMutable();
|
|
dungeonTeamList_.set(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
dungeonTeamListBuilder_.setMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public Builder addDungeonTeamList(emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam value) {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDungeonTeamListIsMutable();
|
|
dungeonTeamList_.add(value);
|
|
onChanged();
|
|
} else {
|
|
dungeonTeamListBuilder_.addMessage(value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public Builder addDungeonTeamList(
|
|
int index, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam value) {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
ensureDungeonTeamListIsMutable();
|
|
dungeonTeamList_.add(index, value);
|
|
onChanged();
|
|
} else {
|
|
dungeonTeamListBuilder_.addMessage(index, value);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public Builder addDungeonTeamList(
|
|
emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.Builder builderForValue) {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
ensureDungeonTeamListIsMutable();
|
|
dungeonTeamList_.add(builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
dungeonTeamListBuilder_.addMessage(builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public Builder addDungeonTeamList(
|
|
int index, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.Builder builderForValue) {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
ensureDungeonTeamListIsMutable();
|
|
dungeonTeamList_.add(index, builderForValue.build());
|
|
onChanged();
|
|
} else {
|
|
dungeonTeamListBuilder_.addMessage(index, builderForValue.build());
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public Builder addAllDungeonTeamList(
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam> values) {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
ensureDungeonTeamListIsMutable();
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
values, dungeonTeamList_);
|
|
onChanged();
|
|
} else {
|
|
dungeonTeamListBuilder_.addAllMessages(values);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public Builder clearDungeonTeamList() {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
dungeonTeamList_ = java.util.Collections.emptyList();
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
onChanged();
|
|
} else {
|
|
dungeonTeamListBuilder_.clear();
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public Builder removeDungeonTeamList(int index) {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
ensureDungeonTeamListIsMutable();
|
|
dungeonTeamList_.remove(index);
|
|
onChanged();
|
|
} else {
|
|
dungeonTeamListBuilder_.remove(index);
|
|
}
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.Builder getDungeonTeamListBuilder(
|
|
int index) {
|
|
return getDungeonTeamListFieldBuilder().getBuilder(index);
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeamOrBuilder getDungeonTeamListOrBuilder(
|
|
int index) {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
return dungeonTeamList_.get(index); } else {
|
|
return dungeonTeamListBuilder_.getMessageOrBuilder(index);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public java.util.List<? extends emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeamOrBuilder>
|
|
getDungeonTeamListOrBuilderList() {
|
|
if (dungeonTeamListBuilder_ != null) {
|
|
return dungeonTeamListBuilder_.getMessageOrBuilderList();
|
|
} else {
|
|
return java.util.Collections.unmodifiableList(dungeonTeamList_);
|
|
}
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.Builder addDungeonTeamListBuilder() {
|
|
return getDungeonTeamListFieldBuilder().addBuilder(
|
|
emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.Builder addDungeonTeamListBuilder(
|
|
int index) {
|
|
return getDungeonTeamListFieldBuilder().addBuilder(
|
|
index, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.getDefaultInstance());
|
|
}
|
|
/**
|
|
* <code>repeated .SumoDungeonTeam dungeon_team_list = 8;</code>
|
|
*/
|
|
public java.util.List<emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.Builder>
|
|
getDungeonTeamListBuilderList() {
|
|
return getDungeonTeamListFieldBuilder().getBuilderList();
|
|
}
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.Builder, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeamOrBuilder>
|
|
getDungeonTeamListFieldBuilder() {
|
|
if (dungeonTeamListBuilder_ == null) {
|
|
dungeonTeamListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeam.Builder, emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.SumoDungeonTeamOrBuilder>(
|
|
dungeonTeamList_,
|
|
((bitField0_ & 0x00000001) != 0),
|
|
getParentForChildren(),
|
|
isClean());
|
|
dungeonTeamList_ = null;
|
|
}
|
|
return dungeonTeamListBuilder_;
|
|
}
|
|
|
|
private int stageId_ ;
|
|
/**
|
|
* <code>uint32 stage_id = 1;</code>
|
|
* @return The stageId.
|
|
*/
|
|
@java.lang.Override
|
|
public int getStageId() {
|
|
return stageId_;
|
|
}
|
|
/**
|
|
* <code>uint32 stage_id = 1;</code>
|
|
* @param value The stageId to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setStageId(int value) {
|
|
|
|
stageId_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 stage_id = 1;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearStageId() {
|
|
|
|
stageId_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int gNDNKOIMJEL_ ;
|
|
/**
|
|
* <code>uint32 GNDNKOIMJEL = 14;</code>
|
|
* @return The gNDNKOIMJEL.
|
|
*/
|
|
@java.lang.Override
|
|
public int getGNDNKOIMJEL() {
|
|
return gNDNKOIMJEL_;
|
|
}
|
|
/**
|
|
* <code>uint32 GNDNKOIMJEL = 14;</code>
|
|
* @param value The gNDNKOIMJEL to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setGNDNKOIMJEL(int value) {
|
|
|
|
gNDNKOIMJEL_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 GNDNKOIMJEL = 14;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearGNDNKOIMJEL() {
|
|
|
|
gNDNKOIMJEL_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
@java.lang.Override
|
|
public final Builder setUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.setUnknownFields(unknownFields);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final Builder mergeUnknownFields(
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
return super.mergeUnknownFields(unknownFields);
|
|
}
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:SumoEnterDungeonNotify)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:SumoEnterDungeonNotify)
|
|
private static final emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<SumoEnterDungeonNotify>
|
|
PARSER = new com.google.protobuf.AbstractParser<SumoEnterDungeonNotify>() {
|
|
@java.lang.Override
|
|
public SumoEnterDungeonNotify parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new SumoEnterDungeonNotify(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<SumoEnterDungeonNotify> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<SumoEnterDungeonNotify> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.SumoEnterDungeonNotifyOuterClass.SumoEnterDungeonNotify getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_SumoEnterDungeonNotify_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_SumoEnterDungeonNotify_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\034SumoEnterDungeonNotify.proto\032\025SumoDung" +
|
|
"eonTeam.proto\"\253\001\n\026SumoEnterDungeonNotify" +
|
|
"\022\023\n\013activity_id\030\007 \001(\r\022\023\n\013KLNJLIIECPD\030\t \001" +
|
|
"(\r\022\023\n\013JCMAPNDMPHD\030\003 \001(\r\022+\n\021dungeon_team_" +
|
|
"list\030\010 \003(\0132\020.SumoDungeonTeam\022\020\n\010stage_id" +
|
|
"\030\001 \001(\r\022\023\n\013GNDNKOIMJEL\030\016 \001(\rB\033\n\031emu.grass" +
|
|
"cutter.net.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_SumoEnterDungeonNotify_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_SumoEnterDungeonNotify_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_SumoEnterDungeonNotify_descriptor,
|
|
new java.lang.String[] { "ActivityId", "KLNJLIIECPD", "JCMAPNDMPHD", "DungeonTeamList", "StageId", "GNDNKOIMJEL", });
|
|
emu.grasscutter.net.proto.SumoDungeonTeamOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|