/*
* MIT License
*
* Copyright (c) 2023 OrdinaryRoad
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_webcast_member_message_msg.proto
package tech.ordinaryroad.live.chat.client.douyin.protobuf;
/**
* Protobuf type {@code tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_member_message_msg}
*/
public final class douyin_webcast_member_message_msg extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_member_message_msg)
douyin_webcast_member_message_msgOrBuilder {
private static final long serialVersionUID = 0L;
// Use douyin_webcast_member_message_msg.newBuilder() to construct.
private douyin_webcast_member_message_msg(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private douyin_webcast_member_message_msg() {
actionDescription_ = "";
popStr_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new douyin_webcast_member_message_msg();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return tech.ordinaryroad.live.chat.client.douyin.protobuf.Douyin_webcast_member_message_msgProto.internal_static_tech_ordinaryroad_live_chat_client_douyin_protobuf_douyin_webcast_member_message_msg_descriptor;
}
@SuppressWarnings({"rawtypes"})
@java.lang.Override
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 22:
return internalGetBuriedPointMap();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return tech.ordinaryroad.live.chat.client.douyin.protobuf.Douyin_webcast_member_message_msgProto.internal_static_tech_ordinaryroad_live_chat_client_douyin_protobuf_douyin_webcast_member_message_msg_fieldAccessorTable
.ensureFieldAccessorsInitialized(
tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_member_message_msg.class, tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_member_message_msg.Builder.class);
}
public static final int COMMON_FIELD_NUMBER = 1;
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common common_;
/**
* .Common common = 1;
* @return Whether the common field is set.
*/
@java.lang.Override
public boolean hasCommon() {
return common_ != null;
}
/**
* .Common common = 1;
* @return The common.
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common getCommon() {
return common_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common.getDefaultInstance() : common_;
}
/**
* .Common common = 1;
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.CommonOrBuilder getCommonOrBuilder() {
return common_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common.getDefaultInstance() : common_;
}
public static final int USER_FIELD_NUMBER = 2;
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User user_;
/**
* .User user = 2;
* @return Whether the user field is set.
*/
@java.lang.Override
public boolean hasUser() {
return user_ != null;
}
/**
* .User user = 2;
* @return The user.
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User getUser() {
return user_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.getDefaultInstance() : user_;
}
/**
* .User user = 2;
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder getUserOrBuilder() {
return user_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.getDefaultInstance() : user_;
}
public static final int MEMBERCOUNT_FIELD_NUMBER = 3;
private long memberCount_ = 0L;
/**
* uint64 memberCount = 3;
* @return The memberCount.
*/
@java.lang.Override
public long getMemberCount() {
return memberCount_;
}
public static final int OPERATOR_FIELD_NUMBER = 4;
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User operator_;
/**
* .User operator = 4;
* @return Whether the operator field is set.
*/
@java.lang.Override
public boolean hasOperator() {
return operator_ != null;
}
/**
* .User operator = 4;
* @return The operator.
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User getOperator() {
return operator_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.getDefaultInstance() : operator_;
}
/**
* .User operator = 4;
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder getOperatorOrBuilder() {
return operator_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.getDefaultInstance() : operator_;
}
public static final int ISSETTOADMIN_FIELD_NUMBER = 5;
private boolean isSetToAdmin_ = false;
/**
* bool isSetToAdmin = 5;
* @return The isSetToAdmin.
*/
@java.lang.Override
public boolean getIsSetToAdmin() {
return isSetToAdmin_;
}
public static final int ISTOPUSER_FIELD_NUMBER = 6;
private boolean isTopUser_ = false;
/**
* bool isTopUser = 6;
* @return The isTopUser.
*/
@java.lang.Override
public boolean getIsTopUser() {
return isTopUser_;
}
public static final int RANKSCORE_FIELD_NUMBER = 7;
private long rankScore_ = 0L;
/**
* int64 rankScore = 7;
* @return The rankScore.
*/
@java.lang.Override
public long getRankScore() {
return rankScore_;
}
public static final int TOPUSERNO_FIELD_NUMBER = 8;
private long topUserNo_ = 0L;
/**
* int64 topUserNo = 8;
* @return The topUserNo.
*/
@java.lang.Override
public long getTopUserNo() {
return topUserNo_;
}
public static final int ENTERTYPE_FIELD_NUMBER = 9;
private long enterType_ = 0L;
/**
* int64 enterType = 9;
* @return The enterType.
*/
@java.lang.Override
public long getEnterType() {
return enterType_;
}
public static final int ACTION_FIELD_NUMBER = 10;
private long action_ = 0L;
/**
* int64 action = 10;
* @return The action.
*/
@java.lang.Override
public long getAction() {
return action_;
}
public static final int ACTIONDESCRIPTION_FIELD_NUMBER = 11;
@SuppressWarnings("serial")
private volatile java.lang.Object actionDescription_ = "";
/**
* string actionDescription = 11;
* @return The actionDescription.
*/
@java.lang.Override
public java.lang.String getActionDescription() {
java.lang.Object ref = actionDescription_;
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();
actionDescription_ = s;
return s;
}
}
/**
* string actionDescription = 11;
* @return The bytes for actionDescription.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getActionDescriptionBytes() {
java.lang.Object ref = actionDescription_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
actionDescription_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int USERID_FIELD_NUMBER = 12;
private long userId_ = 0L;
/**
* int64 userId = 12;
* @return The userId.
*/
@java.lang.Override
public long getUserId() {
return userId_;
}
public static final int POPSTR_FIELD_NUMBER = 14;
@SuppressWarnings("serial")
private volatile java.lang.Object popStr_ = "";
/**
*
* EffectConfig effectConfig = 13; ** *
string popStr = 14;
* @return The popStr.
*/
@java.lang.Override
public java.lang.String getPopStr() {
java.lang.Object ref = popStr_;
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();
popStr_ = s;
return s;
}
}
/**
* * EffectConfig effectConfig = 13; ** *
string popStr = 14;
* @return The bytes for popStr.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPopStrBytes() {
java.lang.Object ref = popStr_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
popStr_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int BACKGROUNDIMAGE_FIELD_NUMBER = 16;
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image backgroundImage_;
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
* @return Whether the backgroundImage field is set.
*/
@java.lang.Override
public boolean hasBackgroundImage() {
return backgroundImage_ != null;
}
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
* @return The backgroundImage.
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image getBackgroundImage() {
return backgroundImage_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : backgroundImage_;
}
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder getBackgroundImageOrBuilder() {
return backgroundImage_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : backgroundImage_;
}
public static final int BACKGROUNDIMAGEV2_FIELD_NUMBER = 17;
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image backgroundImageV2_;
/**
* .Image backgroundImageV2 = 17;
* @return Whether the backgroundImageV2 field is set.
*/
@java.lang.Override
public boolean hasBackgroundImageV2() {
return backgroundImageV2_ != null;
}
/**
* .Image backgroundImageV2 = 17;
* @return The backgroundImageV2.
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image getBackgroundImageV2() {
return backgroundImageV2_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : backgroundImageV2_;
}
/**
* .Image backgroundImageV2 = 17;
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder getBackgroundImageV2OrBuilder() {
return backgroundImageV2_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : backgroundImageV2_;
}
public static final int ANCHORDISPLAYTEXT_FIELD_NUMBER = 18;
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text anchorDisplayText_;
/**
* .Text anchorDisplayText = 18;
* @return Whether the anchorDisplayText field is set.
*/
@java.lang.Override
public boolean hasAnchorDisplayText() {
return anchorDisplayText_ != null;
}
/**
* .Text anchorDisplayText = 18;
* @return The anchorDisplayText.
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text getAnchorDisplayText() {
return anchorDisplayText_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.getDefaultInstance() : anchorDisplayText_;
}
/**
* .Text anchorDisplayText = 18;
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder getAnchorDisplayTextOrBuilder() {
return anchorDisplayText_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.getDefaultInstance() : anchorDisplayText_;
}
public static final int USERENTERTIPTYPE_FIELD_NUMBER = 20;
private long userEnterTipType_ = 0L;
/**
* * PublicAreaCommon publicAreaCommon = 19; ** *
int64 userEnterTipType = 20;
* @return The userEnterTipType.
*/
@java.lang.Override
public long getUserEnterTipType() {
return userEnterTipType_;
}
public static final int ANCHORENTERTIPTYPE_FIELD_NUMBER = 21;
private long anchorEnterTipType_ = 0L;
/**
* int64 anchorEnterTipType = 21;
* @return The anchorEnterTipType.
*/
@java.lang.Override
public long getAnchorEnterTipType() {
return anchorEnterTipType_;
}
public static final int BURIEDPOINTMAP_FIELD_NUMBER = 22;
private static final class BuriedPointMapDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
java.lang.String, java.lang.String> defaultEntry =
com.google.protobuf.MapEntry
.map<string, string> buriedPointMap = 22;
*/
@java.lang.Override
public boolean containsBuriedPointMap(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
return internalGetBuriedPointMap().getMap().containsKey(key);
}
/**
* Use {@link #getBuriedPointMapMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Mapmap<string, string> buriedPointMap = 22;
*/
@java.lang.Override
public java.util.Mapmap<string, string> buriedPointMap = 22;
*/
@java.lang.Override
public /* nullable */
java.lang.String getBuriedPointMapOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Mapmap<string, string> buriedPointMap = 22;
*/
@java.lang.Override
public java.lang.String getBuriedPointMapOrThrow(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Map.Common common = 1;
* @return Whether the common field is set.
*/
public boolean hasCommon() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .Common common = 1;
* @return The common.
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common getCommon() {
if (commonBuilder_ == null) {
return common_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common.getDefaultInstance() : common_;
} else {
return commonBuilder_.getMessage();
}
}
/**
* .Common common = 1;
*/
public Builder setCommon(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common value) {
if (commonBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
common_ = value;
} else {
commonBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .Common common = 1;
*/
public Builder setCommon(
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common.Builder builderForValue) {
if (commonBuilder_ == null) {
common_ = builderForValue.build();
} else {
commonBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .Common common = 1;
*/
public Builder mergeCommon(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common value) {
if (commonBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
common_ != null &&
common_ != tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common.getDefaultInstance()) {
getCommonBuilder().mergeFrom(value);
} else {
common_ = value;
}
} else {
commonBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .Common common = 1;
*/
public Builder clearCommon() {
bitField0_ = (bitField0_ & ~0x00000001);
common_ = null;
if (commonBuilder_ != null) {
commonBuilder_.dispose();
commonBuilder_ = null;
}
onChanged();
return this;
}
/**
* .Common common = 1;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common.Builder getCommonBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getCommonFieldBuilder().getBuilder();
}
/**
* .Common common = 1;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.CommonOrBuilder getCommonOrBuilder() {
if (commonBuilder_ != null) {
return commonBuilder_.getMessageOrBuilder();
} else {
return common_ == null ?
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common.getDefaultInstance() : common_;
}
}
/**
* .Common common = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
isClean());
common_ = null;
}
return commonBuilder_;
}
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User user_;
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder> userBuilder_;
/**
* .User user = 2;
* @return Whether the user field is set.
*/
public boolean hasUser() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* .User user = 2;
* @return The user.
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User getUser() {
if (userBuilder_ == null) {
return user_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.getDefaultInstance() : user_;
} else {
return userBuilder_.getMessage();
}
}
/**
* .User user = 2;
*/
public Builder setUser(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User value) {
if (userBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
user_ = value;
} else {
userBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* .User user = 2;
*/
public Builder setUser(
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder builderForValue) {
if (userBuilder_ == null) {
user_ = builderForValue.build();
} else {
userBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* .User user = 2;
*/
public Builder mergeUser(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User value) {
if (userBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
user_ != null &&
user_ != tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.getDefaultInstance()) {
getUserBuilder().mergeFrom(value);
} else {
user_ = value;
}
} else {
userBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* .User user = 2;
*/
public Builder clearUser() {
bitField0_ = (bitField0_ & ~0x00000002);
user_ = null;
if (userBuilder_ != null) {
userBuilder_.dispose();
userBuilder_ = null;
}
onChanged();
return this;
}
/**
* .User user = 2;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder getUserBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getUserFieldBuilder().getBuilder();
}
/**
* .User user = 2;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder getUserOrBuilder() {
if (userBuilder_ != null) {
return userBuilder_.getMessageOrBuilder();
} else {
return user_ == null ?
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.getDefaultInstance() : user_;
}
}
/**
* .User user = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder>
getUserFieldBuilder() {
if (userBuilder_ == null) {
userBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder>(
getUser(),
getParentForChildren(),
isClean());
user_ = null;
}
return userBuilder_;
}
private long memberCount_ ;
/**
* uint64 memberCount = 3;
* @return The memberCount.
*/
@java.lang.Override
public long getMemberCount() {
return memberCount_;
}
/**
* uint64 memberCount = 3;
* @param value The memberCount to set.
* @return This builder for chaining.
*/
public Builder setMemberCount(long value) {
memberCount_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* uint64 memberCount = 3;
* @return This builder for chaining.
*/
public Builder clearMemberCount() {
bitField0_ = (bitField0_ & ~0x00000004);
memberCount_ = 0L;
onChanged();
return this;
}
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User operator_;
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder> operatorBuilder_;
/**
* .User operator = 4;
* @return Whether the operator field is set.
*/
public boolean hasOperator() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* .User operator = 4;
* @return The operator.
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User getOperator() {
if (operatorBuilder_ == null) {
return operator_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.getDefaultInstance() : operator_;
} else {
return operatorBuilder_.getMessage();
}
}
/**
* .User operator = 4;
*/
public Builder setOperator(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User value) {
if (operatorBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
operator_ = value;
} else {
operatorBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .User operator = 4;
*/
public Builder setOperator(
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder builderForValue) {
if (operatorBuilder_ == null) {
operator_ = builderForValue.build();
} else {
operatorBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .User operator = 4;
*/
public Builder mergeOperator(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User value) {
if (operatorBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
operator_ != null &&
operator_ != tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.getDefaultInstance()) {
getOperatorBuilder().mergeFrom(value);
} else {
operator_ = value;
}
} else {
operatorBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .User operator = 4;
*/
public Builder clearOperator() {
bitField0_ = (bitField0_ & ~0x00000008);
operator_ = null;
if (operatorBuilder_ != null) {
operatorBuilder_.dispose();
operatorBuilder_ = null;
}
onChanged();
return this;
}
/**
* .User operator = 4;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder getOperatorBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getOperatorFieldBuilder().getBuilder();
}
/**
* .User operator = 4;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder getOperatorOrBuilder() {
if (operatorBuilder_ != null) {
return operatorBuilder_.getMessageOrBuilder();
} else {
return operator_ == null ?
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.getDefaultInstance() : operator_;
}
}
/**
* .User operator = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder>
getOperatorFieldBuilder() {
if (operatorBuilder_ == null) {
operatorBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder>(
getOperator(),
getParentForChildren(),
isClean());
operator_ = null;
}
return operatorBuilder_;
}
private boolean isSetToAdmin_ ;
/**
* bool isSetToAdmin = 5;
* @return The isSetToAdmin.
*/
@java.lang.Override
public boolean getIsSetToAdmin() {
return isSetToAdmin_;
}
/**
* bool isSetToAdmin = 5;
* @param value The isSetToAdmin to set.
* @return This builder for chaining.
*/
public Builder setIsSetToAdmin(boolean value) {
isSetToAdmin_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* bool isSetToAdmin = 5;
* @return This builder for chaining.
*/
public Builder clearIsSetToAdmin() {
bitField0_ = (bitField0_ & ~0x00000010);
isSetToAdmin_ = false;
onChanged();
return this;
}
private boolean isTopUser_ ;
/**
* bool isTopUser = 6;
* @return The isTopUser.
*/
@java.lang.Override
public boolean getIsTopUser() {
return isTopUser_;
}
/**
* bool isTopUser = 6;
* @param value The isTopUser to set.
* @return This builder for chaining.
*/
public Builder setIsTopUser(boolean value) {
isTopUser_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* bool isTopUser = 6;
* @return This builder for chaining.
*/
public Builder clearIsTopUser() {
bitField0_ = (bitField0_ & ~0x00000020);
isTopUser_ = false;
onChanged();
return this;
}
private long rankScore_ ;
/**
* int64 rankScore = 7;
* @return The rankScore.
*/
@java.lang.Override
public long getRankScore() {
return rankScore_;
}
/**
* int64 rankScore = 7;
* @param value The rankScore to set.
* @return This builder for chaining.
*/
public Builder setRankScore(long value) {
rankScore_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* int64 rankScore = 7;
* @return This builder for chaining.
*/
public Builder clearRankScore() {
bitField0_ = (bitField0_ & ~0x00000040);
rankScore_ = 0L;
onChanged();
return this;
}
private long topUserNo_ ;
/**
* int64 topUserNo = 8;
* @return The topUserNo.
*/
@java.lang.Override
public long getTopUserNo() {
return topUserNo_;
}
/**
* int64 topUserNo = 8;
* @param value The topUserNo to set.
* @return This builder for chaining.
*/
public Builder setTopUserNo(long value) {
topUserNo_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* int64 topUserNo = 8;
* @return This builder for chaining.
*/
public Builder clearTopUserNo() {
bitField0_ = (bitField0_ & ~0x00000080);
topUserNo_ = 0L;
onChanged();
return this;
}
private long enterType_ ;
/**
* int64 enterType = 9;
* @return The enterType.
*/
@java.lang.Override
public long getEnterType() {
return enterType_;
}
/**
* int64 enterType = 9;
* @param value The enterType to set.
* @return This builder for chaining.
*/
public Builder setEnterType(long value) {
enterType_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* int64 enterType = 9;
* @return This builder for chaining.
*/
public Builder clearEnterType() {
bitField0_ = (bitField0_ & ~0x00000100);
enterType_ = 0L;
onChanged();
return this;
}
private long action_ ;
/**
* int64 action = 10;
* @return The action.
*/
@java.lang.Override
public long getAction() {
return action_;
}
/**
* int64 action = 10;
* @param value The action to set.
* @return This builder for chaining.
*/
public Builder setAction(long value) {
action_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
* int64 action = 10;
* @return This builder for chaining.
*/
public Builder clearAction() {
bitField0_ = (bitField0_ & ~0x00000200);
action_ = 0L;
onChanged();
return this;
}
private java.lang.Object actionDescription_ = "";
/**
* string actionDescription = 11;
* @return The actionDescription.
*/
public java.lang.String getActionDescription() {
java.lang.Object ref = actionDescription_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
actionDescription_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string actionDescription = 11;
* @return The bytes for actionDescription.
*/
public com.google.protobuf.ByteString
getActionDescriptionBytes() {
java.lang.Object ref = actionDescription_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
actionDescription_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string actionDescription = 11;
* @param value The actionDescription to set.
* @return This builder for chaining.
*/
public Builder setActionDescription(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
actionDescription_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
/**
* string actionDescription = 11;
* @return This builder for chaining.
*/
public Builder clearActionDescription() {
actionDescription_ = getDefaultInstance().getActionDescription();
bitField0_ = (bitField0_ & ~0x00000400);
onChanged();
return this;
}
/**
* string actionDescription = 11;
* @param value The bytes for actionDescription to set.
* @return This builder for chaining.
*/
public Builder setActionDescriptionBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
actionDescription_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
private long userId_ ;
/**
* int64 userId = 12;
* @return The userId.
*/
@java.lang.Override
public long getUserId() {
return userId_;
}
/**
* int64 userId = 12;
* @param value The userId to set.
* @return This builder for chaining.
*/
public Builder setUserId(long value) {
userId_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
/**
* int64 userId = 12;
* @return This builder for chaining.
*/
public Builder clearUserId() {
bitField0_ = (bitField0_ & ~0x00000800);
userId_ = 0L;
onChanged();
return this;
}
private java.lang.Object popStr_ = "";
/**
* * EffectConfig effectConfig = 13; ** *
string popStr = 14;
* @return The popStr.
*/
public java.lang.String getPopStr() {
java.lang.Object ref = popStr_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
popStr_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * EffectConfig effectConfig = 13; ** *
string popStr = 14;
* @return The bytes for popStr.
*/
public com.google.protobuf.ByteString
getPopStrBytes() {
java.lang.Object ref = popStr_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
popStr_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * EffectConfig effectConfig = 13; ** *
string popStr = 14;
* @param value The popStr to set.
* @return This builder for chaining.
*/
public Builder setPopStr(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
popStr_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
/**
* * EffectConfig effectConfig = 13; ** *
string popStr = 14;
* @return This builder for chaining.
*/
public Builder clearPopStr() {
popStr_ = getDefaultInstance().getPopStr();
bitField0_ = (bitField0_ & ~0x00001000);
onChanged();
return this;
}
/**
* * EffectConfig effectConfig = 13; ** *
string popStr = 14;
* @param value The bytes for popStr to set.
* @return This builder for chaining.
*/
public Builder setPopStrBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
popStr_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image backgroundImage_;
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder> backgroundImageBuilder_;
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
* @return Whether the backgroundImage field is set.
*/
public boolean hasBackgroundImage() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
* @return The backgroundImage.
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image getBackgroundImage() {
if (backgroundImageBuilder_ == null) {
return backgroundImage_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : backgroundImage_;
} else {
return backgroundImageBuilder_.getMessage();
}
}
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
*/
public Builder setBackgroundImage(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image value) {
if (backgroundImageBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
backgroundImage_ = value;
} else {
backgroundImageBuilder_.setMessage(value);
}
bitField0_ |= 0x00002000;
onChanged();
return this;
}
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
*/
public Builder setBackgroundImage(
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder builderForValue) {
if (backgroundImageBuilder_ == null) {
backgroundImage_ = builderForValue.build();
} else {
backgroundImageBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00002000;
onChanged();
return this;
}
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
*/
public Builder mergeBackgroundImage(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image value) {
if (backgroundImageBuilder_ == null) {
if (((bitField0_ & 0x00002000) != 0) &&
backgroundImage_ != null &&
backgroundImage_ != tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance()) {
getBackgroundImageBuilder().mergeFrom(value);
} else {
backgroundImage_ = value;
}
} else {
backgroundImageBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00002000;
onChanged();
return this;
}
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
*/
public Builder clearBackgroundImage() {
bitField0_ = (bitField0_ & ~0x00002000);
backgroundImage_ = null;
if (backgroundImageBuilder_ != null) {
backgroundImageBuilder_.dispose();
backgroundImageBuilder_ = null;
}
onChanged();
return this;
}
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder getBackgroundImageBuilder() {
bitField0_ |= 0x00002000;
onChanged();
return getBackgroundImageFieldBuilder().getBuilder();
}
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder getBackgroundImageOrBuilder() {
if (backgroundImageBuilder_ != null) {
return backgroundImageBuilder_.getMessageOrBuilder();
} else {
return backgroundImage_ == null ?
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : backgroundImage_;
}
}
/**
* * EffectConfig enterEffectConfig = 15; ** *
.Image backgroundImage = 16;
*/
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder>
getBackgroundImageFieldBuilder() {
if (backgroundImageBuilder_ == null) {
backgroundImageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder>(
getBackgroundImage(),
getParentForChildren(),
isClean());
backgroundImage_ = null;
}
return backgroundImageBuilder_;
}
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image backgroundImageV2_;
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder> backgroundImageV2Builder_;
/**
* .Image backgroundImageV2 = 17;
* @return Whether the backgroundImageV2 field is set.
*/
public boolean hasBackgroundImageV2() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* .Image backgroundImageV2 = 17;
* @return The backgroundImageV2.
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image getBackgroundImageV2() {
if (backgroundImageV2Builder_ == null) {
return backgroundImageV2_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : backgroundImageV2_;
} else {
return backgroundImageV2Builder_.getMessage();
}
}
/**
* .Image backgroundImageV2 = 17;
*/
public Builder setBackgroundImageV2(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image value) {
if (backgroundImageV2Builder_ == null) {
if (value == null) {
throw new NullPointerException();
}
backgroundImageV2_ = value;
} else {
backgroundImageV2Builder_.setMessage(value);
}
bitField0_ |= 0x00004000;
onChanged();
return this;
}
/**
* .Image backgroundImageV2 = 17;
*/
public Builder setBackgroundImageV2(
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder builderForValue) {
if (backgroundImageV2Builder_ == null) {
backgroundImageV2_ = builderForValue.build();
} else {
backgroundImageV2Builder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00004000;
onChanged();
return this;
}
/**
* .Image backgroundImageV2 = 17;
*/
public Builder mergeBackgroundImageV2(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image value) {
if (backgroundImageV2Builder_ == null) {
if (((bitField0_ & 0x00004000) != 0) &&
backgroundImageV2_ != null &&
backgroundImageV2_ != tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance()) {
getBackgroundImageV2Builder().mergeFrom(value);
} else {
backgroundImageV2_ = value;
}
} else {
backgroundImageV2Builder_.mergeFrom(value);
}
bitField0_ |= 0x00004000;
onChanged();
return this;
}
/**
* .Image backgroundImageV2 = 17;
*/
public Builder clearBackgroundImageV2() {
bitField0_ = (bitField0_ & ~0x00004000);
backgroundImageV2_ = null;
if (backgroundImageV2Builder_ != null) {
backgroundImageV2Builder_.dispose();
backgroundImageV2Builder_ = null;
}
onChanged();
return this;
}
/**
* .Image backgroundImageV2 = 17;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder getBackgroundImageV2Builder() {
bitField0_ |= 0x00004000;
onChanged();
return getBackgroundImageV2FieldBuilder().getBuilder();
}
/**
* .Image backgroundImageV2 = 17;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder getBackgroundImageV2OrBuilder() {
if (backgroundImageV2Builder_ != null) {
return backgroundImageV2Builder_.getMessageOrBuilder();
} else {
return backgroundImageV2_ == null ?
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : backgroundImageV2_;
}
}
/**
* .Image backgroundImageV2 = 17;
*/
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder>
getBackgroundImageV2FieldBuilder() {
if (backgroundImageV2Builder_ == null) {
backgroundImageV2Builder_ = new com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder>(
getBackgroundImageV2(),
getParentForChildren(),
isClean());
backgroundImageV2_ = null;
}
return backgroundImageV2Builder_;
}
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text anchorDisplayText_;
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder> anchorDisplayTextBuilder_;
/**
* .Text anchorDisplayText = 18;
* @return Whether the anchorDisplayText field is set.
*/
public boolean hasAnchorDisplayText() {
return ((bitField0_ & 0x00008000) != 0);
}
/**
* .Text anchorDisplayText = 18;
* @return The anchorDisplayText.
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text getAnchorDisplayText() {
if (anchorDisplayTextBuilder_ == null) {
return anchorDisplayText_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.getDefaultInstance() : anchorDisplayText_;
} else {
return anchorDisplayTextBuilder_.getMessage();
}
}
/**
* .Text anchorDisplayText = 18;
*/
public Builder setAnchorDisplayText(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text value) {
if (anchorDisplayTextBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
anchorDisplayText_ = value;
} else {
anchorDisplayTextBuilder_.setMessage(value);
}
bitField0_ |= 0x00008000;
onChanged();
return this;
}
/**
* .Text anchorDisplayText = 18;
*/
public Builder setAnchorDisplayText(
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.Builder builderForValue) {
if (anchorDisplayTextBuilder_ == null) {
anchorDisplayText_ = builderForValue.build();
} else {
anchorDisplayTextBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00008000;
onChanged();
return this;
}
/**
* .Text anchorDisplayText = 18;
*/
public Builder mergeAnchorDisplayText(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text value) {
if (anchorDisplayTextBuilder_ == null) {
if (((bitField0_ & 0x00008000) != 0) &&
anchorDisplayText_ != null &&
anchorDisplayText_ != tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.getDefaultInstance()) {
getAnchorDisplayTextBuilder().mergeFrom(value);
} else {
anchorDisplayText_ = value;
}
} else {
anchorDisplayTextBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00008000;
onChanged();
return this;
}
/**
* .Text anchorDisplayText = 18;
*/
public Builder clearAnchorDisplayText() {
bitField0_ = (bitField0_ & ~0x00008000);
anchorDisplayText_ = null;
if (anchorDisplayTextBuilder_ != null) {
anchorDisplayTextBuilder_.dispose();
anchorDisplayTextBuilder_ = null;
}
onChanged();
return this;
}
/**
* .Text anchorDisplayText = 18;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.Builder getAnchorDisplayTextBuilder() {
bitField0_ |= 0x00008000;
onChanged();
return getAnchorDisplayTextFieldBuilder().getBuilder();
}
/**
* .Text anchorDisplayText = 18;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder getAnchorDisplayTextOrBuilder() {
if (anchorDisplayTextBuilder_ != null) {
return anchorDisplayTextBuilder_.getMessageOrBuilder();
} else {
return anchorDisplayText_ == null ?
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.getDefaultInstance() : anchorDisplayText_;
}
}
/**
* .Text anchorDisplayText = 18;
*/
private com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder>
getAnchorDisplayTextFieldBuilder() {
if (anchorDisplayTextBuilder_ == null) {
anchorDisplayTextBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.Builder, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder>(
getAnchorDisplayText(),
getParentForChildren(),
isClean());
anchorDisplayText_ = null;
}
return anchorDisplayTextBuilder_;
}
private long userEnterTipType_ ;
/**
* * PublicAreaCommon publicAreaCommon = 19; ** *
int64 userEnterTipType = 20;
* @return The userEnterTipType.
*/
@java.lang.Override
public long getUserEnterTipType() {
return userEnterTipType_;
}
/**
* * PublicAreaCommon publicAreaCommon = 19; ** *
int64 userEnterTipType = 20;
* @param value The userEnterTipType to set.
* @return This builder for chaining.
*/
public Builder setUserEnterTipType(long value) {
userEnterTipType_ = value;
bitField0_ |= 0x00010000;
onChanged();
return this;
}
/**
* * PublicAreaCommon publicAreaCommon = 19; ** *
int64 userEnterTipType = 20;
* @return This builder for chaining.
*/
public Builder clearUserEnterTipType() {
bitField0_ = (bitField0_ & ~0x00010000);
userEnterTipType_ = 0L;
onChanged();
return this;
}
private long anchorEnterTipType_ ;
/**
* int64 anchorEnterTipType = 21;
* @return The anchorEnterTipType.
*/
@java.lang.Override
public long getAnchorEnterTipType() {
return anchorEnterTipType_;
}
/**
* int64 anchorEnterTipType = 21;
* @param value The anchorEnterTipType to set.
* @return This builder for chaining.
*/
public Builder setAnchorEnterTipType(long value) {
anchorEnterTipType_ = value;
bitField0_ |= 0x00020000;
onChanged();
return this;
}
/**
* int64 anchorEnterTipType = 21;
* @return This builder for chaining.
*/
public Builder clearAnchorEnterTipType() {
bitField0_ = (bitField0_ & ~0x00020000);
anchorEnterTipType_ = 0L;
onChanged();
return this;
}
private com.google.protobuf.MapField<
java.lang.String, java.lang.String> buriedPointMap_;
private com.google.protobuf.MapFieldmap<string, string> buriedPointMap = 22;
*/
@java.lang.Override
public boolean containsBuriedPointMap(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
return internalGetBuriedPointMap().getMap().containsKey(key);
}
/**
* Use {@link #getBuriedPointMapMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Mapmap<string, string> buriedPointMap = 22;
*/
@java.lang.Override
public java.util.Mapmap<string, string> buriedPointMap = 22;
*/
@java.lang.Override
public /* nullable */
java.lang.String getBuriedPointMapOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Mapmap<string, string> buriedPointMap = 22;
*/
@java.lang.Override
public java.lang.String getBuriedPointMapOrThrow(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Mapmap<string, string> buriedPointMap = 22;
*/
public Builder removeBuriedPointMap(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
internalGetMutableBuriedPointMap().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Mapmap<string, string> buriedPointMap = 22;
*/
public Builder putBuriedPointMap(
java.lang.String key,
java.lang.String value) {
if (key == null) { throw new NullPointerException("map key"); }
if (value == null) { throw new NullPointerException("map value"); }
internalGetMutableBuriedPointMap().getMutableMap()
.put(key, value);
bitField0_ |= 0x00040000;
return this;
}
/**
* map<string, string> buriedPointMap = 22;
*/
public Builder putAllBuriedPointMap(
java.util.Map