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

wechat.protobuf.OpenIMChatRoomMemberInfoOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

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

  /**
   * optional string userName = 1;
   * @return Whether the userName field is set.
   */
  boolean hasUserName();
  /**
   * optional string userName = 1;
   * @return The userName.
   */
  java.lang.String getUserName();
  /**
   * optional string userName = 1;
   * @return The bytes for userName.
   */
  com.google.protobuf.ByteString
      getUserNameBytes();

  /**
   * optional string nickName = 2;
   * @return Whether the nickName field is set.
   */
  boolean hasNickName();
  /**
   * optional string nickName = 2;
   * @return The nickName.
   */
  java.lang.String getNickName();
  /**
   * optional string nickName = 2;
   * @return The bytes for nickName.
   */
  com.google.protobuf.ByteString
      getNickNameBytes();

  /**
   * optional string displayName = 3;
   * @return Whether the displayName field is set.
   */
  boolean hasDisplayName();
  /**
   * optional string displayName = 3;
   * @return The displayName.
   */
  java.lang.String getDisplayName();
  /**
   * optional string displayName = 3;
   * @return The bytes for displayName.
   */
  com.google.protobuf.ByteString
      getDisplayNameBytes();

  /**
   * optional string big_headimg_url = 4;
   * @return Whether the bigHeadimgUrl field is set.
   */
  boolean hasBigHeadimgUrl();
  /**
   * optional string big_headimg_url = 4;
   * @return The bigHeadimgUrl.
   */
  java.lang.String getBigHeadimgUrl();
  /**
   * optional string big_headimg_url = 4;
   * @return The bytes for bigHeadimgUrl.
   */
  com.google.protobuf.ByteString
      getBigHeadimgUrlBytes();

  /**
   * optional string small_headimg_url = 5;
   * @return Whether the smallHeadimgUrl field is set.
   */
  boolean hasSmallHeadimgUrl();
  /**
   * optional string small_headimg_url = 5;
   * @return The smallHeadimgUrl.
   */
  java.lang.String getSmallHeadimgUrl();
  /**
   * optional string small_headimg_url = 5;
   * @return The bytes for smallHeadimgUrl.
   */
  com.google.protobuf.ByteString
      getSmallHeadimgUrlBytes();

  /**
   * optional uint32 chatroom_member_flag = 6;
   * @return Whether the chatroomMemberFlag field is set.
   */
  boolean hasChatroomMemberFlag();
  /**
   * optional uint32 chatroom_member_flag = 6;
   * @return The chatroomMemberFlag.
   */
  int getChatroomMemberFlag();

  /**
   * optional string appId = 7;
   * @return Whether the appId field is set.
   */
  boolean hasAppId();
  /**
   * optional string appId = 7;
   * @return The appId.
   */
  java.lang.String getAppId();
  /**
   * optional string appId = 7;
   * @return The bytes for appId.
   */
  com.google.protobuf.ByteString
      getAppIdBytes();

  /**
   * optional string desc_wording_id = 8;
   * @return Whether the descWordingId field is set.
   */
  boolean hasDescWordingId();
  /**
   * optional string desc_wording_id = 8;
   * @return The descWordingId.
   */
  java.lang.String getDescWordingId();
  /**
   * optional string desc_wording_id = 8;
   * @return The bytes for descWordingId.
   */
  com.google.protobuf.ByteString
      getDescWordingIdBytes();

  /**
   * optional string inviter_userName = 9;
   * @return Whether the inviterUserName field is set.
   */
  boolean hasInviterUserName();
  /**
   * optional string inviter_userName = 9;
   * @return The inviterUserName.
   */
  java.lang.String getInviterUserName();
  /**
   * optional string inviter_userName = 9;
   * @return The bytes for inviterUserName.
   */
  com.google.protobuf.ByteString
      getInviterUserNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy