// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FungusFighterV2SettleInfo.proto
package emu.grasscutter.net.proto;
public final class FungusFighterV2SettleInfoOuterClass {
private FungusFighterV2SettleInfoOuterClass() {}
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 FungusFighterV2SettleInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:FungusFighterV2SettleInfo)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 level_id = 6;
* @return The levelId.
*/
int getLevelId();
/**
* uint32 EEJCKKKEBOK = 5;
* @return The eEJCKKKEBOK.
*/
int getEEJCKKKEBOK();
/**
* uint32 cost_time = 2;
* @return The costTime.
*/
int getCostTime();
/**
* bool is_new_record = 11;
* @return The isNewRecord.
*/
boolean getIsNewRecord();
/**
* uint32 KDCKPCGPNNG = 8;
* @return The kDCKPCGPNNG.
*/
int getKDCKPCGPNNG();
/**
* uint32 BKEAHJGOMEB = 13;
* @return The bKEAHJGOMEB.
*/
int getBKEAHJGOMEB();
}
/**
*
* Obf: PFFEBPCHBHP ** * Protobuf type {@code FungusFighterV2SettleInfo} */ public static final class FungusFighterV2SettleInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:FungusFighterV2SettleInfo) FungusFighterV2SettleInfoOrBuilder { private static final long serialVersionUID = 0L; // Use FungusFighterV2SettleInfo.newBuilder() to construct. private FungusFighterV2SettleInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private FungusFighterV2SettleInfo() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FungusFighterV2SettleInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private FungusFighterV2SettleInfo( 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 16: { costTime_ = input.readUInt32(); break; } case 40: { eEJCKKKEBOK_ = input.readUInt32(); break; } case 48: { levelId_ = input.readUInt32(); break; } case 64: { kDCKPCGPNNG_ = input.readUInt32(); break; } case 88: { isNewRecord_ = input.readBool(); break; } case 104: { bKEAHJGOMEB_ = 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.FungusFighterV2SettleInfoOuterClass.internal_static_FungusFighterV2SettleInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.internal_static_FungusFighterV2SettleInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo.class, emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo.Builder.class); } public static final int LEVEL_ID_FIELD_NUMBER = 6; private int levelId_; /** *
uint32 level_id = 6;
* @return The levelId.
*/
@java.lang.Override
public int getLevelId() {
return levelId_;
}
public static final int EEJCKKKEBOK_FIELD_NUMBER = 5;
private int eEJCKKKEBOK_;
/**
* uint32 EEJCKKKEBOK = 5;
* @return The eEJCKKKEBOK.
*/
@java.lang.Override
public int getEEJCKKKEBOK() {
return eEJCKKKEBOK_;
}
public static final int COST_TIME_FIELD_NUMBER = 2;
private int costTime_;
/**
* uint32 cost_time = 2;
* @return The costTime.
*/
@java.lang.Override
public int getCostTime() {
return costTime_;
}
public static final int IS_NEW_RECORD_FIELD_NUMBER = 11;
private boolean isNewRecord_;
/**
* bool is_new_record = 11;
* @return The isNewRecord.
*/
@java.lang.Override
public boolean getIsNewRecord() {
return isNewRecord_;
}
public static final int KDCKPCGPNNG_FIELD_NUMBER = 8;
private int kDCKPCGPNNG_;
/**
* uint32 KDCKPCGPNNG = 8;
* @return The kDCKPCGPNNG.
*/
@java.lang.Override
public int getKDCKPCGPNNG() {
return kDCKPCGPNNG_;
}
public static final int BKEAHJGOMEB_FIELD_NUMBER = 13;
private int bKEAHJGOMEB_;
/**
* uint32 BKEAHJGOMEB = 13;
* @return The bKEAHJGOMEB.
*/
@java.lang.Override
public int getBKEAHJGOMEB() {
return bKEAHJGOMEB_;
}
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 (costTime_ != 0) {
output.writeUInt32(2, costTime_);
}
if (eEJCKKKEBOK_ != 0) {
output.writeUInt32(5, eEJCKKKEBOK_);
}
if (levelId_ != 0) {
output.writeUInt32(6, levelId_);
}
if (kDCKPCGPNNG_ != 0) {
output.writeUInt32(8, kDCKPCGPNNG_);
}
if (isNewRecord_ != false) {
output.writeBool(11, isNewRecord_);
}
if (bKEAHJGOMEB_ != 0) {
output.writeUInt32(13, bKEAHJGOMEB_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (costTime_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, costTime_);
}
if (eEJCKKKEBOK_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(5, eEJCKKKEBOK_);
}
if (levelId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, levelId_);
}
if (kDCKPCGPNNG_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(8, kDCKPCGPNNG_);
}
if (isNewRecord_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(11, isNewRecord_);
}
if (bKEAHJGOMEB_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(13, bKEAHJGOMEB_);
}
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.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo other = (emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo) obj;
if (getLevelId()
!= other.getLevelId()) return false;
if (getEEJCKKKEBOK()
!= other.getEEJCKKKEBOK()) return false;
if (getCostTime()
!= other.getCostTime()) return false;
if (getIsNewRecord()
!= other.getIsNewRecord()) return false;
if (getKDCKPCGPNNG()
!= other.getKDCKPCGPNNG()) return false;
if (getBKEAHJGOMEB()
!= other.getBKEAHJGOMEB()) 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) + LEVEL_ID_FIELD_NUMBER;
hash = (53 * hash) + getLevelId();
hash = (37 * hash) + EEJCKKKEBOK_FIELD_NUMBER;
hash = (53 * hash) + getEEJCKKKEBOK();
hash = (37 * hash) + COST_TIME_FIELD_NUMBER;
hash = (53 * hash) + getCostTime();
hash = (37 * hash) + IS_NEW_RECORD_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getIsNewRecord());
hash = (37 * hash) + KDCKPCGPNNG_FIELD_NUMBER;
hash = (53 * hash) + getKDCKPCGPNNG();
hash = (37 * hash) + BKEAHJGOMEB_FIELD_NUMBER;
hash = (53 * hash) + getBKEAHJGOMEB();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo 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.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo 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.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo 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.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo 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.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo 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.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* Obf: PFFEBPCHBHP
*
*
* Protobuf type {@code FungusFighterV2SettleInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builderuint32 level_id = 6;
* @return The levelId.
*/
@java.lang.Override
public int getLevelId() {
return levelId_;
}
/**
* uint32 level_id = 6;
* @param value The levelId to set.
* @return This builder for chaining.
*/
public Builder setLevelId(int value) {
levelId_ = value;
onChanged();
return this;
}
/**
* uint32 level_id = 6;
* @return This builder for chaining.
*/
public Builder clearLevelId() {
levelId_ = 0;
onChanged();
return this;
}
private int eEJCKKKEBOK_ ;
/**
* uint32 EEJCKKKEBOK = 5;
* @return The eEJCKKKEBOK.
*/
@java.lang.Override
public int getEEJCKKKEBOK() {
return eEJCKKKEBOK_;
}
/**
* uint32 EEJCKKKEBOK = 5;
* @param value The eEJCKKKEBOK to set.
* @return This builder for chaining.
*/
public Builder setEEJCKKKEBOK(int value) {
eEJCKKKEBOK_ = value;
onChanged();
return this;
}
/**
* uint32 EEJCKKKEBOK = 5;
* @return This builder for chaining.
*/
public Builder clearEEJCKKKEBOK() {
eEJCKKKEBOK_ = 0;
onChanged();
return this;
}
private int costTime_ ;
/**
* uint32 cost_time = 2;
* @return The costTime.
*/
@java.lang.Override
public int getCostTime() {
return costTime_;
}
/**
* uint32 cost_time = 2;
* @param value The costTime to set.
* @return This builder for chaining.
*/
public Builder setCostTime(int value) {
costTime_ = value;
onChanged();
return this;
}
/**
* uint32 cost_time = 2;
* @return This builder for chaining.
*/
public Builder clearCostTime() {
costTime_ = 0;
onChanged();
return this;
}
private boolean isNewRecord_ ;
/**
* bool is_new_record = 11;
* @return The isNewRecord.
*/
@java.lang.Override
public boolean getIsNewRecord() {
return isNewRecord_;
}
/**
* bool is_new_record = 11;
* @param value The isNewRecord to set.
* @return This builder for chaining.
*/
public Builder setIsNewRecord(boolean value) {
isNewRecord_ = value;
onChanged();
return this;
}
/**
* bool is_new_record = 11;
* @return This builder for chaining.
*/
public Builder clearIsNewRecord() {
isNewRecord_ = false;
onChanged();
return this;
}
private int kDCKPCGPNNG_ ;
/**
* uint32 KDCKPCGPNNG = 8;
* @return The kDCKPCGPNNG.
*/
@java.lang.Override
public int getKDCKPCGPNNG() {
return kDCKPCGPNNG_;
}
/**
* uint32 KDCKPCGPNNG = 8;
* @param value The kDCKPCGPNNG to set.
* @return This builder for chaining.
*/
public Builder setKDCKPCGPNNG(int value) {
kDCKPCGPNNG_ = value;
onChanged();
return this;
}
/**
* uint32 KDCKPCGPNNG = 8;
* @return This builder for chaining.
*/
public Builder clearKDCKPCGPNNG() {
kDCKPCGPNNG_ = 0;
onChanged();
return this;
}
private int bKEAHJGOMEB_ ;
/**
* uint32 BKEAHJGOMEB = 13;
* @return The bKEAHJGOMEB.
*/
@java.lang.Override
public int getBKEAHJGOMEB() {
return bKEAHJGOMEB_;
}
/**
* uint32 BKEAHJGOMEB = 13;
* @param value The bKEAHJGOMEB to set.
* @return This builder for chaining.
*/
public Builder setBKEAHJGOMEB(int value) {
bKEAHJGOMEB_ = value;
onChanged();
return this;
}
/**
* uint32 BKEAHJGOMEB = 13;
* @return This builder for chaining.
*/
public Builder clearBKEAHJGOMEB() {
bKEAHJGOMEB_ = 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:FungusFighterV2SettleInfo)
}
// @@protoc_insertion_point(class_scope:FungusFighterV2SettleInfo)
private static final emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo();
}
public static emu.grasscutter.net.proto.FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser