Interface PublicAreaCommonOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublicAreaCommon,PublicAreaCommon.Builder
public interface PublicAreaCommonOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool forbidden_profile = 9;intint32 im_action = 8;longuint64 individual_priority = 4;longuint64 is_featured = 12;booleanbool need_filter_display = 13;.ChatReplyRespInfo reply_resp = 10;.ChatReplyRespInfo reply_resp = 10;.SuffixText suffix_text = 7;.SuffixText suffix_text = 7;longuint64 support_pin = 6;longuint64 userConsumeInRoom = 2;.Image userLabel = 1;.Image userLabel = 1;longuint64 userSendGiftCntInRoom = 3;boolean.ChatReplyRespInfo reply_resp = 10;boolean.SuffixText suffix_text = 7;boolean.Image userLabel = 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
-
hasUserLabel
boolean hasUserLabel().Image userLabel = 1;- Returns:
- Whether the userLabel field is set.
-
getUserLabel
Image getUserLabel().Image userLabel = 1;- Returns:
- The userLabel.
-
getUserLabelOrBuilder
ImageOrBuilder getUserLabelOrBuilder().Image userLabel = 1; -
getUserConsumeInRoom
long getUserConsumeInRoom()uint64 userConsumeInRoom = 2;- Returns:
- The userConsumeInRoom.
-
getUserSendGiftCntInRoom
long getUserSendGiftCntInRoom()uint64 userSendGiftCntInRoom = 3;- Returns:
- The userSendGiftCntInRoom.
-
getIndividualPriority
long getIndividualPriority()uint64 individual_priority = 4;- Returns:
- The individualPriority.
-
getSupportPin
long getSupportPin()uint64 support_pin = 6;- Returns:
- The supportPin.
-
hasSuffixText
boolean hasSuffixText().SuffixText suffix_text = 7;- Returns:
- Whether the suffixText field is set.
-
getSuffixText
SuffixText getSuffixText().SuffixText suffix_text = 7;- Returns:
- The suffixText.
-
getSuffixTextOrBuilder
SuffixTextOrBuilder getSuffixTextOrBuilder().SuffixText suffix_text = 7; -
getImAction
int getImAction()int32 im_action = 8;- Returns:
- The imAction.
-
getForbiddenProfile
boolean getForbiddenProfile()bool forbidden_profile = 9;- Returns:
- The forbiddenProfile.
-
hasReplyResp
boolean hasReplyResp().ChatReplyRespInfo reply_resp = 10;- Returns:
- Whether the replyResp field is set.
-
getReplyResp
ChatReplyRespInfo getReplyResp().ChatReplyRespInfo reply_resp = 10;- Returns:
- The replyResp.
-
getReplyRespOrBuilder
ChatReplyRespInfoOrBuilder getReplyRespOrBuilder().ChatReplyRespInfo reply_resp = 10; -
getIsFeatured
long getIsFeatured()uint64 is_featured = 12;- Returns:
- The isFeatured.
-
getNeedFilterDisplay
boolean getNeedFilterDisplay()bool need_filter_display = 13;- Returns:
- The needFilterDisplay.
-