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

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

    • SHOWHEAD_FIELD_NUMBER

      public static final int SHOWHEAD_FIELD_NUMBER
      See Also:
    • SHOWNICKNAME_FIELD_NUMBER

      public static final int SHOWNICKNAME_FIELD_NUMBER
      See Also:
    • SHOWFONTCOLOR_FIELD_NUMBER

      public static final int SHOWFONTCOLOR_FIELD_NUMBER
      See Also:
    • COLORVALUELIST_FIELD_NUMBER

      public static final int COLORVALUELIST_FIELD_NUMBER
      See Also:
    • COMMENTTYPETAGSLIST_FIELD_NUMBER

      public static final int COMMENTTYPETAGSLIST_FIELD_NUMBER
      See Also:
  • 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
    • getShowHead

      public boolean getShowHead()
      bool showHead = 1;
      Specified by:
      getShowHead in interface LandscapeAreaCommonOrBuilder
      Returns:
      The showHead.
    • getShowNickname

      public boolean getShowNickname()
      bool showNickname = 2;
      Specified by:
      getShowNickname in interface LandscapeAreaCommonOrBuilder
      Returns:
      The showNickname.
    • getShowFontColor

      public boolean getShowFontColor()
      bool showFontColor = 3;
      Specified by:
      getShowFontColor in interface LandscapeAreaCommonOrBuilder
      Returns:
      The showFontColor.
    • getColorValueListList

      public com.google.protobuf.ProtocolStringList getColorValueListList()
      repeated string colorValueList = 4;
      Specified by:
      getColorValueListList in interface LandscapeAreaCommonOrBuilder
      Returns:
      A list containing the colorValueList.
    • getColorValueListCount

      public int getColorValueListCount()
      repeated string colorValueList = 4;
      Specified by:
      getColorValueListCount in interface LandscapeAreaCommonOrBuilder
      Returns:
      The count of colorValueList.
    • getColorValueList

      public String getColorValueList(int index)
      repeated string colorValueList = 4;
      Specified by:
      getColorValueList in interface LandscapeAreaCommonOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The colorValueList at the given index.
    • getColorValueListBytes

      public com.google.protobuf.ByteString getColorValueListBytes(int index)
      repeated string colorValueList = 4;
      Specified by:
      getColorValueListBytes in interface LandscapeAreaCommonOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the colorValueList at the given index.
    • getCommentTypeTagsListList

      public List<CommentTypeTag> getCommentTypeTagsListList()
      repeated .CommentTypeTag commentTypeTagsList = 5;
      Specified by:
      getCommentTypeTagsListList in interface LandscapeAreaCommonOrBuilder
      Returns:
      A list containing the commentTypeTagsList.
    • getCommentTypeTagsListCount

      public int getCommentTypeTagsListCount()
      repeated .CommentTypeTag commentTypeTagsList = 5;
      Specified by:
      getCommentTypeTagsListCount in interface LandscapeAreaCommonOrBuilder
      Returns:
      The count of commentTypeTagsList.
    • getCommentTypeTagsList

      public CommentTypeTag getCommentTypeTagsList(int index)
      repeated .CommentTypeTag commentTypeTagsList = 5;
      Specified by:
      getCommentTypeTagsList in interface LandscapeAreaCommonOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The commentTypeTagsList at the given index.
    • getCommentTypeTagsListValueList

      public List<Integer> getCommentTypeTagsListValueList()
      repeated .CommentTypeTag commentTypeTagsList = 5;
      Specified by:
      getCommentTypeTagsListValueList in interface LandscapeAreaCommonOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for commentTypeTagsList.
    • getCommentTypeTagsListValue

      public int getCommentTypeTagsListValue(int index)
      repeated .CommentTypeTag commentTypeTagsList = 5;
      Specified by:
      getCommentTypeTagsListValue in interface LandscapeAreaCommonOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of commentTypeTagsList at the given index.
    • 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 LandscapeAreaCommon parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static LandscapeAreaCommon.Builder newBuilder()
    • newBuilder

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

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

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

      public static LandscapeAreaCommon getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<LandscapeAreaCommon> 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 LandscapeAreaCommon getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder