All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.ChatRoomMemberDataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface ChatRoomMemberDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.ChatRoomMemberData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional uint32 member_num = 1;
   * @return Whether the memberNum field is set.
   */
  boolean hasMemberNum();
  /**
   * optional uint32 member_num = 1;
   * @return The memberNum.
   */
  int getMemberNum();

  /**
   * repeated .wechat_proto.ChatRoomMemberInfo chatroom_member_list = 2;
   */
  java.util.List 
      getChatroomMemberListList();
  /**
   * repeated .wechat_proto.ChatRoomMemberInfo chatroom_member_list = 2;
   */
  wechat.protobuf.ChatRoomMemberInfo getChatroomMemberList(int index);
  /**
   * repeated .wechat_proto.ChatRoomMemberInfo chatroom_member_list = 2;
   */
  int getChatroomMemberListCount();
  /**
   * repeated .wechat_proto.ChatRoomMemberInfo chatroom_member_list = 2;
   */
  java.util.List 
      getChatroomMemberListOrBuilderList();
  /**
   * repeated .wechat_proto.ChatRoomMemberInfo chatroom_member_list = 2;
   */
  wechat.protobuf.ChatRoomMemberInfoOrBuilder getChatroomMemberListOrBuilder(
      int index);

  /**
   * optional uint32 info_mask = 3;
   * @return Whether the infoMask field is set.
   */
  boolean hasInfoMask();
  /**
   * optional uint32 info_mask = 3;
   * @return The infoMask.
   */
  int getInfoMask();

  /**
   * optional .wechat_proto.SKBuiltinString unknow = 4;
   * @return Whether the unknow field is set.
   */
  boolean hasUnknow();
  /**
   * optional .wechat_proto.SKBuiltinString unknow = 4;
   * @return The unknow.
   */
  wechat.protobuf.SKBuiltinString getUnknow();
  /**
   * optional .wechat_proto.SKBuiltinString unknow = 4;
   */
  wechat.protobuf.SKBuiltinStringOrBuilder getUnknowOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy