wechat.protobuf.GetOpenIMChatRoomContactRespOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface GetOpenIMChatRoomContactRespOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.GetOpenIMChatRoomContactResp)
com.google.protobuf.MessageOrBuilder {
/**
* required .wechat_proto.BaseResponse BaseResponse = 1;
* @return Whether the baseResponse field is set.
*/
boolean hasBaseResponse();
/**
* required .wechat_proto.BaseResponse BaseResponse = 1;
* @return The baseResponse.
*/
wechat.protobuf.BaseResponse getBaseResponse();
/**
* required .wechat_proto.BaseResponse BaseResponse = 1;
*/
wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();
/**
* optional .wechat_proto.OpenIMChatRoomContact contact = 2;
* @return Whether the contact field is set.
*/
boolean hasContact();
/**
* optional .wechat_proto.OpenIMChatRoomContact contact = 2;
* @return The contact.
*/
wechat.protobuf.OpenIMChatRoomContact getContact();
/**
* optional .wechat_proto.OpenIMChatRoomContact contact = 2;
*/
wechat.protobuf.OpenIMChatRoomContactOrBuilder getContactOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy