Interface RoomMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RoomMessage, RoomMessage.Builder

public interface RoomMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCommon

      boolean hasCommon()
      .Common common = 1;
      Returns:
      Whether the common field is set.
    • getCommon

      Common getCommon()
      .Common common = 1;
      Returns:
      The common.
    • getCommonOrBuilder

      CommonOrBuilder getCommonOrBuilder()
      .Common common = 1;
    • getContent

      String getContent()
      string content = 2;
      Returns:
      The content.
    • getContentBytes

      com.google.protobuf.ByteString getContentBytes()
      string content = 2;
      Returns:
      The bytes for content.
    • getSupprotLandscape

      boolean getSupprotLandscape()
      bool supprotLandscape = 3;
      Returns:
      The supprotLandscape.
    • getRoommessagetypeValue

      int getRoommessagetypeValue()
      .RoomMsgTypeEnum roommessagetype = 4;
      Returns:
      The enum numeric value on the wire for roommessagetype.
    • getRoommessagetype

      RoomMsgTypeEnum getRoommessagetype()
      .RoomMsgTypeEnum roommessagetype = 4;
      Returns:
      The roommessagetype.
    • getSystemTopMsg

      boolean getSystemTopMsg()
      bool systemTopMsg = 5;
      Returns:
      The systemTopMsg.
    • getForcedGuarantee

      boolean getForcedGuarantee()
      bool forcedGuarantee = 6;
      Returns:
      The forcedGuarantee.
    • getBizScene

      String getBizScene()
      string bizScene = 20;
      Returns:
      The bizScene.
    • getBizSceneBytes

      com.google.protobuf.ByteString getBizSceneBytes()
      string bizScene = 20;
      Returns:
      The bytes for bizScene.
    • getBuriedPointMapCount

      int getBuriedPointMapCount()
      map<string, string> buriedPointMap = 30;
    • containsBuriedPointMap

      boolean containsBuriedPointMap(String key)
      map<string, string> buriedPointMap = 30;
    • getBuriedPointMap

      @Deprecated Map<String,String> getBuriedPointMap()
      Deprecated.
    • getBuriedPointMapMap

      Map<String,String> getBuriedPointMapMap()
      map<string, string> buriedPointMap = 30;
    • getBuriedPointMapOrDefault

      String getBuriedPointMapOrDefault(String key, String defaultValue)
      map<string, string> buriedPointMap = 30;
    • getBuriedPointMapOrThrow

      String getBuriedPointMapOrThrow(String key)
      map<string, string> buriedPointMap = 30;