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 Type
    Method
    Description
    int
    action_type 字段,整型
    common 字段,引用 Common 消息类型
    common 字段,引用 Common 消息类型
    int
    container_type 字段,整型
    container_url 字段,字符串类型
    com.google.protobuf.ByteString
    container_url 字段,字符串类型
    extra 字段,字符串类型
    com.google.protobuf.ByteString
    extra 字段,字符串类型
    lynx_container_url 字段,字符串类型
    com.google.protobuf.ByteString
    lynx_container_url 字段,字符串类型
    int
    op_type 字段,整型
    int
    position 字段,整型
    boolean
    common 字段,引用 Common 消息类型

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.