Interface InRoomBannerMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InRoomBannerMessage,InRoomBannerMessage.Builder
public interface InRoomBannerMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintaction_type 字段,整型common 字段,引用 Common 消息类型common 字段,引用 Common 消息类型intcontainer_type 字段,整型container_url 字段,字符串类型com.google.protobuf.ByteStringcontainer_url 字段,字符串类型getExtra()extra 字段,字符串类型com.google.protobuf.ByteStringextra 字段,字符串类型lynx_container_url 字段,字符串类型com.google.protobuf.ByteStringlynx_container_url 字段,字符串类型intop_type 字段,整型intposition 字段,整型booleancommon 字段,引用 Common 消息类型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 消息类型
.Common common = 1;- Returns:
- Whether the common field is set.
-
getCommon
Common getCommon()common 字段,引用 Common 消息类型
.Common common = 1;- Returns:
- The common.
-
getCommonOrBuilder
CommonOrBuilder getCommonOrBuilder()common 字段,引用 Common 消息类型
.Common common = 1; -
getExtra
String getExtra()extra 字段,字符串类型
string extra = 2;- Returns:
- The extra.
-
getExtraBytes
com.google.protobuf.ByteString getExtraBytes()extra 字段,字符串类型
string extra = 2;- Returns:
- The bytes for extra.
-
getPosition
int getPosition()position 字段,整型
int32 position = 3;- Returns:
- The position.
-
getActionType
int getActionType()action_type 字段,整型
int32 action_type = 4;- Returns:
- The actionType.
-
getContainerUrl
String getContainerUrl()container_url 字段,字符串类型
string container_url = 5;- Returns:
- The containerUrl.
-
getContainerUrlBytes
com.google.protobuf.ByteString getContainerUrlBytes()container_url 字段,字符串类型
string container_url = 5;- Returns:
- The bytes for containerUrl.
-
getLynxContainerUrl
String getLynxContainerUrl()lynx_container_url 字段,字符串类型
string lynx_container_url = 6;- Returns:
- The lynxContainerUrl.
-
getLynxContainerUrlBytes
com.google.protobuf.ByteString getLynxContainerUrlBytes()lynx_container_url 字段,字符串类型
string lynx_container_url = 6;- Returns:
- The bytes for lynxContainerUrl.
-
getContainerType
int getContainerType()container_type 字段,整型
int32 container_type = 7;- Returns:
- The containerType.
-
getOpType
int getOpType()op_type 字段,整型
int32 op_type = 8;- Returns:
- The opType.
-