
wechat.protobuf.ChatRoomMemberInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface ChatRoomMemberInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ChatRoomMemberInfo)
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 BigHeadImgUrl = 4;
* @return Whether the bigHeadImgUrl field is set.
*/
boolean hasBigHeadImgUrl();
/**
* optional string BigHeadImgUrl = 4;
* @return The bigHeadImgUrl.
*/
java.lang.String getBigHeadImgUrl();
/**
* optional string BigHeadImgUrl = 4;
* @return The bytes for bigHeadImgUrl.
*/
com.google.protobuf.ByteString
getBigHeadImgUrlBytes();
/**
* optional string SmallHeadImgUrl = 5;
* @return Whether the smallHeadImgUrl field is set.
*/
boolean hasSmallHeadImgUrl();
/**
* optional string SmallHeadImgUrl = 5;
* @return The smallHeadImgUrl.
*/
java.lang.String getSmallHeadImgUrl();
/**
* optional string SmallHeadImgUrl = 5;
* @return The bytes for smallHeadImgUrl.
*/
com.google.protobuf.ByteString
getSmallHeadImgUrlBytes();
/**
* optional uint32 ChatroomMemberFlag = 6;
* @return Whether the chatroomMemberFlag field is set.
*/
boolean hasChatroomMemberFlag();
/**
* optional uint32 ChatroomMemberFlag = 6;
* @return The chatroomMemberFlag.
*/
int getChatroomMemberFlag();
/**
* optional string InviterUserName = 7;
* @return Whether the inviterUserName field is set.
*/
boolean hasInviterUserName();
/**
* optional string InviterUserName = 7;
* @return The inviterUserName.
*/
java.lang.String getInviterUserName();
/**
* optional string InviterUserName = 7;
* @return The bytes for inviterUserName.
*/
com.google.protobuf.ByteString
getInviterUserNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy