
wechat.protobuf.InitContactRespOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface InitContactRespOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.InitContactResp)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return Whether the baseResponse field is set.
*/
boolean hasBaseResponse();
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return The baseResponse.
*/
wechat.protobuf.BaseResponse getBaseResponse();
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();
/**
* optional uint32 currentWxcontactSeq = 2;
* @return Whether the currentWxcontactSeq field is set.
*/
boolean hasCurrentWxcontactSeq();
/**
* optional uint32 currentWxcontactSeq = 2;
* @return The currentWxcontactSeq.
*/
int getCurrentWxcontactSeq();
/**
* optional uint32 currentChatRoomContactSeq = 3;
* @return Whether the currentChatRoomContactSeq field is set.
*/
boolean hasCurrentChatRoomContactSeq();
/**
* optional uint32 currentChatRoomContactSeq = 3;
* @return The currentChatRoomContactSeq.
*/
int getCurrentChatRoomContactSeq();
/**
* optional uint32 continueFlag = 4;
* @return Whether the continueFlag field is set.
*/
boolean hasContinueFlag();
/**
* optional uint32 continueFlag = 4;
* @return The continueFlag.
*/
int getContinueFlag();
/**
* repeated string contactUsernameList = 5;
* @return A list containing the contactUsernameList.
*/
java.util.List
getContactUsernameListList();
/**
* repeated string contactUsernameList = 5;
* @return The count of contactUsernameList.
*/
int getContactUsernameListCount();
/**
* repeated string contactUsernameList = 5;
* @param index The index of the element to return.
* @return The contactUsernameList at the given index.
*/
java.lang.String getContactUsernameList(int index);
/**
* repeated string contactUsernameList = 5;
* @param index The index of the value to return.
* @return The bytes of the contactUsernameList at the given index.
*/
com.google.protobuf.ByteString
getContactUsernameListBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy