
wechat.protobuf.GetOpenIMContactReqOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface GetOpenIMContactReqOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.GetOpenIMContactReq)
com.google.protobuf.MessageOrBuilder {
/**
*
* optional BaseRequest baseRequest = 1;
*
*
* optional string tp_username = 1;
* @return Whether the tpUsername field is set.
*/
boolean hasTpUsername();
/**
*
* optional BaseRequest baseRequest = 1;
*
*
* optional string tp_username = 1;
* @return The tpUsername.
*/
java.lang.String getTpUsername();
/**
*
* optional BaseRequest baseRequest = 1;
*
*
* optional string tp_username = 1;
* @return The bytes for tpUsername.
*/
com.google.protobuf.ByteString
getTpUsernameBytes();
/**
* optional string roomName = 2;
* @return Whether the roomName field is set.
*/
boolean hasRoomName();
/**
* optional string roomName = 2;
* @return The roomName.
*/
java.lang.String getRoomName();
/**
* optional string roomName = 2;
* @return The bytes for roomName.
*/
com.google.protobuf.ByteString
getRoomNameBytes();
/**
* optional string ticket = 3;
* @return Whether the ticket field is set.
*/
boolean hasTicket();
/**
* optional string ticket = 3;
* @return The ticket.
*/
java.lang.String getTicket();
/**
* optional string ticket = 3;
* @return The bytes for ticket.
*/
com.google.protobuf.ByteString
getTicketBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy