// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: EffigyChallengeV2SettleInfo.proto
package emu.grasscutter.net.proto;
public final class EffigyChallengeV2SettleInfoOuterClass {
private EffigyChallengeV2SettleInfoOuterClass() {}
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 EffigyChallengeV2SettleInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:EffigyChallengeV2SettleInfo)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 CMCCNBNFAJE = 11;
* @return The cMCCNBNFAJE.
*/
int getCMCCNBNFAJE();
/**
* bool LFNCGGFLHPL = 9;
* @return The lFNCGGFLHPL.
*/
boolean getLFNCGGFLHPL();
/**
* uint32 DCAKCNEDDEB = 12;
* @return The dCAKCNEDDEB.
*/
int getDCAKCNEDDEB();
/**
* uint32 challenge_mode_difficulty = 3;
* @return The challengeModeDifficulty.
*/
int getChallengeModeDifficulty();
/**
* bool FOFHONJNIHG = 4;
* @return The fOFHONJNIHG.
*/
boolean getFOFHONJNIHG();
/**
* uint32 PHNDBBLLHDI = 1;
* @return The pHNDBBLLHDI.
*/
int getPHNDBBLLHDI();
}
/**
*
* Obf: GKEGGCBBJNB ** * Protobuf type {@code EffigyChallengeV2SettleInfo} */ public static final class EffigyChallengeV2SettleInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:EffigyChallengeV2SettleInfo) EffigyChallengeV2SettleInfoOrBuilder { private static final long serialVersionUID = 0L; // Use EffigyChallengeV2SettleInfo.newBuilder() to construct. private EffigyChallengeV2SettleInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private EffigyChallengeV2SettleInfo() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new EffigyChallengeV2SettleInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EffigyChallengeV2SettleInfo( 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: { pHNDBBLLHDI_ = input.readUInt32(); break; } case 24: { challengeModeDifficulty_ = input.readUInt32(); break; } case 32: { fOFHONJNIHG_ = input.readBool(); break; } case 72: { lFNCGGFLHPL_ = input.readBool(); break; } case 88: { cMCCNBNFAJE_ = input.readUInt32(); break; } case 96: { dCAKCNEDDEB_ = 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.EffigyChallengeV2SettleInfoOuterClass.internal_static_EffigyChallengeV2SettleInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.internal_static_EffigyChallengeV2SettleInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo.class, emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo.Builder.class); } public static final int CMCCNBNFAJE_FIELD_NUMBER = 11; private int cMCCNBNFAJE_; /** *
uint32 CMCCNBNFAJE = 11;
* @return The cMCCNBNFAJE.
*/
@java.lang.Override
public int getCMCCNBNFAJE() {
return cMCCNBNFAJE_;
}
public static final int LFNCGGFLHPL_FIELD_NUMBER = 9;
private boolean lFNCGGFLHPL_;
/**
* bool LFNCGGFLHPL = 9;
* @return The lFNCGGFLHPL.
*/
@java.lang.Override
public boolean getLFNCGGFLHPL() {
return lFNCGGFLHPL_;
}
public static final int DCAKCNEDDEB_FIELD_NUMBER = 12;
private int dCAKCNEDDEB_;
/**
* uint32 DCAKCNEDDEB = 12;
* @return The dCAKCNEDDEB.
*/
@java.lang.Override
public int getDCAKCNEDDEB() {
return dCAKCNEDDEB_;
}
public static final int CHALLENGE_MODE_DIFFICULTY_FIELD_NUMBER = 3;
private int challengeModeDifficulty_;
/**
* uint32 challenge_mode_difficulty = 3;
* @return The challengeModeDifficulty.
*/
@java.lang.Override
public int getChallengeModeDifficulty() {
return challengeModeDifficulty_;
}
public static final int FOFHONJNIHG_FIELD_NUMBER = 4;
private boolean fOFHONJNIHG_;
/**
* bool FOFHONJNIHG = 4;
* @return The fOFHONJNIHG.
*/
@java.lang.Override
public boolean getFOFHONJNIHG() {
return fOFHONJNIHG_;
}
public static final int PHNDBBLLHDI_FIELD_NUMBER = 1;
private int pHNDBBLLHDI_;
/**
* uint32 PHNDBBLLHDI = 1;
* @return The pHNDBBLLHDI.
*/
@java.lang.Override
public int getPHNDBBLLHDI() {
return pHNDBBLLHDI_;
}
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 (pHNDBBLLHDI_ != 0) {
output.writeUInt32(1, pHNDBBLLHDI_);
}
if (challengeModeDifficulty_ != 0) {
output.writeUInt32(3, challengeModeDifficulty_);
}
if (fOFHONJNIHG_ != false) {
output.writeBool(4, fOFHONJNIHG_);
}
if (lFNCGGFLHPL_ != false) {
output.writeBool(9, lFNCGGFLHPL_);
}
if (cMCCNBNFAJE_ != 0) {
output.writeUInt32(11, cMCCNBNFAJE_);
}
if (dCAKCNEDDEB_ != 0) {
output.writeUInt32(12, dCAKCNEDDEB_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (pHNDBBLLHDI_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(1, pHNDBBLLHDI_);
}
if (challengeModeDifficulty_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(3, challengeModeDifficulty_);
}
if (fOFHONJNIHG_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(4, fOFHONJNIHG_);
}
if (lFNCGGFLHPL_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(9, lFNCGGFLHPL_);
}
if (cMCCNBNFAJE_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(11, cMCCNBNFAJE_);
}
if (dCAKCNEDDEB_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(12, dCAKCNEDDEB_);
}
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.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo other = (emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo) obj;
if (getCMCCNBNFAJE()
!= other.getCMCCNBNFAJE()) return false;
if (getLFNCGGFLHPL()
!= other.getLFNCGGFLHPL()) return false;
if (getDCAKCNEDDEB()
!= other.getDCAKCNEDDEB()) return false;
if (getChallengeModeDifficulty()
!= other.getChallengeModeDifficulty()) return false;
if (getFOFHONJNIHG()
!= other.getFOFHONJNIHG()) return false;
if (getPHNDBBLLHDI()
!= other.getPHNDBBLLHDI()) 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) + CMCCNBNFAJE_FIELD_NUMBER;
hash = (53 * hash) + getCMCCNBNFAJE();
hash = (37 * hash) + LFNCGGFLHPL_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getLFNCGGFLHPL());
hash = (37 * hash) + DCAKCNEDDEB_FIELD_NUMBER;
hash = (53 * hash) + getDCAKCNEDDEB();
hash = (37 * hash) + CHALLENGE_MODE_DIFFICULTY_FIELD_NUMBER;
hash = (53 * hash) + getChallengeModeDifficulty();
hash = (37 * hash) + FOFHONJNIHG_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getFOFHONJNIHG());
hash = (37 * hash) + PHNDBBLLHDI_FIELD_NUMBER;
hash = (53 * hash) + getPHNDBBLLHDI();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo 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.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo 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.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo 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.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo 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.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo 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.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo 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: GKEGGCBBJNB ** * Protobuf type {@code EffigyChallengeV2SettleInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
uint32 CMCCNBNFAJE = 11;
* @return The cMCCNBNFAJE.
*/
@java.lang.Override
public int getCMCCNBNFAJE() {
return cMCCNBNFAJE_;
}
/**
* uint32 CMCCNBNFAJE = 11;
* @param value The cMCCNBNFAJE to set.
* @return This builder for chaining.
*/
public Builder setCMCCNBNFAJE(int value) {
cMCCNBNFAJE_ = value;
onChanged();
return this;
}
/**
* uint32 CMCCNBNFAJE = 11;
* @return This builder for chaining.
*/
public Builder clearCMCCNBNFAJE() {
cMCCNBNFAJE_ = 0;
onChanged();
return this;
}
private boolean lFNCGGFLHPL_ ;
/**
* bool LFNCGGFLHPL = 9;
* @return The lFNCGGFLHPL.
*/
@java.lang.Override
public boolean getLFNCGGFLHPL() {
return lFNCGGFLHPL_;
}
/**
* bool LFNCGGFLHPL = 9;
* @param value The lFNCGGFLHPL to set.
* @return This builder for chaining.
*/
public Builder setLFNCGGFLHPL(boolean value) {
lFNCGGFLHPL_ = value;
onChanged();
return this;
}
/**
* bool LFNCGGFLHPL = 9;
* @return This builder for chaining.
*/
public Builder clearLFNCGGFLHPL() {
lFNCGGFLHPL_ = false;
onChanged();
return this;
}
private int dCAKCNEDDEB_ ;
/**
* uint32 DCAKCNEDDEB = 12;
* @return The dCAKCNEDDEB.
*/
@java.lang.Override
public int getDCAKCNEDDEB() {
return dCAKCNEDDEB_;
}
/**
* uint32 DCAKCNEDDEB = 12;
* @param value The dCAKCNEDDEB to set.
* @return This builder for chaining.
*/
public Builder setDCAKCNEDDEB(int value) {
dCAKCNEDDEB_ = value;
onChanged();
return this;
}
/**
* uint32 DCAKCNEDDEB = 12;
* @return This builder for chaining.
*/
public Builder clearDCAKCNEDDEB() {
dCAKCNEDDEB_ = 0;
onChanged();
return this;
}
private int challengeModeDifficulty_ ;
/**
* uint32 challenge_mode_difficulty = 3;
* @return The challengeModeDifficulty.
*/
@java.lang.Override
public int getChallengeModeDifficulty() {
return challengeModeDifficulty_;
}
/**
* uint32 challenge_mode_difficulty = 3;
* @param value The challengeModeDifficulty to set.
* @return This builder for chaining.
*/
public Builder setChallengeModeDifficulty(int value) {
challengeModeDifficulty_ = value;
onChanged();
return this;
}
/**
* uint32 challenge_mode_difficulty = 3;
* @return This builder for chaining.
*/
public Builder clearChallengeModeDifficulty() {
challengeModeDifficulty_ = 0;
onChanged();
return this;
}
private boolean fOFHONJNIHG_ ;
/**
* bool FOFHONJNIHG = 4;
* @return The fOFHONJNIHG.
*/
@java.lang.Override
public boolean getFOFHONJNIHG() {
return fOFHONJNIHG_;
}
/**
* bool FOFHONJNIHG = 4;
* @param value The fOFHONJNIHG to set.
* @return This builder for chaining.
*/
public Builder setFOFHONJNIHG(boolean value) {
fOFHONJNIHG_ = value;
onChanged();
return this;
}
/**
* bool FOFHONJNIHG = 4;
* @return This builder for chaining.
*/
public Builder clearFOFHONJNIHG() {
fOFHONJNIHG_ = false;
onChanged();
return this;
}
private int pHNDBBLLHDI_ ;
/**
* uint32 PHNDBBLLHDI = 1;
* @return The pHNDBBLLHDI.
*/
@java.lang.Override
public int getPHNDBBLLHDI() {
return pHNDBBLLHDI_;
}
/**
* uint32 PHNDBBLLHDI = 1;
* @param value The pHNDBBLLHDI to set.
* @return This builder for chaining.
*/
public Builder setPHNDBBLLHDI(int value) {
pHNDBBLLHDI_ = value;
onChanged();
return this;
}
/**
* uint32 PHNDBBLLHDI = 1;
* @return This builder for chaining.
*/
public Builder clearPHNDBBLLHDI() {
pHNDBBLLHDI_ = 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:EffigyChallengeV2SettleInfo)
}
// @@protoc_insertion_point(class_scope:EffigyChallengeV2SettleInfo)
private static final emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo();
}
public static emu.grasscutter.net.proto.EffigyChallengeV2SettleInfoOuterClass.EffigyChallengeV2SettleInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser