
wechat.protobuf.CmdListOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface CmdListOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.CmdList)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 count = 1;
* @return Whether the count field is set.
*/
boolean hasCount();
/**
* optional uint32 count = 1;
* @return The count.
*/
int getCount();
/**
* repeated .wechat_proto.CmdItem item_list = 2;
*/
java.util.List
getItemListList();
/**
* repeated .wechat_proto.CmdItem item_list = 2;
*/
wechat.protobuf.CmdItem getItemList(int index);
/**
* repeated .wechat_proto.CmdItem item_list = 2;
*/
int getItemListCount();
/**
* repeated .wechat_proto.CmdItem item_list = 2;
*/
java.util.List extends wechat.protobuf.CmdItemOrBuilder>
getItemListOrBuilderList();
/**
* repeated .wechat_proto.CmdItem item_list = 2;
*/
wechat.protobuf.CmdItemOrBuilder getItemListOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy