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

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

    • COMMON_FIELD_NUMBER

      public static final int COMMON_FIELD_NUMBER
      See Also:
    • EXTRA_FIELD_NUMBER

      public static final int EXTRA_FIELD_NUMBER
      See Also:
    • POSITION_FIELD_NUMBER

      public static final int POSITION_FIELD_NUMBER
      See Also:
    • ACTION_TYPE_FIELD_NUMBER

      public static final int ACTION_TYPE_FIELD_NUMBER
      See Also:
    • CONTAINER_URL_FIELD_NUMBER

      public static final int CONTAINER_URL_FIELD_NUMBER
      See Also:
    • LYNX_CONTAINER_URL_FIELD_NUMBER

      public static final int LYNX_CONTAINER_URL_FIELD_NUMBER
      See Also:
    • CONTAINER_TYPE_FIELD_NUMBER

      public static final int CONTAINER_TYPE_FIELD_NUMBER
      See Also:
    • OP_TYPE_FIELD_NUMBER

      public static final int OP_TYPE_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
    • hasCommon

      public boolean hasCommon()
       common 字段,引用 Common 消息类型
       
      .Common common = 1;
      Specified by:
      hasCommon in interface InRoomBannerMessageOrBuilder
      Returns:
      Whether the common field is set.
    • getCommon

      public Common getCommon()
       common 字段,引用 Common 消息类型
       
      .Common common = 1;
      Specified by:
      getCommon in interface InRoomBannerMessageOrBuilder
      Returns:
      The common.
    • getCommonOrBuilder

      public CommonOrBuilder getCommonOrBuilder()
       common 字段,引用 Common 消息类型
       
      .Common common = 1;
      Specified by:
      getCommonOrBuilder in interface InRoomBannerMessageOrBuilder
    • getExtra

      public String getExtra()
       extra 字段,字符串类型
       
      string extra = 2;
      Specified by:
      getExtra in interface InRoomBannerMessageOrBuilder
      Returns:
      The extra.
    • getExtraBytes

      public com.google.protobuf.ByteString getExtraBytes()
       extra 字段,字符串类型
       
      string extra = 2;
      Specified by:
      getExtraBytes in interface InRoomBannerMessageOrBuilder
      Returns:
      The bytes for extra.
    • getPosition

      public int getPosition()
       position 字段,整型
       
      int32 position = 3;
      Specified by:
      getPosition in interface InRoomBannerMessageOrBuilder
      Returns:
      The position.
    • getActionType

      public int getActionType()
       action_type 字段,整型
       
      int32 action_type = 4;
      Specified by:
      getActionType in interface InRoomBannerMessageOrBuilder
      Returns:
      The actionType.
    • getContainerUrl

      public String getContainerUrl()
       container_url 字段,字符串类型
       
      string container_url = 5;
      Specified by:
      getContainerUrl in interface InRoomBannerMessageOrBuilder
      Returns:
      The containerUrl.
    • getContainerUrlBytes

      public com.google.protobuf.ByteString getContainerUrlBytes()
       container_url 字段,字符串类型
       
      string container_url = 5;
      Specified by:
      getContainerUrlBytes in interface InRoomBannerMessageOrBuilder
      Returns:
      The bytes for containerUrl.
    • getLynxContainerUrl

      public String getLynxContainerUrl()
       lynx_container_url 字段,字符串类型
       
      string lynx_container_url = 6;
      Specified by:
      getLynxContainerUrl in interface InRoomBannerMessageOrBuilder
      Returns:
      The lynxContainerUrl.
    • getLynxContainerUrlBytes

      public com.google.protobuf.ByteString getLynxContainerUrlBytes()
       lynx_container_url 字段,字符串类型
       
      string lynx_container_url = 6;
      Specified by:
      getLynxContainerUrlBytes in interface InRoomBannerMessageOrBuilder
      Returns:
      The bytes for lynxContainerUrl.
    • getContainerType

      public int getContainerType()
       container_type 字段,整型
       
      int32 container_type = 7;
      Specified by:
      getContainerType in interface InRoomBannerMessageOrBuilder
      Returns:
      The containerType.
    • getOpType

      public int getOpType()
       op_type 字段,整型
       
      int32 op_type = 8;
      Specified by:
      getOpType in interface InRoomBannerMessageOrBuilder
      Returns:
      The opType.
    • 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 InRoomBannerMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static InRoomBannerMessage.Builder newBuilder()
    • newBuilder

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

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

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

      public static InRoomBannerMessage getDefaultInstance()
    • parser

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

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