// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FleurFairPlayerStatInfo.proto
package emu.grasscutter.net.proto;
public final class FleurFairPlayerStatInfoOuterClass {
private FleurFairPlayerStatInfoOuterClass() {}
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 FleurFairPlayerStatInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:FleurFairPlayerStatInfo)
com.google.protobuf.MessageOrBuilder {
/**
* string online_id = 8;
* @return The onlineId.
*/
java.lang.String getOnlineId();
/**
* string online_id = 8;
* @return The bytes for onlineId.
*/
com.google.protobuf.ByteString
getOnlineIdBytes();
/**
* uint32 uid = 9;
* @return The uid.
*/
int getUid();
/**
* .ProfilePicture profile_picture = 1;
* @return Whether the profilePicture field is set.
*/
boolean hasProfilePicture();
/**
* .ProfilePicture profile_picture = 1;
* @return The profilePicture.
*/
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture getProfilePicture();
/**
* .ProfilePicture profile_picture = 1;
*/
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder();
/**
* string nick_name = 12;
* @return The nickName.
*/
java.lang.String getNickName();
/**
* string nick_name = 12;
* @return The bytes for nickName.
*/
com.google.protobuf.ByteString
getNickNameBytes();
/**
* int32 param = 14;
* @return The param.
*/
int getParam();
/**
* uint32 head_image = 2;
* @return The headImage.
*/
int getHeadImage();
/**
* uint32 stat_id = 5;
* @return The statId.
*/
int getStatId();
}
/**
*
* Obf: HDKMJIFHKHF ** * Protobuf type {@code FleurFairPlayerStatInfo} */ public static final class FleurFairPlayerStatInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:FleurFairPlayerStatInfo) FleurFairPlayerStatInfoOrBuilder { private static final long serialVersionUID = 0L; // Use FleurFairPlayerStatInfo.newBuilder() to construct. private FleurFairPlayerStatInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private FleurFairPlayerStatInfo() { onlineId_ = ""; nickName_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FleurFairPlayerStatInfo(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private FleurFairPlayerStatInfo( 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 10: { emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder subBuilder = null; if (profilePicture_ != null) { subBuilder = profilePicture_.toBuilder(); } profilePicture_ = input.readMessage(emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(profilePicture_); profilePicture_ = subBuilder.buildPartial(); } break; } case 16: { headImage_ = input.readUInt32(); break; } case 40: { statId_ = input.readUInt32(); break; } case 66: { java.lang.String s = input.readStringRequireUtf8(); onlineId_ = s; break; } case 72: { uid_ = input.readUInt32(); break; } case 98: { java.lang.String s = input.readStringRequireUtf8(); nickName_ = s; break; } case 112: { param_ = input.readInt32(); 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.FleurFairPlayerStatInfoOuterClass.internal_static_FleurFairPlayerStatInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.internal_static_FleurFairPlayerStatInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo.class, emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo.Builder.class); } public static final int ONLINE_ID_FIELD_NUMBER = 8; private volatile java.lang.Object onlineId_; /** *
string online_id = 8;
* @return The onlineId.
*/
@java.lang.Override
public java.lang.String getOnlineId() {
java.lang.Object ref = onlineId_;
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();
onlineId_ = s;
return s;
}
}
/**
* string online_id = 8;
* @return The bytes for onlineId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOnlineIdBytes() {
java.lang.Object ref = onlineId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
onlineId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int UID_FIELD_NUMBER = 9;
private int uid_;
/**
* uint32 uid = 9;
* @return The uid.
*/
@java.lang.Override
public int getUid() {
return uid_;
}
public static final int PROFILE_PICTURE_FIELD_NUMBER = 1;
private emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture profilePicture_;
/**
* .ProfilePicture profile_picture = 1;
* @return Whether the profilePicture field is set.
*/
@java.lang.Override
public boolean hasProfilePicture() {
return profilePicture_ != null;
}
/**
* .ProfilePicture profile_picture = 1;
* @return The profilePicture.
*/
@java.lang.Override
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture getProfilePicture() {
return profilePicture_ == null ? emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.getDefaultInstance() : profilePicture_;
}
/**
* .ProfilePicture profile_picture = 1;
*/
@java.lang.Override
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder() {
return getProfilePicture();
}
public static final int NICK_NAME_FIELD_NUMBER = 12;
private volatile java.lang.Object nickName_;
/**
* string nick_name = 12;
* @return The nickName.
*/
@java.lang.Override
public java.lang.String getNickName() {
java.lang.Object ref = nickName_;
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();
nickName_ = s;
return s;
}
}
/**
* string nick_name = 12;
* @return The bytes for nickName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNickNameBytes() {
java.lang.Object ref = nickName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
nickName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PARAM_FIELD_NUMBER = 14;
private int param_;
/**
* int32 param = 14;
* @return The param.
*/
@java.lang.Override
public int getParam() {
return param_;
}
public static final int HEAD_IMAGE_FIELD_NUMBER = 2;
private int headImage_;
/**
* uint32 head_image = 2;
* @return The headImage.
*/
@java.lang.Override
public int getHeadImage() {
return headImage_;
}
public static final int STAT_ID_FIELD_NUMBER = 5;
private int statId_;
/**
* uint32 stat_id = 5;
* @return The statId.
*/
@java.lang.Override
public int getStatId() {
return statId_;
}
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 (profilePicture_ != null) {
output.writeMessage(1, getProfilePicture());
}
if (headImage_ != 0) {
output.writeUInt32(2, headImage_);
}
if (statId_ != 0) {
output.writeUInt32(5, statId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, onlineId_);
}
if (uid_ != 0) {
output.writeUInt32(9, uid_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nickName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, nickName_);
}
if (param_ != 0) {
output.writeInt32(14, param_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (profilePicture_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getProfilePicture());
}
if (headImage_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, headImage_);
}
if (statId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(5, statId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, onlineId_);
}
if (uid_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(9, uid_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nickName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, nickName_);
}
if (param_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(14, param_);
}
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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo other = (emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo) obj;
if (!getOnlineId()
.equals(other.getOnlineId())) return false;
if (getUid()
!= other.getUid()) return false;
if (hasProfilePicture() != other.hasProfilePicture()) return false;
if (hasProfilePicture()) {
if (!getProfilePicture()
.equals(other.getProfilePicture())) return false;
}
if (!getNickName()
.equals(other.getNickName())) return false;
if (getParam()
!= other.getParam()) return false;
if (getHeadImage()
!= other.getHeadImage()) return false;
if (getStatId()
!= other.getStatId()) 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) + ONLINE_ID_FIELD_NUMBER;
hash = (53 * hash) + getOnlineId().hashCode();
hash = (37 * hash) + UID_FIELD_NUMBER;
hash = (53 * hash) + getUid();
if (hasProfilePicture()) {
hash = (37 * hash) + PROFILE_PICTURE_FIELD_NUMBER;
hash = (53 * hash) + getProfilePicture().hashCode();
}
hash = (37 * hash) + NICK_NAME_FIELD_NUMBER;
hash = (53 * hash) + getNickName().hashCode();
hash = (37 * hash) + PARAM_FIELD_NUMBER;
hash = (53 * hash) + getParam();
hash = (37 * hash) + HEAD_IMAGE_FIELD_NUMBER;
hash = (53 * hash) + getHeadImage();
hash = (37 * hash) + STAT_ID_FIELD_NUMBER;
hash = (53 * hash) + getStatId();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo 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: HDKMJIFHKHF ** * Protobuf type {@code FleurFairPlayerStatInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
string online_id = 8;
* @return The onlineId.
*/
public java.lang.String getOnlineId() {
java.lang.Object ref = onlineId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
onlineId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string online_id = 8;
* @return The bytes for onlineId.
*/
public com.google.protobuf.ByteString
getOnlineIdBytes() {
java.lang.Object ref = onlineId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
onlineId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string online_id = 8;
* @param value The onlineId to set.
* @return This builder for chaining.
*/
public Builder setOnlineId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
onlineId_ = value;
onChanged();
return this;
}
/**
* string online_id = 8;
* @return This builder for chaining.
*/
public Builder clearOnlineId() {
onlineId_ = getDefaultInstance().getOnlineId();
onChanged();
return this;
}
/**
* string online_id = 8;
* @param value The bytes for onlineId to set.
* @return This builder for chaining.
*/
public Builder setOnlineIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
onlineId_ = value;
onChanged();
return this;
}
private int uid_ ;
/**
* uint32 uid = 9;
* @return The uid.
*/
@java.lang.Override
public int getUid() {
return uid_;
}
/**
* uint32 uid = 9;
* @param value The uid to set.
* @return This builder for chaining.
*/
public Builder setUid(int value) {
uid_ = value;
onChanged();
return this;
}
/**
* uint32 uid = 9;
* @return This builder for chaining.
*/
public Builder clearUid() {
uid_ = 0;
onChanged();
return this;
}
private emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture profilePicture_;
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder> profilePictureBuilder_;
/**
* .ProfilePicture profile_picture = 1;
* @return Whether the profilePicture field is set.
*/
public boolean hasProfilePicture() {
return profilePictureBuilder_ != null || profilePicture_ != null;
}
/**
* .ProfilePicture profile_picture = 1;
* @return The profilePicture.
*/
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture getProfilePicture() {
if (profilePictureBuilder_ == null) {
return profilePicture_ == null ? emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.getDefaultInstance() : profilePicture_;
} else {
return profilePictureBuilder_.getMessage();
}
}
/**
* .ProfilePicture profile_picture = 1;
*/
public Builder setProfilePicture(emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture value) {
if (profilePictureBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
profilePicture_ = value;
onChanged();
} else {
profilePictureBuilder_.setMessage(value);
}
return this;
}
/**
* .ProfilePicture profile_picture = 1;
*/
public Builder setProfilePicture(
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder builderForValue) {
if (profilePictureBuilder_ == null) {
profilePicture_ = builderForValue.build();
onChanged();
} else {
profilePictureBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .ProfilePicture profile_picture = 1;
*/
public Builder mergeProfilePicture(emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture value) {
if (profilePictureBuilder_ == null) {
if (profilePicture_ != null) {
profilePicture_ =
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.newBuilder(profilePicture_).mergeFrom(value).buildPartial();
} else {
profilePicture_ = value;
}
onChanged();
} else {
profilePictureBuilder_.mergeFrom(value);
}
return this;
}
/**
* .ProfilePicture profile_picture = 1;
*/
public Builder clearProfilePicture() {
if (profilePictureBuilder_ == null) {
profilePicture_ = null;
onChanged();
} else {
profilePicture_ = null;
profilePictureBuilder_ = null;
}
return this;
}
/**
* .ProfilePicture profile_picture = 1;
*/
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder getProfilePictureBuilder() {
onChanged();
return getProfilePictureFieldBuilder().getBuilder();
}
/**
* .ProfilePicture profile_picture = 1;
*/
public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder() {
if (profilePictureBuilder_ != null) {
return profilePictureBuilder_.getMessageOrBuilder();
} else {
return profilePicture_ == null ?
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.getDefaultInstance() : profilePicture_;
}
}
/**
* .ProfilePicture profile_picture = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder>
getProfilePictureFieldBuilder() {
if (profilePictureBuilder_ == null) {
profilePictureBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder>(
getProfilePicture(),
getParentForChildren(),
isClean());
profilePicture_ = null;
}
return profilePictureBuilder_;
}
private java.lang.Object nickName_ = "";
/**
* string nick_name = 12;
* @return The nickName.
*/
public java.lang.String getNickName() {
java.lang.Object ref = nickName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
nickName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string nick_name = 12;
* @return The bytes for nickName.
*/
public com.google.protobuf.ByteString
getNickNameBytes() {
java.lang.Object ref = nickName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
nickName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string nick_name = 12;
* @param value The nickName to set.
* @return This builder for chaining.
*/
public Builder setNickName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
nickName_ = value;
onChanged();
return this;
}
/**
* string nick_name = 12;
* @return This builder for chaining.
*/
public Builder clearNickName() {
nickName_ = getDefaultInstance().getNickName();
onChanged();
return this;
}
/**
* string nick_name = 12;
* @param value The bytes for nickName to set.
* @return This builder for chaining.
*/
public Builder setNickNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
nickName_ = value;
onChanged();
return this;
}
private int param_ ;
/**
* int32 param = 14;
* @return The param.
*/
@java.lang.Override
public int getParam() {
return param_;
}
/**
* int32 param = 14;
* @param value The param to set.
* @return This builder for chaining.
*/
public Builder setParam(int value) {
param_ = value;
onChanged();
return this;
}
/**
* int32 param = 14;
* @return This builder for chaining.
*/
public Builder clearParam() {
param_ = 0;
onChanged();
return this;
}
private int headImage_ ;
/**
* uint32 head_image = 2;
* @return The headImage.
*/
@java.lang.Override
public int getHeadImage() {
return headImage_;
}
/**
* uint32 head_image = 2;
* @param value The headImage to set.
* @return This builder for chaining.
*/
public Builder setHeadImage(int value) {
headImage_ = value;
onChanged();
return this;
}
/**
* uint32 head_image = 2;
* @return This builder for chaining.
*/
public Builder clearHeadImage() {
headImage_ = 0;
onChanged();
return this;
}
private int statId_ ;
/**
* uint32 stat_id = 5;
* @return The statId.
*/
@java.lang.Override
public int getStatId() {
return statId_;
}
/**
* uint32 stat_id = 5;
* @param value The statId to set.
* @return This builder for chaining.
*/
public Builder setStatId(int value) {
statId_ = value;
onChanged();
return this;
}
/**
* uint32 stat_id = 5;
* @return This builder for chaining.
*/
public Builder clearStatId() {
statId_ = 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:FleurFairPlayerStatInfo)
}
// @@protoc_insertion_point(class_scope:FleurFairPlayerStatInfo)
private static final emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo();
}
public static emu.grasscutter.net.proto.FleurFairPlayerStatInfoOuterClass.FleurFairPlayerStatInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser