2
0
mirror of https://github.com/Grasscutters/Grasscutter synced 2025-08-27 20:37:25 +00:00
Grasscutter/src/generated/main/java/emu/grasscutter/net/proto/ReunionBriefInfoOuterClass.java
2023-08-14 18:57:43 -04:00

1843 lines
62 KiB
Java

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ReunionBriefInfo.proto
package emu.grasscutter.net.proto;
public final class ReunionBriefInfoOuterClass {
private ReunionBriefInfoOuterClass() {}
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 ReunionBriefInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:ReunionBriefInfo)
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 start_time = 1;</code>
* @return The startTime.
*/
int getStartTime();
/**
* <code>uint32 sign_in_config_id = 6;</code>
* @return The signInConfigId.
*/
int getSignInConfigId();
/**
* <code>uint32 OGDAOPBFBKM = 12;</code>
* @return The oGDAOPBFBKM.
*/
int getOGDAOPBFBKM();
/**
* <code>bool PBKEBOEICMN = 14;</code>
* @return The pBKEBOEICMN.
*/
boolean getPBKEBOEICMN();
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @return A list containing the nMAEOONHPIJ.
*/
java.util.List<emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE> getNMAEOONHPIJList();
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @return The count of nMAEOONHPIJ.
*/
int getNMAEOONHPIJCount();
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param index The index of the element to return.
* @return The nMAEOONHPIJ at the given index.
*/
emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE getNMAEOONHPIJ(int index);
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @return A list containing the enum numeric values on the wire for nMAEOONHPIJ.
*/
java.util.List<java.lang.Integer>
getNMAEOONHPIJValueList();
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param index The index of the value to return.
* @return The enum numeric value on the wire of nMAEOONHPIJ at the given index.
*/
int getNMAEOONHPIJValue(int index);
/**
* <code>uint32 mission_id = 8;</code>
* @return The missionId.
*/
int getMissionId();
/**
* <code>uint32 first_day_start_time = 2;</code>
* @return The firstDayStartTime.
*/
int getFirstDayStartTime();
/**
* <code>uint32 privilege_id = 11;</code>
* @return The privilegeId.
*/
int getPrivilegeId();
/**
* <code>string version = 7;</code>
* @return The version.
*/
java.lang.String getVersion();
/**
* <code>string version = 7;</code>
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
/**
* <code>bool CJMFAOILNFB = 4;</code>
* @return The cJMFAOILNFB.
*/
boolean getCJMFAOILNFB();
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
* @return Whether the privilegeInfo field is set.
*/
boolean hasPrivilegeInfo();
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
* @return The privilegeInfo.
*/
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo getPrivilegeInfo();
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
*/
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfoOrBuilder getPrivilegeInfoOrBuilder();
/**
* <code>uint32 finish_time = 13;</code>
* @return The finishTime.
*/
int getFinishTime();
/**
* <code>bool KKDLAEGCONN = 5;</code>
* @return The kKDLAEGCONN.
*/
boolean getKKDLAEGCONN();
}
/**
* <pre>
* Obf: PLPECNHEMCO
* </pre>
*
* Protobuf type {@code ReunionBriefInfo}
*/
public static final class ReunionBriefInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:ReunionBriefInfo)
ReunionBriefInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use ReunionBriefInfo.newBuilder() to construct.
private ReunionBriefInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
}
private ReunionBriefInfo() {
nMAEOONHPIJ_ = java.util.Collections.emptyList();
version_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new ReunionBriefInfo();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ReunionBriefInfo(
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: {
startTime_ = input.readUInt32();
break;
}
case 16: {
firstDayStartTime_ = input.readUInt32();
break;
}
case 32: {
cJMFAOILNFB_ = input.readBool();
break;
}
case 40: {
kKDLAEGCONN_ = input.readBool();
break;
}
case 48: {
signInConfigId_ = input.readUInt32();
break;
}
case 58: {
java.lang.String s = input.readStringRequireUtf8();
version_ = s;
break;
}
case 64: {
missionId_ = input.readUInt32();
break;
}
case 74: {
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.Builder subBuilder = null;
if (privilegeInfo_ != null) {
subBuilder = privilegeInfo_.toBuilder();
}
privilegeInfo_ = input.readMessage(emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(privilegeInfo_);
privilegeInfo_ = subBuilder.buildPartial();
}
break;
}
case 88: {
privilegeId_ = input.readUInt32();
break;
}
case 96: {
oGDAOPBFBKM_ = input.readUInt32();
break;
}
case 104: {
finishTime_ = input.readUInt32();
break;
}
case 112: {
pBKEBOEICMN_ = input.readBool();
break;
}
case 120: {
int rawValue = input.readEnum();
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
nMAEOONHPIJ_ = new java.util.ArrayList<java.lang.Integer>();
mutable_bitField0_ |= 0x00000001;
}
nMAEOONHPIJ_.add(rawValue);
break;
}
case 122: {
int length = input.readRawVarint32();
int oldLimit = input.pushLimit(length);
while(input.getBytesUntilLimit() > 0) {
int rawValue = input.readEnum();
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
nMAEOONHPIJ_ = new java.util.ArrayList<java.lang.Integer>();
mutable_bitField0_ |= 0x00000001;
}
nMAEOONHPIJ_.add(rawValue);
}
input.popLimit(oldLimit);
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)) {
nMAEOONHPIJ_ = java.util.Collections.unmodifiableList(nMAEOONHPIJ_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.internal_static_ReunionBriefInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.internal_static_ReunionBriefInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo.class, emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo.Builder.class);
}
public static final int START_TIME_FIELD_NUMBER = 1;
private int startTime_;
/**
* <code>uint32 start_time = 1;</code>
* @return The startTime.
*/
@java.lang.Override
public int getStartTime() {
return startTime_;
}
public static final int SIGN_IN_CONFIG_ID_FIELD_NUMBER = 6;
private int signInConfigId_;
/**
* <code>uint32 sign_in_config_id = 6;</code>
* @return The signInConfigId.
*/
@java.lang.Override
public int getSignInConfigId() {
return signInConfigId_;
}
public static final int OGDAOPBFBKM_FIELD_NUMBER = 12;
private int oGDAOPBFBKM_;
/**
* <code>uint32 OGDAOPBFBKM = 12;</code>
* @return The oGDAOPBFBKM.
*/
@java.lang.Override
public int getOGDAOPBFBKM() {
return oGDAOPBFBKM_;
}
public static final int PBKEBOEICMN_FIELD_NUMBER = 14;
private boolean pBKEBOEICMN_;
/**
* <code>bool PBKEBOEICMN = 14;</code>
* @return The pBKEBOEICMN.
*/
@java.lang.Override
public boolean getPBKEBOEICMN() {
return pBKEBOEICMN_;
}
public static final int NMAEOONHPIJ_FIELD_NUMBER = 15;
private java.util.List<java.lang.Integer> nMAEOONHPIJ_;
private static final com.google.protobuf.Internal.ListAdapter.Converter<
java.lang.Integer, emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE> nMAEOONHPIJ_converter_ =
new com.google.protobuf.Internal.ListAdapter.Converter<
java.lang.Integer, emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE>() {
public emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE convert(java.lang.Integer from) {
@SuppressWarnings("deprecation")
emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE result = emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE.valueOf(from);
return result == null ? emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE.UNRECOGNIZED : result;
}
};
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @return A list containing the nMAEOONHPIJ.
*/
@java.lang.Override
public java.util.List<emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE> getNMAEOONHPIJList() {
return new com.google.protobuf.Internal.ListAdapter<
java.lang.Integer, emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE>(nMAEOONHPIJ_, nMAEOONHPIJ_converter_);
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @return The count of nMAEOONHPIJ.
*/
@java.lang.Override
public int getNMAEOONHPIJCount() {
return nMAEOONHPIJ_.size();
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param index The index of the element to return.
* @return The nMAEOONHPIJ at the given index.
*/
@java.lang.Override
public emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE getNMAEOONHPIJ(int index) {
return nMAEOONHPIJ_converter_.convert(nMAEOONHPIJ_.get(index));
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @return A list containing the enum numeric values on the wire for nMAEOONHPIJ.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getNMAEOONHPIJValueList() {
return nMAEOONHPIJ_;
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param index The index of the value to return.
* @return The enum numeric value on the wire of nMAEOONHPIJ at the given index.
*/
@java.lang.Override
public int getNMAEOONHPIJValue(int index) {
return nMAEOONHPIJ_.get(index);
}
private int nMAEOONHPIJMemoizedSerializedSize;
public static final int MISSION_ID_FIELD_NUMBER = 8;
private int missionId_;
/**
* <code>uint32 mission_id = 8;</code>
* @return The missionId.
*/
@java.lang.Override
public int getMissionId() {
return missionId_;
}
public static final int FIRST_DAY_START_TIME_FIELD_NUMBER = 2;
private int firstDayStartTime_;
/**
* <code>uint32 first_day_start_time = 2;</code>
* @return The firstDayStartTime.
*/
@java.lang.Override
public int getFirstDayStartTime() {
return firstDayStartTime_;
}
public static final int PRIVILEGE_ID_FIELD_NUMBER = 11;
private int privilegeId_;
/**
* <code>uint32 privilege_id = 11;</code>
* @return The privilegeId.
*/
@java.lang.Override
public int getPrivilegeId() {
return privilegeId_;
}
public static final int VERSION_FIELD_NUMBER = 7;
private volatile java.lang.Object version_;
/**
* <code>string version = 7;</code>
* @return The version.
*/
@java.lang.Override
public java.lang.String getVersion() {
java.lang.Object ref = version_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
version_ = s;
return s;
}
}
/**
* <code>string version = 7;</code>
* @return The bytes for version.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getVersionBytes() {
java.lang.Object ref = version_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
version_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CJMFAOILNFB_FIELD_NUMBER = 4;
private boolean cJMFAOILNFB_;
/**
* <code>bool CJMFAOILNFB = 4;</code>
* @return The cJMFAOILNFB.
*/
@java.lang.Override
public boolean getCJMFAOILNFB() {
return cJMFAOILNFB_;
}
public static final int PRIVILEGE_INFO_FIELD_NUMBER = 9;
private emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo privilegeInfo_;
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
* @return Whether the privilegeInfo field is set.
*/
@java.lang.Override
public boolean hasPrivilegeInfo() {
return privilegeInfo_ != null;
}
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
* @return The privilegeInfo.
*/
@java.lang.Override
public emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo getPrivilegeInfo() {
return privilegeInfo_ == null ? emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.getDefaultInstance() : privilegeInfo_;
}
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfoOrBuilder getPrivilegeInfoOrBuilder() {
return getPrivilegeInfo();
}
public static final int FINISH_TIME_FIELD_NUMBER = 13;
private int finishTime_;
/**
* <code>uint32 finish_time = 13;</code>
* @return The finishTime.
*/
@java.lang.Override
public int getFinishTime() {
return finishTime_;
}
public static final int KKDLAEGCONN_FIELD_NUMBER = 5;
private boolean kKDLAEGCONN_;
/**
* <code>bool KKDLAEGCONN = 5;</code>
* @return The kKDLAEGCONN.
*/
@java.lang.Override
public boolean getKKDLAEGCONN() {
return kKDLAEGCONN_;
}
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 {
getSerializedSize();
if (startTime_ != 0) {
output.writeUInt32(1, startTime_);
}
if (firstDayStartTime_ != 0) {
output.writeUInt32(2, firstDayStartTime_);
}
if (cJMFAOILNFB_ != false) {
output.writeBool(4, cJMFAOILNFB_);
}
if (kKDLAEGCONN_ != false) {
output.writeBool(5, kKDLAEGCONN_);
}
if (signInConfigId_ != 0) {
output.writeUInt32(6, signInConfigId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(version_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, version_);
}
if (missionId_ != 0) {
output.writeUInt32(8, missionId_);
}
if (privilegeInfo_ != null) {
output.writeMessage(9, getPrivilegeInfo());
}
if (privilegeId_ != 0) {
output.writeUInt32(11, privilegeId_);
}
if (oGDAOPBFBKM_ != 0) {
output.writeUInt32(12, oGDAOPBFBKM_);
}
if (finishTime_ != 0) {
output.writeUInt32(13, finishTime_);
}
if (pBKEBOEICMN_ != false) {
output.writeBool(14, pBKEBOEICMN_);
}
if (getNMAEOONHPIJList().size() > 0) {
output.writeUInt32NoTag(122);
output.writeUInt32NoTag(nMAEOONHPIJMemoizedSerializedSize);
}
for (int i = 0; i < nMAEOONHPIJ_.size(); i++) {
output.writeEnumNoTag(nMAEOONHPIJ_.get(i));
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (startTime_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(1, startTime_);
}
if (firstDayStartTime_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, firstDayStartTime_);
}
if (cJMFAOILNFB_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(4, cJMFAOILNFB_);
}
if (kKDLAEGCONN_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(5, kKDLAEGCONN_);
}
if (signInConfigId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, signInConfigId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(version_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, version_);
}
if (missionId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(8, missionId_);
}
if (privilegeInfo_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(9, getPrivilegeInfo());
}
if (privilegeId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(11, privilegeId_);
}
if (oGDAOPBFBKM_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(12, oGDAOPBFBKM_);
}
if (finishTime_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(13, finishTime_);
}
if (pBKEBOEICMN_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(14, pBKEBOEICMN_);
}
{
int dataSize = 0;
for (int i = 0; i < nMAEOONHPIJ_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeEnumSizeNoTag(nMAEOONHPIJ_.get(i));
}
size += dataSize;
if (!getNMAEOONHPIJList().isEmpty()) { size += 1;
size += com.google.protobuf.CodedOutputStream
.computeUInt32SizeNoTag(dataSize);
}nMAEOONHPIJMemoizedSerializedSize = dataSize;
}
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.ReunionBriefInfoOuterClass.ReunionBriefInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo other = (emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo) obj;
if (getStartTime()
!= other.getStartTime()) return false;
if (getSignInConfigId()
!= other.getSignInConfigId()) return false;
if (getOGDAOPBFBKM()
!= other.getOGDAOPBFBKM()) return false;
if (getPBKEBOEICMN()
!= other.getPBKEBOEICMN()) return false;
if (!nMAEOONHPIJ_.equals(other.nMAEOONHPIJ_)) return false;
if (getMissionId()
!= other.getMissionId()) return false;
if (getFirstDayStartTime()
!= other.getFirstDayStartTime()) return false;
if (getPrivilegeId()
!= other.getPrivilegeId()) return false;
if (!getVersion()
.equals(other.getVersion())) return false;
if (getCJMFAOILNFB()
!= other.getCJMFAOILNFB()) return false;
if (hasPrivilegeInfo() != other.hasPrivilegeInfo()) return false;
if (hasPrivilegeInfo()) {
if (!getPrivilegeInfo()
.equals(other.getPrivilegeInfo())) return false;
}
if (getFinishTime()
!= other.getFinishTime()) return false;
if (getKKDLAEGCONN()
!= other.getKKDLAEGCONN()) 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) + START_TIME_FIELD_NUMBER;
hash = (53 * hash) + getStartTime();
hash = (37 * hash) + SIGN_IN_CONFIG_ID_FIELD_NUMBER;
hash = (53 * hash) + getSignInConfigId();
hash = (37 * hash) + OGDAOPBFBKM_FIELD_NUMBER;
hash = (53 * hash) + getOGDAOPBFBKM();
hash = (37 * hash) + PBKEBOEICMN_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getPBKEBOEICMN());
if (getNMAEOONHPIJCount() > 0) {
hash = (37 * hash) + NMAEOONHPIJ_FIELD_NUMBER;
hash = (53 * hash) + nMAEOONHPIJ_.hashCode();
}
hash = (37 * hash) + MISSION_ID_FIELD_NUMBER;
hash = (53 * hash) + getMissionId();
hash = (37 * hash) + FIRST_DAY_START_TIME_FIELD_NUMBER;
hash = (53 * hash) + getFirstDayStartTime();
hash = (37 * hash) + PRIVILEGE_ID_FIELD_NUMBER;
hash = (53 * hash) + getPrivilegeId();
hash = (37 * hash) + VERSION_FIELD_NUMBER;
hash = (53 * hash) + getVersion().hashCode();
hash = (37 * hash) + CJMFAOILNFB_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getCJMFAOILNFB());
if (hasPrivilegeInfo()) {
hash = (37 * hash) + PRIVILEGE_INFO_FIELD_NUMBER;
hash = (53 * hash) + getPrivilegeInfo().hashCode();
}
hash = (37 * hash) + FINISH_TIME_FIELD_NUMBER;
hash = (53 * hash) + getFinishTime();
hash = (37 * hash) + KKDLAEGCONN_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getKKDLAEGCONN());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo 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.ReunionBriefInfoOuterClass.ReunionBriefInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo 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.ReunionBriefInfoOuterClass.ReunionBriefInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo 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.ReunionBriefInfoOuterClass.ReunionBriefInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo 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.ReunionBriefInfoOuterClass.ReunionBriefInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo 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.ReunionBriefInfoOuterClass.ReunionBriefInfo 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>
* Obf: PLPECNHEMCO
* </pre>
*
* Protobuf type {@code ReunionBriefInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
// @@protoc_insertion_point(builder_implements:ReunionBriefInfo)
emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.internal_static_ReunionBriefInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.internal_static_ReunionBriefInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo.class, emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo.Builder.class);
}
// Construct using emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo.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();
startTime_ = 0;
signInConfigId_ = 0;
oGDAOPBFBKM_ = 0;
pBKEBOEICMN_ = false;
nMAEOONHPIJ_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
missionId_ = 0;
firstDayStartTime_ = 0;
privilegeId_ = 0;
version_ = "";
cJMFAOILNFB_ = false;
if (privilegeInfoBuilder_ == null) {
privilegeInfo_ = null;
} else {
privilegeInfo_ = null;
privilegeInfoBuilder_ = null;
}
finishTime_ = 0;
kKDLAEGCONN_ = false;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.internal_static_ReunionBriefInfo_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo getDefaultInstanceForType() {
return emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo build() {
emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo buildPartial() {
emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo result = new emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo(this);
int from_bitField0_ = bitField0_;
result.startTime_ = startTime_;
result.signInConfigId_ = signInConfigId_;
result.oGDAOPBFBKM_ = oGDAOPBFBKM_;
result.pBKEBOEICMN_ = pBKEBOEICMN_;
if (((bitField0_ & 0x00000001) != 0)) {
nMAEOONHPIJ_ = java.util.Collections.unmodifiableList(nMAEOONHPIJ_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.nMAEOONHPIJ_ = nMAEOONHPIJ_;
result.missionId_ = missionId_;
result.firstDayStartTime_ = firstDayStartTime_;
result.privilegeId_ = privilegeId_;
result.version_ = version_;
result.cJMFAOILNFB_ = cJMFAOILNFB_;
if (privilegeInfoBuilder_ == null) {
result.privilegeInfo_ = privilegeInfo_;
} else {
result.privilegeInfo_ = privilegeInfoBuilder_.build();
}
result.finishTime_ = finishTime_;
result.kKDLAEGCONN_ = kKDLAEGCONN_;
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.ReunionBriefInfoOuterClass.ReunionBriefInfo) {
return mergeFrom((emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo other) {
if (other == emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo.getDefaultInstance()) return this;
if (other.getStartTime() != 0) {
setStartTime(other.getStartTime());
}
if (other.getSignInConfigId() != 0) {
setSignInConfigId(other.getSignInConfigId());
}
if (other.getOGDAOPBFBKM() != 0) {
setOGDAOPBFBKM(other.getOGDAOPBFBKM());
}
if (other.getPBKEBOEICMN() != false) {
setPBKEBOEICMN(other.getPBKEBOEICMN());
}
if (!other.nMAEOONHPIJ_.isEmpty()) {
if (nMAEOONHPIJ_.isEmpty()) {
nMAEOONHPIJ_ = other.nMAEOONHPIJ_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureNMAEOONHPIJIsMutable();
nMAEOONHPIJ_.addAll(other.nMAEOONHPIJ_);
}
onChanged();
}
if (other.getMissionId() != 0) {
setMissionId(other.getMissionId());
}
if (other.getFirstDayStartTime() != 0) {
setFirstDayStartTime(other.getFirstDayStartTime());
}
if (other.getPrivilegeId() != 0) {
setPrivilegeId(other.getPrivilegeId());
}
if (!other.getVersion().isEmpty()) {
version_ = other.version_;
onChanged();
}
if (other.getCJMFAOILNFB() != false) {
setCJMFAOILNFB(other.getCJMFAOILNFB());
}
if (other.hasPrivilegeInfo()) {
mergePrivilegeInfo(other.getPrivilegeInfo());
}
if (other.getFinishTime() != 0) {
setFinishTime(other.getFinishTime());
}
if (other.getKKDLAEGCONN() != false) {
setKKDLAEGCONN(other.getKKDLAEGCONN());
}
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.ReunionBriefInfoOuterClass.ReunionBriefInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private int startTime_ ;
/**
* <code>uint32 start_time = 1;</code>
* @return The startTime.
*/
@java.lang.Override
public int getStartTime() {
return startTime_;
}
/**
* <code>uint32 start_time = 1;</code>
* @param value The startTime to set.
* @return This builder for chaining.
*/
public Builder setStartTime(int value) {
startTime_ = value;
onChanged();
return this;
}
/**
* <code>uint32 start_time = 1;</code>
* @return This builder for chaining.
*/
public Builder clearStartTime() {
startTime_ = 0;
onChanged();
return this;
}
private int signInConfigId_ ;
/**
* <code>uint32 sign_in_config_id = 6;</code>
* @return The signInConfigId.
*/
@java.lang.Override
public int getSignInConfigId() {
return signInConfigId_;
}
/**
* <code>uint32 sign_in_config_id = 6;</code>
* @param value The signInConfigId to set.
* @return This builder for chaining.
*/
public Builder setSignInConfigId(int value) {
signInConfigId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 sign_in_config_id = 6;</code>
* @return This builder for chaining.
*/
public Builder clearSignInConfigId() {
signInConfigId_ = 0;
onChanged();
return this;
}
private int oGDAOPBFBKM_ ;
/**
* <code>uint32 OGDAOPBFBKM = 12;</code>
* @return The oGDAOPBFBKM.
*/
@java.lang.Override
public int getOGDAOPBFBKM() {
return oGDAOPBFBKM_;
}
/**
* <code>uint32 OGDAOPBFBKM = 12;</code>
* @param value The oGDAOPBFBKM to set.
* @return This builder for chaining.
*/
public Builder setOGDAOPBFBKM(int value) {
oGDAOPBFBKM_ = value;
onChanged();
return this;
}
/**
* <code>uint32 OGDAOPBFBKM = 12;</code>
* @return This builder for chaining.
*/
public Builder clearOGDAOPBFBKM() {
oGDAOPBFBKM_ = 0;
onChanged();
return this;
}
private boolean pBKEBOEICMN_ ;
/**
* <code>bool PBKEBOEICMN = 14;</code>
* @return The pBKEBOEICMN.
*/
@java.lang.Override
public boolean getPBKEBOEICMN() {
return pBKEBOEICMN_;
}
/**
* <code>bool PBKEBOEICMN = 14;</code>
* @param value The pBKEBOEICMN to set.
* @return This builder for chaining.
*/
public Builder setPBKEBOEICMN(boolean value) {
pBKEBOEICMN_ = value;
onChanged();
return this;
}
/**
* <code>bool PBKEBOEICMN = 14;</code>
* @return This builder for chaining.
*/
public Builder clearPBKEBOEICMN() {
pBKEBOEICMN_ = false;
onChanged();
return this;
}
private java.util.List<java.lang.Integer> nMAEOONHPIJ_ =
java.util.Collections.emptyList();
private void ensureNMAEOONHPIJIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
nMAEOONHPIJ_ = new java.util.ArrayList<java.lang.Integer>(nMAEOONHPIJ_);
bitField0_ |= 0x00000001;
}
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @return A list containing the nMAEOONHPIJ.
*/
public java.util.List<emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE> getNMAEOONHPIJList() {
return new com.google.protobuf.Internal.ListAdapter<
java.lang.Integer, emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE>(nMAEOONHPIJ_, nMAEOONHPIJ_converter_);
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @return The count of nMAEOONHPIJ.
*/
public int getNMAEOONHPIJCount() {
return nMAEOONHPIJ_.size();
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param index The index of the element to return.
* @return The nMAEOONHPIJ at the given index.
*/
public emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE getNMAEOONHPIJ(int index) {
return nMAEOONHPIJ_converter_.convert(nMAEOONHPIJ_.get(index));
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param index The index to set the value at.
* @param value The nMAEOONHPIJ to set.
* @return This builder for chaining.
*/
public Builder setNMAEOONHPIJ(
int index, emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE value) {
if (value == null) {
throw new NullPointerException();
}
ensureNMAEOONHPIJIsMutable();
nMAEOONHPIJ_.set(index, value.getNumber());
onChanged();
return this;
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param value The nMAEOONHPIJ to add.
* @return This builder for chaining.
*/
public Builder addNMAEOONHPIJ(emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE value) {
if (value == null) {
throw new NullPointerException();
}
ensureNMAEOONHPIJIsMutable();
nMAEOONHPIJ_.add(value.getNumber());
onChanged();
return this;
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param values The nMAEOONHPIJ to add.
* @return This builder for chaining.
*/
public Builder addAllNMAEOONHPIJ(
java.lang.Iterable<? extends emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE> values) {
ensureNMAEOONHPIJIsMutable();
for (emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.PEKMJNLFFEE value : values) {
nMAEOONHPIJ_.add(value.getNumber());
}
onChanged();
return this;
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @return This builder for chaining.
*/
public Builder clearNMAEOONHPIJ() {
nMAEOONHPIJ_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @return A list containing the enum numeric values on the wire for nMAEOONHPIJ.
*/
public java.util.List<java.lang.Integer>
getNMAEOONHPIJValueList() {
return java.util.Collections.unmodifiableList(nMAEOONHPIJ_);
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param index The index of the value to return.
* @return The enum numeric value on the wire of nMAEOONHPIJ at the given index.
*/
public int getNMAEOONHPIJValue(int index) {
return nMAEOONHPIJ_.get(index);
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param index The index of the value to return.
* @return The enum numeric value on the wire of nMAEOONHPIJ at the given index.
* @return This builder for chaining.
*/
public Builder setNMAEOONHPIJValue(
int index, int value) {
ensureNMAEOONHPIJIsMutable();
nMAEOONHPIJ_.set(index, value);
onChanged();
return this;
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param value The enum numeric value on the wire for nMAEOONHPIJ to add.
* @return This builder for chaining.
*/
public Builder addNMAEOONHPIJValue(int value) {
ensureNMAEOONHPIJIsMutable();
nMAEOONHPIJ_.add(value);
onChanged();
return this;
}
/**
* <code>repeated .PEKMJNLFFEE NMAEOONHPIJ = 15;</code>
* @param values The enum numeric values on the wire for nMAEOONHPIJ to add.
* @return This builder for chaining.
*/
public Builder addAllNMAEOONHPIJValue(
java.lang.Iterable<java.lang.Integer> values) {
ensureNMAEOONHPIJIsMutable();
for (int value : values) {
nMAEOONHPIJ_.add(value);
}
onChanged();
return this;
}
private int missionId_ ;
/**
* <code>uint32 mission_id = 8;</code>
* @return The missionId.
*/
@java.lang.Override
public int getMissionId() {
return missionId_;
}
/**
* <code>uint32 mission_id = 8;</code>
* @param value The missionId to set.
* @return This builder for chaining.
*/
public Builder setMissionId(int value) {
missionId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 mission_id = 8;</code>
* @return This builder for chaining.
*/
public Builder clearMissionId() {
missionId_ = 0;
onChanged();
return this;
}
private int firstDayStartTime_ ;
/**
* <code>uint32 first_day_start_time = 2;</code>
* @return The firstDayStartTime.
*/
@java.lang.Override
public int getFirstDayStartTime() {
return firstDayStartTime_;
}
/**
* <code>uint32 first_day_start_time = 2;</code>
* @param value The firstDayStartTime to set.
* @return This builder for chaining.
*/
public Builder setFirstDayStartTime(int value) {
firstDayStartTime_ = value;
onChanged();
return this;
}
/**
* <code>uint32 first_day_start_time = 2;</code>
* @return This builder for chaining.
*/
public Builder clearFirstDayStartTime() {
firstDayStartTime_ = 0;
onChanged();
return this;
}
private int privilegeId_ ;
/**
* <code>uint32 privilege_id = 11;</code>
* @return The privilegeId.
*/
@java.lang.Override
public int getPrivilegeId() {
return privilegeId_;
}
/**
* <code>uint32 privilege_id = 11;</code>
* @param value The privilegeId to set.
* @return This builder for chaining.
*/
public Builder setPrivilegeId(int value) {
privilegeId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 privilege_id = 11;</code>
* @return This builder for chaining.
*/
public Builder clearPrivilegeId() {
privilegeId_ = 0;
onChanged();
return this;
}
private java.lang.Object version_ = "";
/**
* <code>string version = 7;</code>
* @return The version.
*/
public java.lang.String getVersion() {
java.lang.Object ref = version_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
version_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* <code>string version = 7;</code>
* @return The bytes for version.
*/
public com.google.protobuf.ByteString
getVersionBytes() {
java.lang.Object ref = version_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
version_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* <code>string version = 7;</code>
* @param value The version to set.
* @return This builder for chaining.
*/
public Builder setVersion(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
version_ = value;
onChanged();
return this;
}
/**
* <code>string version = 7;</code>
* @return This builder for chaining.
*/
public Builder clearVersion() {
version_ = getDefaultInstance().getVersion();
onChanged();
return this;
}
/**
* <code>string version = 7;</code>
* @param value The bytes for version to set.
* @return This builder for chaining.
*/
public Builder setVersionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
version_ = value;
onChanged();
return this;
}
private boolean cJMFAOILNFB_ ;
/**
* <code>bool CJMFAOILNFB = 4;</code>
* @return The cJMFAOILNFB.
*/
@java.lang.Override
public boolean getCJMFAOILNFB() {
return cJMFAOILNFB_;
}
/**
* <code>bool CJMFAOILNFB = 4;</code>
* @param value The cJMFAOILNFB to set.
* @return This builder for chaining.
*/
public Builder setCJMFAOILNFB(boolean value) {
cJMFAOILNFB_ = value;
onChanged();
return this;
}
/**
* <code>bool CJMFAOILNFB = 4;</code>
* @return This builder for chaining.
*/
public Builder clearCJMFAOILNFB() {
cJMFAOILNFB_ = false;
onChanged();
return this;
}
private emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo privilegeInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo, emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.Builder, emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfoOrBuilder> privilegeInfoBuilder_;
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
* @return Whether the privilegeInfo field is set.
*/
public boolean hasPrivilegeInfo() {
return privilegeInfoBuilder_ != null || privilegeInfo_ != null;
}
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
* @return The privilegeInfo.
*/
public emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo getPrivilegeInfo() {
if (privilegeInfoBuilder_ == null) {
return privilegeInfo_ == null ? emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.getDefaultInstance() : privilegeInfo_;
} else {
return privilegeInfoBuilder_.getMessage();
}
}
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
*/
public Builder setPrivilegeInfo(emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo value) {
if (privilegeInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
privilegeInfo_ = value;
onChanged();
} else {
privilegeInfoBuilder_.setMessage(value);
}
return this;
}
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
*/
public Builder setPrivilegeInfo(
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.Builder builderForValue) {
if (privilegeInfoBuilder_ == null) {
privilegeInfo_ = builderForValue.build();
onChanged();
} else {
privilegeInfoBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
*/
public Builder mergePrivilegeInfo(emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo value) {
if (privilegeInfoBuilder_ == null) {
if (privilegeInfo_ != null) {
privilegeInfo_ =
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.newBuilder(privilegeInfo_).mergeFrom(value).buildPartial();
} else {
privilegeInfo_ = value;
}
onChanged();
} else {
privilegeInfoBuilder_.mergeFrom(value);
}
return this;
}
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
*/
public Builder clearPrivilegeInfo() {
if (privilegeInfoBuilder_ == null) {
privilegeInfo_ = null;
onChanged();
} else {
privilegeInfo_ = null;
privilegeInfoBuilder_ = null;
}
return this;
}
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
*/
public emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.Builder getPrivilegeInfoBuilder() {
onChanged();
return getPrivilegeInfoFieldBuilder().getBuilder();
}
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
*/
public emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfoOrBuilder getPrivilegeInfoOrBuilder() {
if (privilegeInfoBuilder_ != null) {
return privilegeInfoBuilder_.getMessageOrBuilder();
} else {
return privilegeInfo_ == null ?
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.getDefaultInstance() : privilegeInfo_;
}
}
/**
* <code>.ReunionPrivilegeInfo privilege_info = 9;</code>
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo, emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.Builder, emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfoOrBuilder>
getPrivilegeInfoFieldBuilder() {
if (privilegeInfoBuilder_ == null) {
privilegeInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo, emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfo.Builder, emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.ReunionPrivilegeInfoOrBuilder>(
getPrivilegeInfo(),
getParentForChildren(),
isClean());
privilegeInfo_ = null;
}
return privilegeInfoBuilder_;
}
private int finishTime_ ;
/**
* <code>uint32 finish_time = 13;</code>
* @return The finishTime.
*/
@java.lang.Override
public int getFinishTime() {
return finishTime_;
}
/**
* <code>uint32 finish_time = 13;</code>
* @param value The finishTime to set.
* @return This builder for chaining.
*/
public Builder setFinishTime(int value) {
finishTime_ = value;
onChanged();
return this;
}
/**
* <code>uint32 finish_time = 13;</code>
* @return This builder for chaining.
*/
public Builder clearFinishTime() {
finishTime_ = 0;
onChanged();
return this;
}
private boolean kKDLAEGCONN_ ;
/**
* <code>bool KKDLAEGCONN = 5;</code>
* @return The kKDLAEGCONN.
*/
@java.lang.Override
public boolean getKKDLAEGCONN() {
return kKDLAEGCONN_;
}
/**
* <code>bool KKDLAEGCONN = 5;</code>
* @param value The kKDLAEGCONN to set.
* @return This builder for chaining.
*/
public Builder setKKDLAEGCONN(boolean value) {
kKDLAEGCONN_ = value;
onChanged();
return this;
}
/**
* <code>bool KKDLAEGCONN = 5;</code>
* @return This builder for chaining.
*/
public Builder clearKKDLAEGCONN() {
kKDLAEGCONN_ = 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:ReunionBriefInfo)
}
// @@protoc_insertion_point(class_scope:ReunionBriefInfo)
private static final emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo();
}
public static emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<ReunionBriefInfo>
PARSER = new com.google.protobuf.AbstractParser<ReunionBriefInfo>() {
@java.lang.Override
public ReunionBriefInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ReunionBriefInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser<ReunionBriefInfo> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<ReunionBriefInfo> getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.ReunionBriefInfoOuterClass.ReunionBriefInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_ReunionBriefInfo_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_ReunionBriefInfo_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\026ReunionBriefInfo.proto\032\021PEKMJNLFFEE.pr" +
"oto\032\032ReunionPrivilegeInfo.proto\"\325\002\n\020Reun" +
"ionBriefInfo\022\022\n\nstart_time\030\001 \001(\r\022\031\n\021sign" +
"_in_config_id\030\006 \001(\r\022\023\n\013OGDAOPBFBKM\030\014 \001(\r" +
"\022\023\n\013PBKEBOEICMN\030\016 \001(\010\022!\n\013NMAEOONHPIJ\030\017 \003" +
"(\0162\014.PEKMJNLFFEE\022\022\n\nmission_id\030\010 \001(\r\022\034\n\024" +
"first_day_start_time\030\002 \001(\r\022\024\n\014privilege_" +
"id\030\013 \001(\r\022\017\n\007version\030\007 \001(\t\022\023\n\013CJMFAOILNFB" +
"\030\004 \001(\010\022-\n\016privilege_info\030\t \001(\0132\025.Reunion" +
"PrivilegeInfo\022\023\n\013finish_time\030\r \001(\r\022\023\n\013KK" +
"DLAEGCONN\030\005 \001(\010B\033\n\031emu.grasscutter.net.p" +
"rotob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.getDescriptor(),
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.getDescriptor(),
});
internal_static_ReunionBriefInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_ReunionBriefInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_ReunionBriefInfo_descriptor,
new java.lang.String[] { "StartTime", "SignInConfigId", "OGDAOPBFBKM", "PBKEBOEICMN", "NMAEOONHPIJ", "MissionId", "FirstDayStartTime", "PrivilegeId", "Version", "CJMFAOILNFB", "PrivilegeInfo", "FinishTime", "KKDLAEGCONN", });
emu.grasscutter.net.proto.PEKMJNLFFEEOuterClass.getDescriptor();
emu.grasscutter.net.proto.ReunionPrivilegeInfoOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}