wechat.protobuf.OplogRetOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface OplogRetOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.OplogRet)
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 int32 ret = 2;
* @return A list containing the ret.
*/
java.util.List getRetList();
/**
* repeated int32 ret = 2;
* @return The count of ret.
*/
int getRetCount();
/**
* repeated int32 ret = 2;
* @param index The index of the element to return.
* @return The ret at the given index.
*/
int getRet(int index);
/**
* repeated .wechat_proto.OplogErrMsg errMsg = 3;
*/
java.util.List
getErrMsgList();
/**
* repeated .wechat_proto.OplogErrMsg errMsg = 3;
*/
wechat.protobuf.OplogErrMsg getErrMsg(int index);
/**
* repeated .wechat_proto.OplogErrMsg errMsg = 3;
*/
int getErrMsgCount();
/**
* repeated .wechat_proto.OplogErrMsg errMsg = 3;
*/
java.util.List extends wechat.protobuf.OplogErrMsgOrBuilder>
getErrMsgOrBuilderList();
/**
* repeated .wechat_proto.OplogErrMsg errMsg = 3;
*/
wechat.protobuf.OplogErrMsgOrBuilder getErrMsgOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy