
wechat.protobuf.AddChatRoomMemberRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface AddChatRoomMemberRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.AddChatRoomMemberRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return Whether the baseRequest field is set.
*/
boolean hasBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return The baseRequest.
*/
wechat.protobuf.BaseRequest getBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();
/**
* optional uint32 memberNum = 2;
* @return Whether the memberNum field is set.
*/
boolean hasMemberNum();
/**
* optional uint32 memberNum = 2;
* @return The memberNum.
*/
int getMemberNum();
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
java.util.List
getMemberListList();
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
wechat.protobuf.MemberReq getMemberList(int index);
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
int getMemberListCount();
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
java.util.List extends wechat.protobuf.MemberReqOrBuilder>
getMemberListOrBuilderList();
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
wechat.protobuf.MemberReqOrBuilder getMemberListOrBuilder(
int index);
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
* @return Whether the chatRoomName field is set.
*/
boolean hasChatRoomName();
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
* @return The chatRoomName.
*/
wechat.protobuf.SKBuiltinString getChatRoomName();
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getChatRoomNameOrBuilder();
/**
* optional uint32 lastRoomMsgTimeStamp = 5;
* @return Whether the lastRoomMsgTimeStamp field is set.
*/
boolean hasLastRoomMsgTimeStamp();
/**
* optional uint32 lastRoomMsgTimeStamp = 5;
* @return The lastRoomMsgTimeStamp.
*/
int getLastRoomMsgTimeStamp();
/**
* optional string accessApplicationDesp = 6;
* @return Whether the accessApplicationDesp field is set.
*/
boolean hasAccessApplicationDesp();
/**
* optional string accessApplicationDesp = 6;
* @return The accessApplicationDesp.
*/
java.lang.String getAccessApplicationDesp();
/**
* optional string accessApplicationDesp = 6;
* @return The bytes for accessApplicationDesp.
*/
com.google.protobuf.ByteString
getAccessApplicationDespBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy