All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.OplogErrMsgOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// 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