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 Summary
Modifier and TypeMethodDescriptionbooleanmap<string, string> buriedPointMap = 30;string bizScene = 20;com.google.protobuf.ByteStringstring bizScene = 20;Deprecated.intmap<string, string> buriedPointMap = 30;map<string, string> buriedPointMap = 30;getBuriedPointMapOrDefault(String key, String defaultValue) map<string, string> buriedPointMap = 30;map<string, string> buriedPointMap = 30;.Common common = 1;.Common common = 1;string content = 2;com.google.protobuf.ByteStringstring content = 2;booleanbool forcedGuarantee = 6;.RoomMsgTypeEnum roommessagetype = 4;int.RoomMsgTypeEnum roommessagetype = 4;booleanbool supprotLandscape = 3;booleanbool systemTopMsg = 5;boolean.Common common = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
map<string, string> buriedPointMap = 30; -
getBuriedPointMap
Deprecated.UsegetBuriedPointMapMap()instead. -
getBuriedPointMapMap
map<string, string> buriedPointMap = 30; -
getBuriedPointMapOrDefault
map<string, string> buriedPointMap = 30; -
getBuriedPointMapOrThrow
map<string, string> buriedPointMap = 30;
-