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

public final class RoomMessage extends com.google.protobuf.GeneratedMessageV3 implements RoomMessageOrBuilder
 from https://github.com/scx567888/live-room-watcher/blob/master/src/main/proto/douyin_hack/webcast/im/RoomMessage.proto
 
Protobuf type RoomMessage
See Also:
  • Field Details

    • COMMON_FIELD_NUMBER

      public static final int COMMON_FIELD_NUMBER
      See Also:
    • CONTENT_FIELD_NUMBER

      public static final int CONTENT_FIELD_NUMBER
      See Also:
    • SUPPROTLANDSCAPE_FIELD_NUMBER

      public static final int SUPPROTLANDSCAPE_FIELD_NUMBER
      See Also:
    • ROOMMESSAGETYPE_FIELD_NUMBER

      public static final int ROOMMESSAGETYPE_FIELD_NUMBER
      See Also:
    • SYSTEMTOPMSG_FIELD_NUMBER

      public static final int SYSTEMTOPMSG_FIELD_NUMBER
      See Also:
    • FORCEDGUARANTEE_FIELD_NUMBER

      public static final int FORCEDGUARANTEE_FIELD_NUMBER
      See Also:
    • BIZSCENE_FIELD_NUMBER

      public static final int BIZSCENE_FIELD_NUMBER
      See Also:
    • BURIEDPOINTMAP_FIELD_NUMBER

      public static final int BURIEDPOINTMAP_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()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

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

      public boolean hasCommon()
      .Common common = 1;
      Specified by:
      hasCommon in interface RoomMessageOrBuilder
      Returns:
      Whether the common field is set.
    • getCommon

      public Common getCommon()
      .Common common = 1;
      Specified by:
      getCommon in interface RoomMessageOrBuilder
      Returns:
      The common.
    • getCommonOrBuilder

      public CommonOrBuilder getCommonOrBuilder()
      .Common common = 1;
      Specified by:
      getCommonOrBuilder in interface RoomMessageOrBuilder
    • getContent

      public String getContent()
      string content = 2;
      Specified by:
      getContent in interface RoomMessageOrBuilder
      Returns:
      The content.
    • getContentBytes

      public com.google.protobuf.ByteString getContentBytes()
      string content = 2;
      Specified by:
      getContentBytes in interface RoomMessageOrBuilder
      Returns:
      The bytes for content.
    • getSupprotLandscape

      public boolean getSupprotLandscape()
      bool supprotLandscape = 3;
      Specified by:
      getSupprotLandscape in interface RoomMessageOrBuilder
      Returns:
      The supprotLandscape.
    • getRoommessagetypeValue

      public int getRoommessagetypeValue()
      .RoomMsgTypeEnum roommessagetype = 4;
      Specified by:
      getRoommessagetypeValue in interface RoomMessageOrBuilder
      Returns:
      The enum numeric value on the wire for roommessagetype.
    • getRoommessagetype

      public RoomMsgTypeEnum getRoommessagetype()
      .RoomMsgTypeEnum roommessagetype = 4;
      Specified by:
      getRoommessagetype in interface RoomMessageOrBuilder
      Returns:
      The roommessagetype.
    • getSystemTopMsg

      public boolean getSystemTopMsg()
      bool systemTopMsg = 5;
      Specified by:
      getSystemTopMsg in interface RoomMessageOrBuilder
      Returns:
      The systemTopMsg.
    • getForcedGuarantee

      public boolean getForcedGuarantee()
      bool forcedGuarantee = 6;
      Specified by:
      getForcedGuarantee in interface RoomMessageOrBuilder
      Returns:
      The forcedGuarantee.
    • getBizScene

      public String getBizScene()
      string bizScene = 20;
      Specified by:
      getBizScene in interface RoomMessageOrBuilder
      Returns:
      The bizScene.
    • getBizSceneBytes

      public com.google.protobuf.ByteString getBizSceneBytes()
      string bizScene = 20;
      Specified by:
      getBizSceneBytes in interface RoomMessageOrBuilder
      Returns:
      The bytes for bizScene.
    • getBuriedPointMapCount

      public int getBuriedPointMapCount()
      Description copied from interface: RoomMessageOrBuilder
      map<string, string> buriedPointMap = 30;
      Specified by:
      getBuriedPointMapCount in interface RoomMessageOrBuilder
    • containsBuriedPointMap

      public boolean containsBuriedPointMap(String key)
      map<string, string> buriedPointMap = 30;
      Specified by:
      containsBuriedPointMap in interface RoomMessageOrBuilder
    • getBuriedPointMap

      @Deprecated public Map<String,String> getBuriedPointMap()
      Deprecated.
      Specified by:
      getBuriedPointMap in interface RoomMessageOrBuilder
    • getBuriedPointMapMap

      public Map<String,String> getBuriedPointMapMap()
      map<string, string> buriedPointMap = 30;
      Specified by:
      getBuriedPointMapMap in interface RoomMessageOrBuilder
    • getBuriedPointMapOrDefault

      public String getBuriedPointMapOrDefault(String key, String defaultValue)
      map<string, string> buriedPointMap = 30;
      Specified by:
      getBuriedPointMapOrDefault in interface RoomMessageOrBuilder
    • getBuriedPointMapOrThrow

      public String getBuriedPointMapOrThrow(String key)
      map<string, string> buriedPointMap = 30;
      Specified by:
      getBuriedPointMapOrThrow in interface RoomMessageOrBuilder
    • 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 RoomMessage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static RoomMessage.Builder newBuilder()
    • newBuilder

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

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

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

      public static RoomMessage getDefaultInstance()
    • parser

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

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