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

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

    • USERLABEL_FIELD_NUMBER

      public static final int USERLABEL_FIELD_NUMBER
      See Also:
    • USERCONSUMEINROOM_FIELD_NUMBER

      public static final int USERCONSUMEINROOM_FIELD_NUMBER
      See Also:
    • USERSENDGIFTCNTINROOM_FIELD_NUMBER

      public static final int USERSENDGIFTCNTINROOM_FIELD_NUMBER
      See Also:
    • INDIVIDUAL_PRIORITY_FIELD_NUMBER

      public static final int INDIVIDUAL_PRIORITY_FIELD_NUMBER
      See Also:
    • SUPPORT_PIN_FIELD_NUMBER

      public static final int SUPPORT_PIN_FIELD_NUMBER
      See Also:
    • SUFFIX_TEXT_FIELD_NUMBER

      public static final int SUFFIX_TEXT_FIELD_NUMBER
      See Also:
    • IM_ACTION_FIELD_NUMBER

      public static final int IM_ACTION_FIELD_NUMBER
      See Also:
    • FORBIDDEN_PROFILE_FIELD_NUMBER

      public static final int FORBIDDEN_PROFILE_FIELD_NUMBER
      See Also:
    • REPLY_RESP_FIELD_NUMBER

      public static final int REPLY_RESP_FIELD_NUMBER
      See Also:
    • NEED_FILTER_DISPLAY_FIELD_NUMBER

      public static final int NEED_FILTER_DISPLAY_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
    • hasUserLabel

      public boolean hasUserLabel()
      .Image userLabel = 1;
      Specified by:
      hasUserLabel in interface PublicAreaCommonOrBuilder
      Returns:
      Whether the userLabel field is set.
    • getUserLabel

      public Image getUserLabel()
      .Image userLabel = 1;
      Specified by:
      getUserLabel in interface PublicAreaCommonOrBuilder
      Returns:
      The userLabel.
    • getUserLabelOrBuilder

      public ImageOrBuilder getUserLabelOrBuilder()
      .Image userLabel = 1;
      Specified by:
      getUserLabelOrBuilder in interface PublicAreaCommonOrBuilder
    • getUserConsumeInRoom

      public long getUserConsumeInRoom()
      uint64 userConsumeInRoom = 2;
      Specified by:
      getUserConsumeInRoom in interface PublicAreaCommonOrBuilder
      Returns:
      The userConsumeInRoom.
    • getUserSendGiftCntInRoom

      public long getUserSendGiftCntInRoom()
      uint64 userSendGiftCntInRoom = 3;
      Specified by:
      getUserSendGiftCntInRoom in interface PublicAreaCommonOrBuilder
      Returns:
      The userSendGiftCntInRoom.
    • getIndividualPriority

      public long getIndividualPriority()
      uint64 individual_priority = 4;
      Specified by:
      getIndividualPriority in interface PublicAreaCommonOrBuilder
      Returns:
      The individualPriority.
    • getSupportPin

      public long getSupportPin()
      uint64 support_pin = 6;
      Specified by:
      getSupportPin in interface PublicAreaCommonOrBuilder
      Returns:
      The supportPin.
    • hasSuffixText

      public boolean hasSuffixText()
      .SuffixText suffix_text = 7;
      Specified by:
      hasSuffixText in interface PublicAreaCommonOrBuilder
      Returns:
      Whether the suffixText field is set.
    • getSuffixText

      public SuffixText getSuffixText()
      .SuffixText suffix_text = 7;
      Specified by:
      getSuffixText in interface PublicAreaCommonOrBuilder
      Returns:
      The suffixText.
    • getSuffixTextOrBuilder

      public SuffixTextOrBuilder getSuffixTextOrBuilder()
      .SuffixText suffix_text = 7;
      Specified by:
      getSuffixTextOrBuilder in interface PublicAreaCommonOrBuilder
    • getImAction

      public int getImAction()
      int32 im_action = 8;
      Specified by:
      getImAction in interface PublicAreaCommonOrBuilder
      Returns:
      The imAction.
    • getForbiddenProfile

      public boolean getForbiddenProfile()
      bool forbidden_profile = 9;
      Specified by:
      getForbiddenProfile in interface PublicAreaCommonOrBuilder
      Returns:
      The forbiddenProfile.
    • hasReplyResp

      public boolean hasReplyResp()
      .ChatReplyRespInfo reply_resp = 10;
      Specified by:
      hasReplyResp in interface PublicAreaCommonOrBuilder
      Returns:
      Whether the replyResp field is set.
    • getReplyResp

      public ChatReplyRespInfo getReplyResp()
      .ChatReplyRespInfo reply_resp = 10;
      Specified by:
      getReplyResp in interface PublicAreaCommonOrBuilder
      Returns:
      The replyResp.
    • getReplyRespOrBuilder

      public ChatReplyRespInfoOrBuilder getReplyRespOrBuilder()
      .ChatReplyRespInfo reply_resp = 10;
      Specified by:
      getReplyRespOrBuilder in interface PublicAreaCommonOrBuilder
    • getIsFeatured

      public long getIsFeatured()
      uint64 is_featured = 12;
      Specified by:
      getIsFeatured in interface PublicAreaCommonOrBuilder
      Returns:
      The isFeatured.
    • getNeedFilterDisplay

      public boolean getNeedFilterDisplay()
      bool need_filter_display = 13;
      Specified by:
      getNeedFilterDisplay in interface PublicAreaCommonOrBuilder
      Returns:
      The needFilterDisplay.
    • 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 PublicAreaCommon parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static PublicAreaCommon.Builder newBuilder()
    • newBuilder

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

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

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

      public static PublicAreaCommon getDefaultInstance()
    • parser

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

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