// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DailyDungeonEntryInfo.proto
package emu.grasscutter.net.proto;
public final class DailyDungeonEntryInfoOuterClass {
private DailyDungeonEntryInfoOuterClass() {}
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 DailyDungeonEntryInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:DailyDungeonEntryInfo)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 recommend_dungeon_id = 11;
* @return The recommendDungeonId.
*/
int getRecommendDungeonId();
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
* @return Whether the recommendDungeonEntryInfo field is set.
*/
boolean hasRecommendDungeonEntryInfo();
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
* @return The recommendDungeonEntryInfo.
*/
emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo getRecommendDungeonEntryInfo();
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
*/
emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfoOrBuilder getRecommendDungeonEntryInfoOrBuilder();
/**
*
*BKPHNNDJJDM
*
*
* uint32 dungeon_entry_id = 13;
* @return The dungeonEntryId.
*/
int getDungeonEntryId();
/**
*
* LNDLCHHFFEA
*
*
* uint32 dungeon_entry_config_id = 14;
* @return The dungeonEntryConfigId.
*/
int getDungeonEntryConfigId();
}
/**
* * Name: BHMLNJCILMM ** * Protobuf type {@code DailyDungeonEntryInfo} */ public static final class DailyDungeonEntryInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:DailyDungeonEntryInfo) DailyDungeonEntryInfoOrBuilder { private static final long serialVersionUID = 0L; // Use DailyDungeonEntryInfo.newBuilder() to construct. private DailyDungeonEntryInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private DailyDungeonEntryInfo() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new DailyDungeonEntryInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private DailyDungeonEntryInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 88: { recommendDungeonId_ = input.readUInt32(); break; } case 98: { emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.Builder subBuilder = null; if (recommendDungeonEntryInfo_ != null) { subBuilder = recommendDungeonEntryInfo_.toBuilder(); } recommendDungeonEntryInfo_ = input.readMessage(emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(recommendDungeonEntryInfo_); recommendDungeonEntryInfo_ = subBuilder.buildPartial(); } break; } case 104: { dungeonEntryId_ = input.readUInt32(); break; } case 112: { dungeonEntryConfigId_ = input.readUInt32(); break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.internal_static_DailyDungeonEntryInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.internal_static_DailyDungeonEntryInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo.class, emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo.Builder.class); } public static final int RECOMMEND_DUNGEON_ID_FIELD_NUMBER = 11; private int recommendDungeonId_; /** *
uint32 recommend_dungeon_id = 11;
* @return The recommendDungeonId.
*/
@java.lang.Override
public int getRecommendDungeonId() {
return recommendDungeonId_;
}
public static final int RECOMMEND_DUNGEON_ENTRY_INFO_FIELD_NUMBER = 12;
private emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo recommendDungeonEntryInfo_;
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
* @return Whether the recommendDungeonEntryInfo field is set.
*/
@java.lang.Override
public boolean hasRecommendDungeonEntryInfo() {
return recommendDungeonEntryInfo_ != null;
}
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
* @return The recommendDungeonEntryInfo.
*/
@java.lang.Override
public emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo getRecommendDungeonEntryInfo() {
return recommendDungeonEntryInfo_ == null ? emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.getDefaultInstance() : recommendDungeonEntryInfo_;
}
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
*/
@java.lang.Override
public emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfoOrBuilder getRecommendDungeonEntryInfoOrBuilder() {
return getRecommendDungeonEntryInfo();
}
public static final int DUNGEON_ENTRY_ID_FIELD_NUMBER = 13;
private int dungeonEntryId_;
/**
*
*BKPHNNDJJDM
*
*
* uint32 dungeon_entry_id = 13;
* @return The dungeonEntryId.
*/
@java.lang.Override
public int getDungeonEntryId() {
return dungeonEntryId_;
}
public static final int DUNGEON_ENTRY_CONFIG_ID_FIELD_NUMBER = 14;
private int dungeonEntryConfigId_;
/**
*
* LNDLCHHFFEA
*
*
* uint32 dungeon_entry_config_id = 14;
* @return The dungeonEntryConfigId.
*/
@java.lang.Override
public int getDungeonEntryConfigId() {
return dungeonEntryConfigId_;
}
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 (recommendDungeonId_ != 0) {
output.writeUInt32(11, recommendDungeonId_);
}
if (recommendDungeonEntryInfo_ != null) {
output.writeMessage(12, getRecommendDungeonEntryInfo());
}
if (dungeonEntryId_ != 0) {
output.writeUInt32(13, dungeonEntryId_);
}
if (dungeonEntryConfigId_ != 0) {
output.writeUInt32(14, dungeonEntryConfigId_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (recommendDungeonId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(11, recommendDungeonId_);
}
if (recommendDungeonEntryInfo_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(12, getRecommendDungeonEntryInfo());
}
if (dungeonEntryId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(13, dungeonEntryId_);
}
if (dungeonEntryConfigId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(14, dungeonEntryConfigId_);
}
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.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo other = (emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo) obj;
if (getRecommendDungeonId()
!= other.getRecommendDungeonId()) return false;
if (hasRecommendDungeonEntryInfo() != other.hasRecommendDungeonEntryInfo()) return false;
if (hasRecommendDungeonEntryInfo()) {
if (!getRecommendDungeonEntryInfo()
.equals(other.getRecommendDungeonEntryInfo())) return false;
}
if (getDungeonEntryId()
!= other.getDungeonEntryId()) return false;
if (getDungeonEntryConfigId()
!= other.getDungeonEntryConfigId()) 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) + RECOMMEND_DUNGEON_ID_FIELD_NUMBER;
hash = (53 * hash) + getRecommendDungeonId();
if (hasRecommendDungeonEntryInfo()) {
hash = (37 * hash) + RECOMMEND_DUNGEON_ENTRY_INFO_FIELD_NUMBER;
hash = (53 * hash) + getRecommendDungeonEntryInfo().hashCode();
}
hash = (37 * hash) + DUNGEON_ENTRY_ID_FIELD_NUMBER;
hash = (53 * hash) + getDungeonEntryId();
hash = (37 * hash) + DUNGEON_ENTRY_CONFIG_ID_FIELD_NUMBER;
hash = (53 * hash) + getDungeonEntryConfigId();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo 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.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo 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.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo 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.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo 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.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo 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.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo 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: BHMLNJCILMM
*
*
* Protobuf type {@code DailyDungeonEntryInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builderuint32 recommend_dungeon_id = 11;
* @return The recommendDungeonId.
*/
@java.lang.Override
public int getRecommendDungeonId() {
return recommendDungeonId_;
}
/**
* uint32 recommend_dungeon_id = 11;
* @param value The recommendDungeonId to set.
* @return This builder for chaining.
*/
public Builder setRecommendDungeonId(int value) {
recommendDungeonId_ = value;
onChanged();
return this;
}
/**
* uint32 recommend_dungeon_id = 11;
* @return This builder for chaining.
*/
public Builder clearRecommendDungeonId() {
recommendDungeonId_ = 0;
onChanged();
return this;
}
private emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo recommendDungeonEntryInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo, emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.Builder, emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfoOrBuilder> recommendDungeonEntryInfoBuilder_;
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
* @return Whether the recommendDungeonEntryInfo field is set.
*/
public boolean hasRecommendDungeonEntryInfo() {
return recommendDungeonEntryInfoBuilder_ != null || recommendDungeonEntryInfo_ != null;
}
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
* @return The recommendDungeonEntryInfo.
*/
public emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo getRecommendDungeonEntryInfo() {
if (recommendDungeonEntryInfoBuilder_ == null) {
return recommendDungeonEntryInfo_ == null ? emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.getDefaultInstance() : recommendDungeonEntryInfo_;
} else {
return recommendDungeonEntryInfoBuilder_.getMessage();
}
}
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
*/
public Builder setRecommendDungeonEntryInfo(emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo value) {
if (recommendDungeonEntryInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
recommendDungeonEntryInfo_ = value;
onChanged();
} else {
recommendDungeonEntryInfoBuilder_.setMessage(value);
}
return this;
}
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
*/
public Builder setRecommendDungeonEntryInfo(
emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.Builder builderForValue) {
if (recommendDungeonEntryInfoBuilder_ == null) {
recommendDungeonEntryInfo_ = builderForValue.build();
onChanged();
} else {
recommendDungeonEntryInfoBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
*/
public Builder mergeRecommendDungeonEntryInfo(emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo value) {
if (recommendDungeonEntryInfoBuilder_ == null) {
if (recommendDungeonEntryInfo_ != null) {
recommendDungeonEntryInfo_ =
emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.newBuilder(recommendDungeonEntryInfo_).mergeFrom(value).buildPartial();
} else {
recommendDungeonEntryInfo_ = value;
}
onChanged();
} else {
recommendDungeonEntryInfoBuilder_.mergeFrom(value);
}
return this;
}
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
*/
public Builder clearRecommendDungeonEntryInfo() {
if (recommendDungeonEntryInfoBuilder_ == null) {
recommendDungeonEntryInfo_ = null;
onChanged();
} else {
recommendDungeonEntryInfo_ = null;
recommendDungeonEntryInfoBuilder_ = null;
}
return this;
}
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
*/
public emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.Builder getRecommendDungeonEntryInfoBuilder() {
onChanged();
return getRecommendDungeonEntryInfoFieldBuilder().getBuilder();
}
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
*/
public emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfoOrBuilder getRecommendDungeonEntryInfoOrBuilder() {
if (recommendDungeonEntryInfoBuilder_ != null) {
return recommendDungeonEntryInfoBuilder_.getMessageOrBuilder();
} else {
return recommendDungeonEntryInfo_ == null ?
emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.getDefaultInstance() : recommendDungeonEntryInfo_;
}
}
/**
* .DungeonEntryInfo recommend_dungeon_entry_info = 12;
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo, emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.Builder, emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfoOrBuilder>
getRecommendDungeonEntryInfoFieldBuilder() {
if (recommendDungeonEntryInfoBuilder_ == null) {
recommendDungeonEntryInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo, emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfo.Builder, emu.grasscutter.net.proto.DungeonEntryInfoOuterClass.DungeonEntryInfoOrBuilder>(
getRecommendDungeonEntryInfo(),
getParentForChildren(),
isClean());
recommendDungeonEntryInfo_ = null;
}
return recommendDungeonEntryInfoBuilder_;
}
private int dungeonEntryId_ ;
/**
*
*BKPHNNDJJDM
*
*
* uint32 dungeon_entry_id = 13;
* @return The dungeonEntryId.
*/
@java.lang.Override
public int getDungeonEntryId() {
return dungeonEntryId_;
}
/**
*
*BKPHNNDJJDM
*
*
* uint32 dungeon_entry_id = 13;
* @param value The dungeonEntryId to set.
* @return This builder for chaining.
*/
public Builder setDungeonEntryId(int value) {
dungeonEntryId_ = value;
onChanged();
return this;
}
/**
*
*BKPHNNDJJDM
*
*
* uint32 dungeon_entry_id = 13;
* @return This builder for chaining.
*/
public Builder clearDungeonEntryId() {
dungeonEntryId_ = 0;
onChanged();
return this;
}
private int dungeonEntryConfigId_ ;
/**
*
* LNDLCHHFFEA
*
*
* uint32 dungeon_entry_config_id = 14;
* @return The dungeonEntryConfigId.
*/
@java.lang.Override
public int getDungeonEntryConfigId() {
return dungeonEntryConfigId_;
}
/**
*
* LNDLCHHFFEA
*
*
* uint32 dungeon_entry_config_id = 14;
* @param value The dungeonEntryConfigId to set.
* @return This builder for chaining.
*/
public Builder setDungeonEntryConfigId(int value) {
dungeonEntryConfigId_ = value;
onChanged();
return this;
}
/**
*
* LNDLCHHFFEA
*
*
* uint32 dungeon_entry_config_id = 14;
* @return This builder for chaining.
*/
public Builder clearDungeonEntryConfigId() {
dungeonEntryConfigId_ = 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:DailyDungeonEntryInfo)
}
// @@protoc_insertion_point(class_scope:DailyDungeonEntryInfo)
private static final emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo();
}
public static emu.grasscutter.net.proto.DailyDungeonEntryInfoOuterClass.DailyDungeonEntryInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser