
wechat.protobuf.BatchGetHeadImgResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface BatchGetHeadImgResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.BatchGetHeadImgResponse)
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 Count = 2;
* @return Whether the count field is set.
*/
boolean hasCount();
/**
* optional uint32 Count = 2;
* @return The count.
*/
int getCount();
/**
* repeated .wechat_proto.ImgPair ImgPairList = 3;
*/
java.util.List
getImgPairListList();
/**
* repeated .wechat_proto.ImgPair ImgPairList = 3;
*/
wechat.protobuf.ImgPair getImgPairList(int index);
/**
* repeated .wechat_proto.ImgPair ImgPairList = 3;
*/
int getImgPairListCount();
/**
* repeated .wechat_proto.ImgPair ImgPairList = 3;
*/
java.util.List extends wechat.protobuf.ImgPairOrBuilder>
getImgPairListOrBuilderList();
/**
* repeated .wechat_proto.ImgPair ImgPairList = 3;
*/
wechat.protobuf.ImgPairOrBuilder getImgPairListOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy