mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-04 23:13:42 +08:00
1084 lines
38 KiB
Java
1084 lines
38 KiB
Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: FungusFighterTrainingGallerySettleNotify.proto
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
public final class FungusFighterTrainingGallerySettleNotifyOuterClass {
|
|
private FungusFighterTrainingGallerySettleNotifyOuterClass() {}
|
|
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 FungusFighterTrainingGallerySettleNotifyOrBuilder extends
|
|
// @@protoc_insertion_point(interface_extends:FungusFighterTrainingGallerySettleNotify)
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
/**
|
|
* <code>uint32 ABILOHCLAHL = 13;</code>
|
|
* @return The aBILOHCLAHL.
|
|
*/
|
|
int getABILOHCLAHL();
|
|
|
|
/**
|
|
* <code>uint32 total_used_time = 1;</code>
|
|
* @return The totalUsedTime.
|
|
*/
|
|
int getTotalUsedTime();
|
|
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 4;</code>
|
|
* @return The enum numeric value on the wire for reason.
|
|
*/
|
|
int getReasonValue();
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 4;</code>
|
|
* @return The reason.
|
|
*/
|
|
emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM getReason();
|
|
|
|
/**
|
|
* <code>bool is_final_settle = 5;</code>
|
|
* @return The isFinalSettle.
|
|
*/
|
|
boolean getIsFinalSettle();
|
|
|
|
/**
|
|
* <code>uint32 FDFLGEDCHBF = 9;</code>
|
|
* @return The fDFLGEDCHBF.
|
|
*/
|
|
int getFDFLGEDCHBF();
|
|
|
|
/**
|
|
* <code>uint32 NGNIJKMMOPP = 14;</code>
|
|
* @return The nGNIJKMMOPP.
|
|
*/
|
|
int getNGNIJKMMOPP();
|
|
|
|
/**
|
|
* <code>uint32 final_score = 8;</code>
|
|
* @return The finalScore.
|
|
*/
|
|
int getFinalScore();
|
|
|
|
/**
|
|
* <code>bool is_new_record = 2;</code>
|
|
* @return The isNewRecord.
|
|
*/
|
|
boolean getIsNewRecord();
|
|
}
|
|
/**
|
|
* <pre>
|
|
* CmdId: 9469
|
|
* Obf: HDPOABIMFDJ
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code FungusFighterTrainingGallerySettleNotify}
|
|
*/
|
|
public static final class FungusFighterTrainingGallerySettleNotify extends
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
// @@protoc_insertion_point(message_implements:FungusFighterTrainingGallerySettleNotify)
|
|
FungusFighterTrainingGallerySettleNotifyOrBuilder {
|
|
private static final long serialVersionUID = 0L;
|
|
// Use FungusFighterTrainingGallerySettleNotify.newBuilder() to construct.
|
|
private FungusFighterTrainingGallerySettleNotify(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
super(builder);
|
|
}
|
|
private FungusFighterTrainingGallerySettleNotify() {
|
|
reason_ = 0;
|
|
}
|
|
|
|
@java.lang.Override
|
|
@SuppressWarnings({"unused"})
|
|
protected java.lang.Object newInstance(
|
|
UnusedPrivateParameter unused) {
|
|
return new FungusFighterTrainingGallerySettleNotify();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
getUnknownFields() {
|
|
return this.unknownFields;
|
|
}
|
|
private FungusFighterTrainingGallerySettleNotify(
|
|
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 8: {
|
|
|
|
totalUsedTime_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
|
|
isNewRecord_ = input.readBool();
|
|
break;
|
|
}
|
|
case 32: {
|
|
int rawValue = input.readEnum();
|
|
|
|
reason_ = rawValue;
|
|
break;
|
|
}
|
|
case 40: {
|
|
|
|
isFinalSettle_ = input.readBool();
|
|
break;
|
|
}
|
|
case 64: {
|
|
|
|
finalScore_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
|
|
fDFLGEDCHBF_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
|
|
aBILOHCLAHL_ = input.readUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
|
|
nGNIJKMMOPP_ = 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.FungusFighterTrainingGallerySettleNotifyOuterClass.internal_static_FungusFighterTrainingGallerySettleNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.internal_static_FungusFighterTrainingGallerySettleNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify.class, emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify.Builder.class);
|
|
}
|
|
|
|
public static final int ABILOHCLAHL_FIELD_NUMBER = 13;
|
|
private int aBILOHCLAHL_;
|
|
/**
|
|
* <code>uint32 ABILOHCLAHL = 13;</code>
|
|
* @return The aBILOHCLAHL.
|
|
*/
|
|
@java.lang.Override
|
|
public int getABILOHCLAHL() {
|
|
return aBILOHCLAHL_;
|
|
}
|
|
|
|
public static final int TOTAL_USED_TIME_FIELD_NUMBER = 1;
|
|
private int totalUsedTime_;
|
|
/**
|
|
* <code>uint32 total_used_time = 1;</code>
|
|
* @return The totalUsedTime.
|
|
*/
|
|
@java.lang.Override
|
|
public int getTotalUsedTime() {
|
|
return totalUsedTime_;
|
|
}
|
|
|
|
public static final int REASON_FIELD_NUMBER = 4;
|
|
private int reason_;
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 4;</code>
|
|
* @return The enum numeric value on the wire for reason.
|
|
*/
|
|
@java.lang.Override public int getReasonValue() {
|
|
return reason_;
|
|
}
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 4;</code>
|
|
* @return The reason.
|
|
*/
|
|
@java.lang.Override public emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM getReason() {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM result = emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.valueOf(reason_);
|
|
return result == null ? emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.UNRECOGNIZED : result;
|
|
}
|
|
|
|
public static final int IS_FINAL_SETTLE_FIELD_NUMBER = 5;
|
|
private boolean isFinalSettle_;
|
|
/**
|
|
* <code>bool is_final_settle = 5;</code>
|
|
* @return The isFinalSettle.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsFinalSettle() {
|
|
return isFinalSettle_;
|
|
}
|
|
|
|
public static final int FDFLGEDCHBF_FIELD_NUMBER = 9;
|
|
private int fDFLGEDCHBF_;
|
|
/**
|
|
* <code>uint32 FDFLGEDCHBF = 9;</code>
|
|
* @return The fDFLGEDCHBF.
|
|
*/
|
|
@java.lang.Override
|
|
public int getFDFLGEDCHBF() {
|
|
return fDFLGEDCHBF_;
|
|
}
|
|
|
|
public static final int NGNIJKMMOPP_FIELD_NUMBER = 14;
|
|
private int nGNIJKMMOPP_;
|
|
/**
|
|
* <code>uint32 NGNIJKMMOPP = 14;</code>
|
|
* @return The nGNIJKMMOPP.
|
|
*/
|
|
@java.lang.Override
|
|
public int getNGNIJKMMOPP() {
|
|
return nGNIJKMMOPP_;
|
|
}
|
|
|
|
public static final int FINAL_SCORE_FIELD_NUMBER = 8;
|
|
private int finalScore_;
|
|
/**
|
|
* <code>uint32 final_score = 8;</code>
|
|
* @return The finalScore.
|
|
*/
|
|
@java.lang.Override
|
|
public int getFinalScore() {
|
|
return finalScore_;
|
|
}
|
|
|
|
public static final int IS_NEW_RECORD_FIELD_NUMBER = 2;
|
|
private boolean isNewRecord_;
|
|
/**
|
|
* <code>bool is_new_record = 2;</code>
|
|
* @return The isNewRecord.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsNewRecord() {
|
|
return isNewRecord_;
|
|
}
|
|
|
|
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 (totalUsedTime_ != 0) {
|
|
output.writeUInt32(1, totalUsedTime_);
|
|
}
|
|
if (isNewRecord_ != false) {
|
|
output.writeBool(2, isNewRecord_);
|
|
}
|
|
if (reason_ != emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.KDHIAEFLGFM_GalleryStopNone.getNumber()) {
|
|
output.writeEnum(4, reason_);
|
|
}
|
|
if (isFinalSettle_ != false) {
|
|
output.writeBool(5, isFinalSettle_);
|
|
}
|
|
if (finalScore_ != 0) {
|
|
output.writeUInt32(8, finalScore_);
|
|
}
|
|
if (fDFLGEDCHBF_ != 0) {
|
|
output.writeUInt32(9, fDFLGEDCHBF_);
|
|
}
|
|
if (aBILOHCLAHL_ != 0) {
|
|
output.writeUInt32(13, aBILOHCLAHL_);
|
|
}
|
|
if (nGNIJKMMOPP_ != 0) {
|
|
output.writeUInt32(14, nGNIJKMMOPP_);
|
|
}
|
|
unknownFields.writeTo(output);
|
|
}
|
|
|
|
@java.lang.Override
|
|
public int getSerializedSize() {
|
|
int size = memoizedSize;
|
|
if (size != -1) return size;
|
|
|
|
size = 0;
|
|
if (totalUsedTime_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(1, totalUsedTime_);
|
|
}
|
|
if (isNewRecord_ != false) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeBoolSize(2, isNewRecord_);
|
|
}
|
|
if (reason_ != emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.KDHIAEFLGFM_GalleryStopNone.getNumber()) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeEnumSize(4, reason_);
|
|
}
|
|
if (isFinalSettle_ != false) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeBoolSize(5, isFinalSettle_);
|
|
}
|
|
if (finalScore_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(8, finalScore_);
|
|
}
|
|
if (fDFLGEDCHBF_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(9, fDFLGEDCHBF_);
|
|
}
|
|
if (aBILOHCLAHL_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(13, aBILOHCLAHL_);
|
|
}
|
|
if (nGNIJKMMOPP_ != 0) {
|
|
size += com.google.protobuf.CodedOutputStream
|
|
.computeUInt32Size(14, nGNIJKMMOPP_);
|
|
}
|
|
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.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify)) {
|
|
return super.equals(obj);
|
|
}
|
|
emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify other = (emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify) obj;
|
|
|
|
if (getABILOHCLAHL()
|
|
!= other.getABILOHCLAHL()) return false;
|
|
if (getTotalUsedTime()
|
|
!= other.getTotalUsedTime()) return false;
|
|
if (reason_ != other.reason_) return false;
|
|
if (getIsFinalSettle()
|
|
!= other.getIsFinalSettle()) return false;
|
|
if (getFDFLGEDCHBF()
|
|
!= other.getFDFLGEDCHBF()) return false;
|
|
if (getNGNIJKMMOPP()
|
|
!= other.getNGNIJKMMOPP()) return false;
|
|
if (getFinalScore()
|
|
!= other.getFinalScore()) return false;
|
|
if (getIsNewRecord()
|
|
!= other.getIsNewRecord()) 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) + ABILOHCLAHL_FIELD_NUMBER;
|
|
hash = (53 * hash) + getABILOHCLAHL();
|
|
hash = (37 * hash) + TOTAL_USED_TIME_FIELD_NUMBER;
|
|
hash = (53 * hash) + getTotalUsedTime();
|
|
hash = (37 * hash) + REASON_FIELD_NUMBER;
|
|
hash = (53 * hash) + reason_;
|
|
hash = (37 * hash) + IS_FINAL_SETTLE_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
getIsFinalSettle());
|
|
hash = (37 * hash) + FDFLGEDCHBF_FIELD_NUMBER;
|
|
hash = (53 * hash) + getFDFLGEDCHBF();
|
|
hash = (37 * hash) + NGNIJKMMOPP_FIELD_NUMBER;
|
|
hash = (53 * hash) + getNGNIJKMMOPP();
|
|
hash = (37 * hash) + FINAL_SCORE_FIELD_NUMBER;
|
|
hash = (53 * hash) + getFinalScore();
|
|
hash = (37 * hash) + IS_NEW_RECORD_FIELD_NUMBER;
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
getIsNewRecord());
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
memoizedHashCode = hash;
|
|
return hash;
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify parseFrom(
|
|
java.nio.ByteBuffer data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify 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.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify parseFrom(
|
|
com.google.protobuf.ByteString data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify 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.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify parseFrom(byte[] data)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data);
|
|
}
|
|
public static emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify parseFrom(
|
|
byte[] data,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
}
|
|
public static emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify parseFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify 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.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify parseDelimitedFrom(java.io.InputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify 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.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify parseFrom(
|
|
com.google.protobuf.CodedInputStream input)
|
|
throws java.io.IOException {
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
.parseWithIOException(PARSER, input);
|
|
}
|
|
public static emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify 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.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify 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: 9469
|
|
* Obf: HDPOABIMFDJ
|
|
* </pre>
|
|
*
|
|
* Protobuf type {@code FungusFighterTrainingGallerySettleNotify}
|
|
*/
|
|
public static final class Builder extends
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
// @@protoc_insertion_point(builder_implements:FungusFighterTrainingGallerySettleNotify)
|
|
emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotifyOrBuilder {
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptor() {
|
|
return emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.internal_static_FungusFighterTrainingGallerySettleNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internalGetFieldAccessorTable() {
|
|
return emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.internal_static_FungusFighterTrainingGallerySettleNotify_fieldAccessorTable
|
|
.ensureFieldAccessorsInitialized(
|
|
emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify.class, emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify.Builder.class);
|
|
}
|
|
|
|
// Construct using emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify.newBuilder()
|
|
private Builder() {
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
|
|
private Builder(
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
super(parent);
|
|
maybeForceBuilderInitialization();
|
|
}
|
|
private void maybeForceBuilderInitialization() {
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
.alwaysUseFieldBuilders) {
|
|
}
|
|
}
|
|
@java.lang.Override
|
|
public Builder clear() {
|
|
super.clear();
|
|
aBILOHCLAHL_ = 0;
|
|
|
|
totalUsedTime_ = 0;
|
|
|
|
reason_ = 0;
|
|
|
|
isFinalSettle_ = false;
|
|
|
|
fDFLGEDCHBF_ = 0;
|
|
|
|
nGNIJKMMOPP_ = 0;
|
|
|
|
finalScore_ = 0;
|
|
|
|
isNewRecord_ = false;
|
|
|
|
return this;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
getDescriptorForType() {
|
|
return emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.internal_static_FungusFighterTrainingGallerySettleNotify_descriptor;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify getDefaultInstanceForType() {
|
|
return emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify.getDefaultInstance();
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify build() {
|
|
emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify result = buildPartial();
|
|
if (!result.isInitialized()) {
|
|
throw newUninitializedMessageException(result);
|
|
}
|
|
return result;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify buildPartial() {
|
|
emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify result = new emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify(this);
|
|
result.aBILOHCLAHL_ = aBILOHCLAHL_;
|
|
result.totalUsedTime_ = totalUsedTime_;
|
|
result.reason_ = reason_;
|
|
result.isFinalSettle_ = isFinalSettle_;
|
|
result.fDFLGEDCHBF_ = fDFLGEDCHBF_;
|
|
result.nGNIJKMMOPP_ = nGNIJKMMOPP_;
|
|
result.finalScore_ = finalScore_;
|
|
result.isNewRecord_ = isNewRecord_;
|
|
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.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify) {
|
|
return mergeFrom((emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify)other);
|
|
} else {
|
|
super.mergeFrom(other);
|
|
return this;
|
|
}
|
|
}
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify other) {
|
|
if (other == emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify.getDefaultInstance()) return this;
|
|
if (other.getABILOHCLAHL() != 0) {
|
|
setABILOHCLAHL(other.getABILOHCLAHL());
|
|
}
|
|
if (other.getTotalUsedTime() != 0) {
|
|
setTotalUsedTime(other.getTotalUsedTime());
|
|
}
|
|
if (other.reason_ != 0) {
|
|
setReasonValue(other.getReasonValue());
|
|
}
|
|
if (other.getIsFinalSettle() != false) {
|
|
setIsFinalSettle(other.getIsFinalSettle());
|
|
}
|
|
if (other.getFDFLGEDCHBF() != 0) {
|
|
setFDFLGEDCHBF(other.getFDFLGEDCHBF());
|
|
}
|
|
if (other.getNGNIJKMMOPP() != 0) {
|
|
setNGNIJKMMOPP(other.getNGNIJKMMOPP());
|
|
}
|
|
if (other.getFinalScore() != 0) {
|
|
setFinalScore(other.getFinalScore());
|
|
}
|
|
if (other.getIsNewRecord() != false) {
|
|
setIsNewRecord(other.getIsNewRecord());
|
|
}
|
|
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.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify parsedMessage = null;
|
|
try {
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
parsedMessage = (emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify) e.getUnfinishedMessage();
|
|
throw e.unwrapIOException();
|
|
} finally {
|
|
if (parsedMessage != null) {
|
|
mergeFrom(parsedMessage);
|
|
}
|
|
}
|
|
return this;
|
|
}
|
|
|
|
private int aBILOHCLAHL_ ;
|
|
/**
|
|
* <code>uint32 ABILOHCLAHL = 13;</code>
|
|
* @return The aBILOHCLAHL.
|
|
*/
|
|
@java.lang.Override
|
|
public int getABILOHCLAHL() {
|
|
return aBILOHCLAHL_;
|
|
}
|
|
/**
|
|
* <code>uint32 ABILOHCLAHL = 13;</code>
|
|
* @param value The aBILOHCLAHL to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setABILOHCLAHL(int value) {
|
|
|
|
aBILOHCLAHL_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 ABILOHCLAHL = 13;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearABILOHCLAHL() {
|
|
|
|
aBILOHCLAHL_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int totalUsedTime_ ;
|
|
/**
|
|
* <code>uint32 total_used_time = 1;</code>
|
|
* @return The totalUsedTime.
|
|
*/
|
|
@java.lang.Override
|
|
public int getTotalUsedTime() {
|
|
return totalUsedTime_;
|
|
}
|
|
/**
|
|
* <code>uint32 total_used_time = 1;</code>
|
|
* @param value The totalUsedTime to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setTotalUsedTime(int value) {
|
|
|
|
totalUsedTime_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 total_used_time = 1;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearTotalUsedTime() {
|
|
|
|
totalUsedTime_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int reason_ = 0;
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 4;</code>
|
|
* @return The enum numeric value on the wire for reason.
|
|
*/
|
|
@java.lang.Override public int getReasonValue() {
|
|
return reason_;
|
|
}
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 4;</code>
|
|
* @param value The enum numeric value on the wire for reason to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setReasonValue(int value) {
|
|
|
|
reason_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 4;</code>
|
|
* @return The reason.
|
|
*/
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM getReason() {
|
|
@SuppressWarnings("deprecation")
|
|
emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM result = emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.valueOf(reason_);
|
|
return result == null ? emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM.UNRECOGNIZED : result;
|
|
}
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 4;</code>
|
|
* @param value The reason to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setReason(emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.KDHIAEFLGFM value) {
|
|
if (value == null) {
|
|
throw new NullPointerException();
|
|
}
|
|
|
|
reason_ = value.getNumber();
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>.KDHIAEFLGFM reason = 4;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearReason() {
|
|
|
|
reason_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private boolean isFinalSettle_ ;
|
|
/**
|
|
* <code>bool is_final_settle = 5;</code>
|
|
* @return The isFinalSettle.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsFinalSettle() {
|
|
return isFinalSettle_;
|
|
}
|
|
/**
|
|
* <code>bool is_final_settle = 5;</code>
|
|
* @param value The isFinalSettle to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIsFinalSettle(boolean value) {
|
|
|
|
isFinalSettle_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool is_final_settle = 5;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearIsFinalSettle() {
|
|
|
|
isFinalSettle_ = false;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int fDFLGEDCHBF_ ;
|
|
/**
|
|
* <code>uint32 FDFLGEDCHBF = 9;</code>
|
|
* @return The fDFLGEDCHBF.
|
|
*/
|
|
@java.lang.Override
|
|
public int getFDFLGEDCHBF() {
|
|
return fDFLGEDCHBF_;
|
|
}
|
|
/**
|
|
* <code>uint32 FDFLGEDCHBF = 9;</code>
|
|
* @param value The fDFLGEDCHBF to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setFDFLGEDCHBF(int value) {
|
|
|
|
fDFLGEDCHBF_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 FDFLGEDCHBF = 9;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearFDFLGEDCHBF() {
|
|
|
|
fDFLGEDCHBF_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int nGNIJKMMOPP_ ;
|
|
/**
|
|
* <code>uint32 NGNIJKMMOPP = 14;</code>
|
|
* @return The nGNIJKMMOPP.
|
|
*/
|
|
@java.lang.Override
|
|
public int getNGNIJKMMOPP() {
|
|
return nGNIJKMMOPP_;
|
|
}
|
|
/**
|
|
* <code>uint32 NGNIJKMMOPP = 14;</code>
|
|
* @param value The nGNIJKMMOPP to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setNGNIJKMMOPP(int value) {
|
|
|
|
nGNIJKMMOPP_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 NGNIJKMMOPP = 14;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearNGNIJKMMOPP() {
|
|
|
|
nGNIJKMMOPP_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private int finalScore_ ;
|
|
/**
|
|
* <code>uint32 final_score = 8;</code>
|
|
* @return The finalScore.
|
|
*/
|
|
@java.lang.Override
|
|
public int getFinalScore() {
|
|
return finalScore_;
|
|
}
|
|
/**
|
|
* <code>uint32 final_score = 8;</code>
|
|
* @param value The finalScore to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setFinalScore(int value) {
|
|
|
|
finalScore_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>uint32 final_score = 8;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearFinalScore() {
|
|
|
|
finalScore_ = 0;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
|
|
private boolean isNewRecord_ ;
|
|
/**
|
|
* <code>bool is_new_record = 2;</code>
|
|
* @return The isNewRecord.
|
|
*/
|
|
@java.lang.Override
|
|
public boolean getIsNewRecord() {
|
|
return isNewRecord_;
|
|
}
|
|
/**
|
|
* <code>bool is_new_record = 2;</code>
|
|
* @param value The isNewRecord to set.
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder setIsNewRecord(boolean value) {
|
|
|
|
isNewRecord_ = value;
|
|
onChanged();
|
|
return this;
|
|
}
|
|
/**
|
|
* <code>bool is_new_record = 2;</code>
|
|
* @return This builder for chaining.
|
|
*/
|
|
public Builder clearIsNewRecord() {
|
|
|
|
isNewRecord_ = false;
|
|
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:FungusFighterTrainingGallerySettleNotify)
|
|
}
|
|
|
|
// @@protoc_insertion_point(class_scope:FungusFighterTrainingGallerySettleNotify)
|
|
private static final emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify DEFAULT_INSTANCE;
|
|
static {
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify();
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify getDefaultInstance() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
private static final com.google.protobuf.Parser<FungusFighterTrainingGallerySettleNotify>
|
|
PARSER = new com.google.protobuf.AbstractParser<FungusFighterTrainingGallerySettleNotify>() {
|
|
@java.lang.Override
|
|
public FungusFighterTrainingGallerySettleNotify parsePartialFrom(
|
|
com.google.protobuf.CodedInputStream input,
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
return new FungusFighterTrainingGallerySettleNotify(input, extensionRegistry);
|
|
}
|
|
};
|
|
|
|
public static com.google.protobuf.Parser<FungusFighterTrainingGallerySettleNotify> parser() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public com.google.protobuf.Parser<FungusFighterTrainingGallerySettleNotify> getParserForType() {
|
|
return PARSER;
|
|
}
|
|
|
|
@java.lang.Override
|
|
public emu.grasscutter.net.proto.FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify getDefaultInstanceForType() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
internal_static_FungusFighterTrainingGallerySettleNotify_descriptor;
|
|
private static final
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
internal_static_FungusFighterTrainingGallerySettleNotify_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.FungusFighterTrainingGallerySettleNoti" +
|
|
"fy.proto\032\021KDHIAEFLGFM.proto\"\345\001\n(FungusFi" +
|
|
"ghterTrainingGallerySettleNotify\022\023\n\013ABIL" +
|
|
"OHCLAHL\030\r \001(\r\022\027\n\017total_used_time\030\001 \001(\r\022\034" +
|
|
"\n\006reason\030\004 \001(\0162\014.KDHIAEFLGFM\022\027\n\017is_final" +
|
|
"_settle\030\005 \001(\010\022\023\n\013FDFLGEDCHBF\030\t \001(\r\022\023\n\013NG" +
|
|
"NIJKMMOPP\030\016 \001(\r\022\023\n\013final_score\030\010 \001(\r\022\025\n\r" +
|
|
"is_new_record\030\002 \001(\010B\033\n\031emu.grasscutter.n" +
|
|
"et.protob\006proto3"
|
|
};
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.getDescriptor(),
|
|
});
|
|
internal_static_FungusFighterTrainingGallerySettleNotify_descriptor =
|
|
getDescriptor().getMessageTypes().get(0);
|
|
internal_static_FungusFighterTrainingGallerySettleNotify_fieldAccessorTable = new
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
internal_static_FungusFighterTrainingGallerySettleNotify_descriptor,
|
|
new java.lang.String[] { "ABILOHCLAHL", "TotalUsedTime", "Reason", "IsFinalSettle", "FDFLGEDCHBF", "NGNIJKMMOPP", "FinalScore", "IsNewRecord", });
|
|
emu.grasscutter.net.proto.KDHIAEFLGFMOuterClass.getDescriptor();
|
|
}
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
}
|