
wechat.protobuf.OplogErrMsgOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface OplogErrMsgOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.OplogErrMsg)
com.google.protobuf.MessageOrBuilder {
/**
* optional string content = 1;
* @return Whether the content field is set.
*/
boolean hasContent();
/**
* optional string content = 1;
* @return The content.
*/
java.lang.String getContent();
/**
* optional string content = 1;
* @return The bytes for content.
*/
com.google.protobuf.ByteString
getContentBytes();
/**
* optional string title = 2;
* @return Whether the title field is set.
*/
boolean hasTitle();
/**
* optional string title = 2;
* @return The title.
*/
java.lang.String getTitle();
/**
* optional string title = 2;
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy