/*
* 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: TextEffectDetail.proto
package tech.ordinaryroad.live.chat.client.douyin.protobuf.dto;
public final class TextEffectDetailOuterClass {
private TextEffectDetailOuterClass() {}
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 TextEffectDetailOrBuilder extends
// @@protoc_insertion_point(interface_extends:TextEffectDetail)
com.google.protobuf.MessageOrBuilder {
/**
* .Text text = 1;
* @return Whether the text field is set.
*/
boolean hasText();
/**
* .Text text = 1;
* @return The text.
*/
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text getText();
/**
* .Text text = 1;
*/
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder getTextOrBuilder();
/**
* uint32 text_font_size = 2;
* @return The textFontSize.
*/
int getTextFontSize();
/**
* .Image background = 3;
* @return Whether the background field is set.
*/
boolean hasBackground();
/**
* .Image background = 3;
* @return The background.
*/
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image getBackground();
/**
* .Image background = 3;
*/
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder getBackgroundOrBuilder();
/**
* uint32 start = 4;
* @return The start.
*/
int getStart();
/**
* uint32 duration = 5;
* @return The duration.
*/
int getDuration();
/**
* uint32 x = 6;
* @return The x.
*/
int getX();
/**
* uint32 y = 7;
* @return The y.
*/
int getY();
/**
* uint32 width = 8;
* @return The width.
*/
int getWidth();
/**
* uint32 height = 9;
* @return The height.
*/
int getHeight();
/**
* uint32 shadow_dx = 10;
* @return The shadowDx.
*/
int getShadowDx();
/**
* uint32 shadow_dy = 11;
* @return The shadowDy.
*/
int getShadowDy();
/**
* uint32 shadow_radius = 12;
* @return The shadowRadius.
*/
int getShadowRadius();
/**
* string shadow_color = 13;
* @return The shadowColor.
*/
java.lang.String getShadowColor();
/**
* string shadow_color = 13;
* @return The bytes for shadowColor.
*/
com.google.protobuf.ByteString
getShadowColorBytes();
/**
* string stroke_color = 14;
* @return The strokeColor.
*/
java.lang.String getStrokeColor();
/**
* string stroke_color = 14;
* @return The bytes for strokeColor.
*/
com.google.protobuf.ByteString
getStrokeColorBytes();
/**
* uint32 stroke_width = 15;
* @return The strokeWidth.
*/
int getStrokeWidth();
}
/**
* Protobuf type {@code TextEffectDetail}
*/
public static final class TextEffectDetail extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:TextEffectDetail)
TextEffectDetailOrBuilder {
private static final long serialVersionUID = 0L;
// Use TextEffectDetail.newBuilder() to construct.
private TextEffectDetail(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private TextEffectDetail() {
shadowColor_ = "";
strokeColor_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new TextEffectDetail();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.internal_static_TextEffectDetail_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.internal_static_TextEffectDetail_fieldAccessorTable
.ensureFieldAccessorsInitialized(
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail.class, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail.Builder.class);
}
public static final int TEXT_FIELD_NUMBER = 1;
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text text_;
/**
* .Text text = 1;
* @return Whether the text field is set.
*/
@java.lang.Override
public boolean hasText() {
return text_ != null;
}
/**
* .Text text = 1;
* @return The text.
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text getText() {
return text_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.getDefaultInstance() : text_;
}
/**
* .Text text = 1;
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder getTextOrBuilder() {
return text_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.getDefaultInstance() : text_;
}
public static final int TEXT_FONT_SIZE_FIELD_NUMBER = 2;
private int textFontSize_ = 0;
/**
* uint32 text_font_size = 2;
* @return The textFontSize.
*/
@java.lang.Override
public int getTextFontSize() {
return textFontSize_;
}
public static final int BACKGROUND_FIELD_NUMBER = 3;
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image background_;
/**
* .Image background = 3;
* @return Whether the background field is set.
*/
@java.lang.Override
public boolean hasBackground() {
return background_ != null;
}
/**
* .Image background = 3;
* @return The background.
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image getBackground() {
return background_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : background_;
}
/**
* .Image background = 3;
*/
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder getBackgroundOrBuilder() {
return background_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : background_;
}
public static final int START_FIELD_NUMBER = 4;
private int start_ = 0;
/**
* uint32 start = 4;
* @return The start.
*/
@java.lang.Override
public int getStart() {
return start_;
}
public static final int DURATION_FIELD_NUMBER = 5;
private int duration_ = 0;
/**
* uint32 duration = 5;
* @return The duration.
*/
@java.lang.Override
public int getDuration() {
return duration_;
}
public static final int X_FIELD_NUMBER = 6;
private int x_ = 0;
/**
* uint32 x = 6;
* @return The x.
*/
@java.lang.Override
public int getX() {
return x_;
}
public static final int Y_FIELD_NUMBER = 7;
private int y_ = 0;
/**
* uint32 y = 7;
* @return The y.
*/
@java.lang.Override
public int getY() {
return y_;
}
public static final int WIDTH_FIELD_NUMBER = 8;
private int width_ = 0;
/**
* uint32 width = 8;
* @return The width.
*/
@java.lang.Override
public int getWidth() {
return width_;
}
public static final int HEIGHT_FIELD_NUMBER = 9;
private int height_ = 0;
/**
* uint32 height = 9;
* @return The height.
*/
@java.lang.Override
public int getHeight() {
return height_;
}
public static final int SHADOW_DX_FIELD_NUMBER = 10;
private int shadowDx_ = 0;
/**
* uint32 shadow_dx = 10;
* @return The shadowDx.
*/
@java.lang.Override
public int getShadowDx() {
return shadowDx_;
}
public static final int SHADOW_DY_FIELD_NUMBER = 11;
private int shadowDy_ = 0;
/**
* uint32 shadow_dy = 11;
* @return The shadowDy.
*/
@java.lang.Override
public int getShadowDy() {
return shadowDy_;
}
public static final int SHADOW_RADIUS_FIELD_NUMBER = 12;
private int shadowRadius_ = 0;
/**
* uint32 shadow_radius = 12;
* @return The shadowRadius.
*/
@java.lang.Override
public int getShadowRadius() {
return shadowRadius_;
}
public static final int SHADOW_COLOR_FIELD_NUMBER = 13;
@SuppressWarnings("serial")
private volatile java.lang.Object shadowColor_ = "";
/**
* string shadow_color = 13;
* @return The shadowColor.
*/
@java.lang.Override
public java.lang.String getShadowColor() {
java.lang.Object ref = shadowColor_;
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();
shadowColor_ = s;
return s;
}
}
/**
* string shadow_color = 13;
* @return The bytes for shadowColor.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getShadowColorBytes() {
java.lang.Object ref = shadowColor_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
shadowColor_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int STROKE_COLOR_FIELD_NUMBER = 14;
@SuppressWarnings("serial")
private volatile java.lang.Object strokeColor_ = "";
/**
* string stroke_color = 14;
* @return The strokeColor.
*/
@java.lang.Override
public java.lang.String getStrokeColor() {
java.lang.Object ref = strokeColor_;
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();
strokeColor_ = s;
return s;
}
}
/**
* string stroke_color = 14;
* @return The bytes for strokeColor.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getStrokeColorBytes() {
java.lang.Object ref = strokeColor_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
strokeColor_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int STROKE_WIDTH_FIELD_NUMBER = 15;
private int strokeWidth_ = 0;
/**
* uint32 stroke_width = 15;
* @return The strokeWidth.
*/
@java.lang.Override
public int getStrokeWidth() {
return strokeWidth_;
}
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 (text_ != null) {
output.writeMessage(1, getText());
}
if (textFontSize_ != 0) {
output.writeUInt32(2, textFontSize_);
}
if (background_ != null) {
output.writeMessage(3, getBackground());
}
if (start_ != 0) {
output.writeUInt32(4, start_);
}
if (duration_ != 0) {
output.writeUInt32(5, duration_);
}
if (x_ != 0) {
output.writeUInt32(6, x_);
}
if (y_ != 0) {
output.writeUInt32(7, y_);
}
if (width_ != 0) {
output.writeUInt32(8, width_);
}
if (height_ != 0) {
output.writeUInt32(9, height_);
}
if (shadowDx_ != 0) {
output.writeUInt32(10, shadowDx_);
}
if (shadowDy_ != 0) {
output.writeUInt32(11, shadowDy_);
}
if (shadowRadius_ != 0) {
output.writeUInt32(12, shadowRadius_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shadowColor_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, shadowColor_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(strokeColor_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, strokeColor_);
}
if (strokeWidth_ != 0) {
output.writeUInt32(15, strokeWidth_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (text_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getText());
}
if (textFontSize_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, textFontSize_);
}
if (background_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getBackground());
}
if (start_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(4, start_);
}
if (duration_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(5, duration_);
}
if (x_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, x_);
}
if (y_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, y_);
}
if (width_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(8, width_);
}
if (height_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(9, height_);
}
if (shadowDx_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(10, shadowDx_);
}
if (shadowDy_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(11, shadowDy_);
}
if (shadowRadius_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(12, shadowRadius_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shadowColor_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, shadowColor_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(strokeColor_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, strokeColor_);
}
if (strokeWidth_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(15, strokeWidth_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail)) {
return super.equals(obj);
}
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail other = (tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail) obj;
if (hasText() != other.hasText()) return false;
if (hasText()) {
if (!getText()
.equals(other.getText())) return false;
}
if (getTextFontSize()
!= other.getTextFontSize()) return false;
if (hasBackground() != other.hasBackground()) return false;
if (hasBackground()) {
if (!getBackground()
.equals(other.getBackground())) return false;
}
if (getStart()
!= other.getStart()) return false;
if (getDuration()
!= other.getDuration()) return false;
if (getX()
!= other.getX()) return false;
if (getY()
!= other.getY()) return false;
if (getWidth()
!= other.getWidth()) return false;
if (getHeight()
!= other.getHeight()) return false;
if (getShadowDx()
!= other.getShadowDx()) return false;
if (getShadowDy()
!= other.getShadowDy()) return false;
if (getShadowRadius()
!= other.getShadowRadius()) return false;
if (!getShadowColor()
.equals(other.getShadowColor())) return false;
if (!getStrokeColor()
.equals(other.getStrokeColor())) return false;
if (getStrokeWidth()
!= other.getStrokeWidth()) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasText()) {
hash = (37 * hash) + TEXT_FIELD_NUMBER;
hash = (53 * hash) + getText().hashCode();
}
hash = (37 * hash) + TEXT_FONT_SIZE_FIELD_NUMBER;
hash = (53 * hash) + getTextFontSize();
if (hasBackground()) {
hash = (37 * hash) + BACKGROUND_FIELD_NUMBER;
hash = (53 * hash) + getBackground().hashCode();
}
hash = (37 * hash) + START_FIELD_NUMBER;
hash = (53 * hash) + getStart();
hash = (37 * hash) + DURATION_FIELD_NUMBER;
hash = (53 * hash) + getDuration();
hash = (37 * hash) + X_FIELD_NUMBER;
hash = (53 * hash) + getX();
hash = (37 * hash) + Y_FIELD_NUMBER;
hash = (53 * hash) + getY();
hash = (37 * hash) + WIDTH_FIELD_NUMBER;
hash = (53 * hash) + getWidth();
hash = (37 * hash) + HEIGHT_FIELD_NUMBER;
hash = (53 * hash) + getHeight();
hash = (37 * hash) + SHADOW_DX_FIELD_NUMBER;
hash = (53 * hash) + getShadowDx();
hash = (37 * hash) + SHADOW_DY_FIELD_NUMBER;
hash = (53 * hash) + getShadowDy();
hash = (37 * hash) + SHADOW_RADIUS_FIELD_NUMBER;
hash = (53 * hash) + getShadowRadius();
hash = (37 * hash) + SHADOW_COLOR_FIELD_NUMBER;
hash = (53 * hash) + getShadowColor().hashCode();
hash = (37 * hash) + STROKE_COLOR_FIELD_NUMBER;
hash = (53 * hash) + getStrokeColor().hashCode();
hash = (37 * hash) + STROKE_WIDTH_FIELD_NUMBER;
hash = (53 * hash) + getStrokeWidth();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail 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 tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail 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 tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail 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(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail 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;
}
/**
* Protobuf type {@code TextEffectDetail}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:TextEffectDetail)
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetailOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.internal_static_TextEffectDetail_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.internal_static_TextEffectDetail_fieldAccessorTable
.ensureFieldAccessorsInitialized(
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail.class, tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail.Builder.class);
}
// Construct using tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
text_ = null;
if (textBuilder_ != null) {
textBuilder_.dispose();
textBuilder_ = null;
}
textFontSize_ = 0;
background_ = null;
if (backgroundBuilder_ != null) {
backgroundBuilder_.dispose();
backgroundBuilder_ = null;
}
start_ = 0;
duration_ = 0;
x_ = 0;
y_ = 0;
width_ = 0;
height_ = 0;
shadowDx_ = 0;
shadowDy_ = 0;
shadowRadius_ = 0;
shadowColor_ = "";
strokeColor_ = "";
strokeWidth_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.internal_static_TextEffectDetail_descriptor;
}
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail getDefaultInstanceForType() {
return tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail.getDefaultInstance();
}
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail build() {
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail buildPartial() {
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail result = new tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.text_ = textBuilder_ == null
? text_
: textBuilder_.build();
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.textFontSize_ = textFontSize_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.background_ = backgroundBuilder_ == null
? background_
: backgroundBuilder_.build();
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.start_ = start_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.duration_ = duration_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.x_ = x_;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.y_ = y_;
}
if (((from_bitField0_ & 0x00000080) != 0)) {
result.width_ = width_;
}
if (((from_bitField0_ & 0x00000100) != 0)) {
result.height_ = height_;
}
if (((from_bitField0_ & 0x00000200) != 0)) {
result.shadowDx_ = shadowDx_;
}
if (((from_bitField0_ & 0x00000400) != 0)) {
result.shadowDy_ = shadowDy_;
}
if (((from_bitField0_ & 0x00000800) != 0)) {
result.shadowRadius_ = shadowRadius_;
}
if (((from_bitField0_ & 0x00001000) != 0)) {
result.shadowColor_ = shadowColor_;
}
if (((from_bitField0_ & 0x00002000) != 0)) {
result.strokeColor_ = strokeColor_;
}
if (((from_bitField0_ & 0x00004000) != 0)) {
result.strokeWidth_ = strokeWidth_;
}
}
@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 tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail) {
return mergeFrom((tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail other) {
if (other == tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail.getDefaultInstance()) return this;
if (other.hasText()) {
mergeText(other.getText());
}
if (other.getTextFontSize() != 0) {
setTextFontSize(other.getTextFontSize());
}
if (other.hasBackground()) {
mergeBackground(other.getBackground());
}
if (other.getStart() != 0) {
setStart(other.getStart());
}
if (other.getDuration() != 0) {
setDuration(other.getDuration());
}
if (other.getX() != 0) {
setX(other.getX());
}
if (other.getY() != 0) {
setY(other.getY());
}
if (other.getWidth() != 0) {
setWidth(other.getWidth());
}
if (other.getHeight() != 0) {
setHeight(other.getHeight());
}
if (other.getShadowDx() != 0) {
setShadowDx(other.getShadowDx());
}
if (other.getShadowDy() != 0) {
setShadowDy(other.getShadowDy());
}
if (other.getShadowRadius() != 0) {
setShadowRadius(other.getShadowRadius());
}
if (!other.getShadowColor().isEmpty()) {
shadowColor_ = other.shadowColor_;
bitField0_ |= 0x00001000;
onChanged();
}
if (!other.getStrokeColor().isEmpty()) {
strokeColor_ = other.strokeColor_;
bitField0_ |= 0x00002000;
onChanged();
}
if (other.getStrokeWidth() != 0) {
setStrokeWidth(other.getStrokeWidth());
}
this.mergeUnknownFields(other.getUnknownFields());
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 {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
input.readMessage(
getTextFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 16: {
textFontSize_ = input.readUInt32();
bitField0_ |= 0x00000002;
break;
} // case 16
case 26: {
input.readMessage(
getBackgroundFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
case 32: {
start_ = input.readUInt32();
bitField0_ |= 0x00000008;
break;
} // case 32
case 40: {
duration_ = input.readUInt32();
bitField0_ |= 0x00000010;
break;
} // case 40
case 48: {
x_ = input.readUInt32();
bitField0_ |= 0x00000020;
break;
} // case 48
case 56: {
y_ = input.readUInt32();
bitField0_ |= 0x00000040;
break;
} // case 56
case 64: {
width_ = input.readUInt32();
bitField0_ |= 0x00000080;
break;
} // case 64
case 72: {
height_ = input.readUInt32();
bitField0_ |= 0x00000100;
break;
} // case 72
case 80: {
shadowDx_ = input.readUInt32();
bitField0_ |= 0x00000200;
break;
} // case 80
case 88: {
shadowDy_ = input.readUInt32();
bitField0_ |= 0x00000400;
break;
} // case 88
case 96: {
shadowRadius_ = input.readUInt32();
bitField0_ |= 0x00000800;
break;
} // case 96
case 106: {
shadowColor_ = input.readStringRequireUtf8();
bitField0_ |= 0x00001000;
break;
} // case 106
case 114: {
strokeColor_ = input.readStringRequireUtf8();
bitField0_ |= 0x00002000;
break;
} // case 114
case 120: {
strokeWidth_ = input.readUInt32();
bitField0_ |= 0x00004000;
break;
} // case 120
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text text_;
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> textBuilder_;
/**
* .Text text = 1;
* @return Whether the text field is set.
*/
public boolean hasText() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .Text text = 1;
* @return The text.
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text getText() {
if (textBuilder_ == null) {
return text_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.getDefaultInstance() : text_;
} else {
return textBuilder_.getMessage();
}
}
/**
* .Text text = 1;
*/
public Builder setText(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text value) {
if (textBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
text_ = value;
} else {
textBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .Text text = 1;
*/
public Builder setText(
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.Builder builderForValue) {
if (textBuilder_ == null) {
text_ = builderForValue.build();
} else {
textBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .Text text = 1;
*/
public Builder mergeText(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text value) {
if (textBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
text_ != null &&
text_ != tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.getDefaultInstance()) {
getTextBuilder().mergeFrom(value);
} else {
text_ = value;
}
} else {
textBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .Text text = 1;
*/
public Builder clearText() {
bitField0_ = (bitField0_ & ~0x00000001);
text_ = null;
if (textBuilder_ != null) {
textBuilder_.dispose();
textBuilder_ = null;
}
onChanged();
return this;
}
/**
* .Text text = 1;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.Builder getTextBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getTextFieldBuilder().getBuilder();
}
/**
* .Text text = 1;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.TextOrBuilder getTextOrBuilder() {
if (textBuilder_ != null) {
return textBuilder_.getMessageOrBuilder();
} else {
return text_ == null ?
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.Text.getDefaultInstance() : text_;
}
}
/**
* .Text text = 1;
*/
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>
getTextFieldBuilder() {
if (textBuilder_ == null) {
textBuilder_ = 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>(
getText(),
getParentForChildren(),
isClean());
text_ = null;
}
return textBuilder_;
}
private int textFontSize_ ;
/**
* uint32 text_font_size = 2;
* @return The textFontSize.
*/
@java.lang.Override
public int getTextFontSize() {
return textFontSize_;
}
/**
* uint32 text_font_size = 2;
* @param value The textFontSize to set.
* @return This builder for chaining.
*/
public Builder setTextFontSize(int value) {
textFontSize_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* uint32 text_font_size = 2;
* @return This builder for chaining.
*/
public Builder clearTextFontSize() {
bitField0_ = (bitField0_ & ~0x00000002);
textFontSize_ = 0;
onChanged();
return this;
}
private tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image background_;
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> backgroundBuilder_;
/**
* .Image background = 3;
* @return Whether the background field is set.
*/
public boolean hasBackground() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* .Image background = 3;
* @return The background.
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image getBackground() {
if (backgroundBuilder_ == null) {
return background_ == null ? tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : background_;
} else {
return backgroundBuilder_.getMessage();
}
}
/**
* .Image background = 3;
*/
public Builder setBackground(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image value) {
if (backgroundBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
background_ = value;
} else {
backgroundBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .Image background = 3;
*/
public Builder setBackground(
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder builderForValue) {
if (backgroundBuilder_ == null) {
background_ = builderForValue.build();
} else {
backgroundBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .Image background = 3;
*/
public Builder mergeBackground(tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image value) {
if (backgroundBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
background_ != null &&
background_ != tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance()) {
getBackgroundBuilder().mergeFrom(value);
} else {
background_ = value;
}
} else {
backgroundBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .Image background = 3;
*/
public Builder clearBackground() {
bitField0_ = (bitField0_ & ~0x00000004);
background_ = null;
if (backgroundBuilder_ != null) {
backgroundBuilder_.dispose();
backgroundBuilder_ = null;
}
onChanged();
return this;
}
/**
* .Image background = 3;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.Builder getBackgroundBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getBackgroundFieldBuilder().getBuilder();
}
/**
* .Image background = 3;
*/
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.ImageOrBuilder getBackgroundOrBuilder() {
if (backgroundBuilder_ != null) {
return backgroundBuilder_.getMessageOrBuilder();
} else {
return background_ == null ?
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.Image.getDefaultInstance() : background_;
}
}
/**
* .Image background = 3;
*/
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>
getBackgroundFieldBuilder() {
if (backgroundBuilder_ == null) {
backgroundBuilder_ = 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>(
getBackground(),
getParentForChildren(),
isClean());
background_ = null;
}
return backgroundBuilder_;
}
private int start_ ;
/**
* uint32 start = 4;
* @return The start.
*/
@java.lang.Override
public int getStart() {
return start_;
}
/**
* uint32 start = 4;
* @param value The start to set.
* @return This builder for chaining.
*/
public Builder setStart(int value) {
start_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* uint32 start = 4;
* @return This builder for chaining.
*/
public Builder clearStart() {
bitField0_ = (bitField0_ & ~0x00000008);
start_ = 0;
onChanged();
return this;
}
private int duration_ ;
/**
* uint32 duration = 5;
* @return The duration.
*/
@java.lang.Override
public int getDuration() {
return duration_;
}
/**
* uint32 duration = 5;
* @param value The duration to set.
* @return This builder for chaining.
*/
public Builder setDuration(int value) {
duration_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* uint32 duration = 5;
* @return This builder for chaining.
*/
public Builder clearDuration() {
bitField0_ = (bitField0_ & ~0x00000010);
duration_ = 0;
onChanged();
return this;
}
private int x_ ;
/**
* uint32 x = 6;
* @return The x.
*/
@java.lang.Override
public int getX() {
return x_;
}
/**
* uint32 x = 6;
* @param value The x to set.
* @return This builder for chaining.
*/
public Builder setX(int value) {
x_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* uint32 x = 6;
* @return This builder for chaining.
*/
public Builder clearX() {
bitField0_ = (bitField0_ & ~0x00000020);
x_ = 0;
onChanged();
return this;
}
private int y_ ;
/**
* uint32 y = 7;
* @return The y.
*/
@java.lang.Override
public int getY() {
return y_;
}
/**
* uint32 y = 7;
* @param value The y to set.
* @return This builder for chaining.
*/
public Builder setY(int value) {
y_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* uint32 y = 7;
* @return This builder for chaining.
*/
public Builder clearY() {
bitField0_ = (bitField0_ & ~0x00000040);
y_ = 0;
onChanged();
return this;
}
private int width_ ;
/**
* uint32 width = 8;
* @return The width.
*/
@java.lang.Override
public int getWidth() {
return width_;
}
/**
* uint32 width = 8;
* @param value The width to set.
* @return This builder for chaining.
*/
public Builder setWidth(int value) {
width_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* uint32 width = 8;
* @return This builder for chaining.
*/
public Builder clearWidth() {
bitField0_ = (bitField0_ & ~0x00000080);
width_ = 0;
onChanged();
return this;
}
private int height_ ;
/**
* uint32 height = 9;
* @return The height.
*/
@java.lang.Override
public int getHeight() {
return height_;
}
/**
* uint32 height = 9;
* @param value The height to set.
* @return This builder for chaining.
*/
public Builder setHeight(int value) {
height_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* uint32 height = 9;
* @return This builder for chaining.
*/
public Builder clearHeight() {
bitField0_ = (bitField0_ & ~0x00000100);
height_ = 0;
onChanged();
return this;
}
private int shadowDx_ ;
/**
* uint32 shadow_dx = 10;
* @return The shadowDx.
*/
@java.lang.Override
public int getShadowDx() {
return shadowDx_;
}
/**
* uint32 shadow_dx = 10;
* @param value The shadowDx to set.
* @return This builder for chaining.
*/
public Builder setShadowDx(int value) {
shadowDx_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
* uint32 shadow_dx = 10;
* @return This builder for chaining.
*/
public Builder clearShadowDx() {
bitField0_ = (bitField0_ & ~0x00000200);
shadowDx_ = 0;
onChanged();
return this;
}
private int shadowDy_ ;
/**
* uint32 shadow_dy = 11;
* @return The shadowDy.
*/
@java.lang.Override
public int getShadowDy() {
return shadowDy_;
}
/**
* uint32 shadow_dy = 11;
* @param value The shadowDy to set.
* @return This builder for chaining.
*/
public Builder setShadowDy(int value) {
shadowDy_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
/**
* uint32 shadow_dy = 11;
* @return This builder for chaining.
*/
public Builder clearShadowDy() {
bitField0_ = (bitField0_ & ~0x00000400);
shadowDy_ = 0;
onChanged();
return this;
}
private int shadowRadius_ ;
/**
* uint32 shadow_radius = 12;
* @return The shadowRadius.
*/
@java.lang.Override
public int getShadowRadius() {
return shadowRadius_;
}
/**
* uint32 shadow_radius = 12;
* @param value The shadowRadius to set.
* @return This builder for chaining.
*/
public Builder setShadowRadius(int value) {
shadowRadius_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
/**
* uint32 shadow_radius = 12;
* @return This builder for chaining.
*/
public Builder clearShadowRadius() {
bitField0_ = (bitField0_ & ~0x00000800);
shadowRadius_ = 0;
onChanged();
return this;
}
private java.lang.Object shadowColor_ = "";
/**
* string shadow_color = 13;
* @return The shadowColor.
*/
public java.lang.String getShadowColor() {
java.lang.Object ref = shadowColor_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
shadowColor_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string shadow_color = 13;
* @return The bytes for shadowColor.
*/
public com.google.protobuf.ByteString
getShadowColorBytes() {
java.lang.Object ref = shadowColor_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
shadowColor_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string shadow_color = 13;
* @param value The shadowColor to set.
* @return This builder for chaining.
*/
public Builder setShadowColor(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
shadowColor_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
/**
* string shadow_color = 13;
* @return This builder for chaining.
*/
public Builder clearShadowColor() {
shadowColor_ = getDefaultInstance().getShadowColor();
bitField0_ = (bitField0_ & ~0x00001000);
onChanged();
return this;
}
/**
* string shadow_color = 13;
* @param value The bytes for shadowColor to set.
* @return This builder for chaining.
*/
public Builder setShadowColorBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
shadowColor_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
private java.lang.Object strokeColor_ = "";
/**
* string stroke_color = 14;
* @return The strokeColor.
*/
public java.lang.String getStrokeColor() {
java.lang.Object ref = strokeColor_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
strokeColor_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string stroke_color = 14;
* @return The bytes for strokeColor.
*/
public com.google.protobuf.ByteString
getStrokeColorBytes() {
java.lang.Object ref = strokeColor_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
strokeColor_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string stroke_color = 14;
* @param value The strokeColor to set.
* @return This builder for chaining.
*/
public Builder setStrokeColor(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
strokeColor_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
/**
* string stroke_color = 14;
* @return This builder for chaining.
*/
public Builder clearStrokeColor() {
strokeColor_ = getDefaultInstance().getStrokeColor();
bitField0_ = (bitField0_ & ~0x00002000);
onChanged();
return this;
}
/**
* string stroke_color = 14;
* @param value The bytes for strokeColor to set.
* @return This builder for chaining.
*/
public Builder setStrokeColorBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
strokeColor_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
private int strokeWidth_ ;
/**
* uint32 stroke_width = 15;
* @return The strokeWidth.
*/
@java.lang.Override
public int getStrokeWidth() {
return strokeWidth_;
}
/**
* uint32 stroke_width = 15;
* @param value The strokeWidth to set.
* @return This builder for chaining.
*/
public Builder setStrokeWidth(int value) {
strokeWidth_ = value;
bitField0_ |= 0x00004000;
onChanged();
return this;
}
/**
* uint32 stroke_width = 15;
* @return This builder for chaining.
*/
public Builder clearStrokeWidth() {
bitField0_ = (bitField0_ & ~0x00004000);
strokeWidth_ = 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:TextEffectDetail)
}
// @@protoc_insertion_point(class_scope:TextEffectDetail)
private static final tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail();
}
public static tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public TextEffectDetail parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextEffectDetailOuterClass.TextEffectDetail getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_TextEffectDetail_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_TextEffectDetail_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\026TextEffectDetail.proto\032\013Image.proto\032\nT" +
"ext.proto\"\260\002\n\020TextEffectDetail\022\023\n\004text\030\001" +
" \001(\0132\005.Text\022\026\n\016text_font_size\030\002 \001(\r\022\032\n\nb" +
"ackground\030\003 \001(\0132\006.Image\022\r\n\005start\030\004 \001(\r\022\020" +
"\n\010duration\030\005 \001(\r\022\t\n\001x\030\006 \001(\r\022\t\n\001y\030\007 \001(\r\022\r" +
"\n\005width\030\010 \001(\r\022\016\n\006height\030\t \001(\r\022\021\n\tshadow_" +
"dx\030\n \001(\r\022\021\n\tshadow_dy\030\013 \001(\r\022\025\n\rshadow_ra" +
"dius\030\014 \001(\r\022\024\n\014shadow_color\030\r \001(\t\022\024\n\014stro" +
"ke_color\030\016 \001(\t\022\024\n\014stroke_width\030\017 \001(\rB8\n6" +
"tech.ordinaryroad.live.chat.client.douyi" +
"n.protobuf.dtob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.getDescriptor(),
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.getDescriptor(),
});
internal_static_TextEffectDetail_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_TextEffectDetail_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_TextEffectDetail_descriptor,
new java.lang.String[] { "Text", "TextFontSize", "Background", "Start", "Duration", "X", "Y", "Width", "Height", "ShadowDx", "ShadowDy", "ShadowRadius", "ShadowColor", "StrokeColor", "StrokeWidth", });
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.ImageOuterClass.getDescriptor();
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.TextOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}