java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.TextEffectDetail
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, TextEffectDetailOrBuilder

public final class TextEffectDetail extends com.google.protobuf.GeneratedMessageV3 implements TextEffectDetailOrBuilder
Protobuf type TextEffectDetail
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasText

      public boolean hasText()
      .Text text = 1;
      Specified by:
      hasText in interface TextEffectDetailOrBuilder
      Returns:
      Whether the text field is set.
    • getText

      public Text getText()
      .Text text = 1;
      Specified by:
      getText in interface TextEffectDetailOrBuilder
      Returns:
      The text.
    • getTextOrBuilder

      public TextOrBuilder getTextOrBuilder()
      .Text text = 1;
      Specified by:
      getTextOrBuilder in interface TextEffectDetailOrBuilder
    • getTextFontSize

      public int getTextFontSize()
      uint32 textFontSize = 2;
      Specified by:
      getTextFontSize in interface TextEffectDetailOrBuilder
      Returns:
      The textFontSize.
    • hasBackground

      public boolean hasBackground()
      .Image background = 3;
      Specified by:
      hasBackground in interface TextEffectDetailOrBuilder
      Returns:
      Whether the background field is set.
    • getBackground

      public Image getBackground()
      .Image background = 3;
      Specified by:
      getBackground in interface TextEffectDetailOrBuilder
      Returns:
      The background.
    • getBackgroundOrBuilder

      public ImageOrBuilder getBackgroundOrBuilder()
      .Image background = 3;
      Specified by:
      getBackgroundOrBuilder in interface TextEffectDetailOrBuilder
    • getStart

      public int getStart()
      uint32 start = 4;
      Specified by:
      getStart in interface TextEffectDetailOrBuilder
      Returns:
      The start.
    • getDuration

      public int getDuration()
      uint32 duration = 5;
      Specified by:
      getDuration in interface TextEffectDetailOrBuilder
      Returns:
      The duration.
    • getX

      public int getX()
      uint32 x = 6;
      Specified by:
      getX in interface TextEffectDetailOrBuilder
      Returns:
      The x.
    • getY

      public int getY()
      uint32 y = 7;
      Specified by:
      getY in interface TextEffectDetailOrBuilder
      Returns:
      The y.
    • getWidth

      public int getWidth()
      uint32 width = 8;
      Specified by:
      getWidth in interface TextEffectDetailOrBuilder
      Returns:
      The width.
    • getHeight

      public int getHeight()
      uint32 height = 9;
      Specified by:
      getHeight in interface TextEffectDetailOrBuilder
      Returns:
      The height.
    • getShadowDx

      public int getShadowDx()
      uint32 shadowDx = 10;
      Specified by:
      getShadowDx in interface TextEffectDetailOrBuilder
      Returns:
      The shadowDx.
    • getShadowDy

      public int getShadowDy()
      uint32 shadowDy = 11;
      Specified by:
      getShadowDy in interface TextEffectDetailOrBuilder
      Returns:
      The shadowDy.
    • getShadowRadius

      public int getShadowRadius()
      uint32 shadowRadius = 12;
      Specified by:
      getShadowRadius in interface TextEffectDetailOrBuilder
      Returns:
      The shadowRadius.
    • getShadowColor

      public String getShadowColor()
      string shadowColor = 13;
      Specified by:
      getShadowColor in interface TextEffectDetailOrBuilder
      Returns:
      The shadowColor.
    • getShadowColorBytes

      public com.google.protobuf.ByteString getShadowColorBytes()
      string shadowColor = 13;
      Specified by:
      getShadowColorBytes in interface TextEffectDetailOrBuilder
      Returns:
      The bytes for shadowColor.
    • getStrokeColor

      public String getStrokeColor()
      string strokeColor = 14;
      Specified by:
      getStrokeColor in interface TextEffectDetailOrBuilder
      Returns:
      The strokeColor.
    • getStrokeColorBytes

      public com.google.protobuf.ByteString getStrokeColorBytes()
      string strokeColor = 14;
      Specified by:
      getStrokeColorBytes in interface TextEffectDetailOrBuilder
      Returns:
      The bytes for strokeColor.
    • getStrokeWidth

      public int getStrokeWidth()
      uint32 strokeWidth = 15;
      Specified by:
      getStrokeWidth in interface TextEffectDetailOrBuilder
      Returns:
      The strokeWidth.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static TextEffectDetail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextEffectDetail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextEffectDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextEffectDetail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextEffectDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextEffectDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextEffectDetail parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TextEffectDetail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TextEffectDetail parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TextEffectDetail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TextEffectDetail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TextEffectDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public TextEffectDetail.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static TextEffectDetail.Builder newBuilder()
    • newBuilder

      public static TextEffectDetail.Builder newBuilder(TextEffectDetail prototype)
    • toBuilder

      public TextEffectDetail.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected TextEffectDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static TextEffectDetail getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<TextEffectDetail> parser()
    • getParserForType

      public com.google.protobuf.Parser<TextEffectDetail> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public TextEffectDetail getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder