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

wechat.protobuf.OplogResponseOrBuilder 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 OplogResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.OplogResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional uint32 ret = 1;
   * @return Whether the ret field is set.
   */
  boolean hasRet();
  /**
   * optional uint32 ret = 1;
   * @return The ret.
   */
  int getRet();

  /**
   * optional .wechat_proto.OplogRet oplogRet = 2;
   * @return Whether the oplogRet field is set.
   */
  boolean hasOplogRet();
  /**
   * optional .wechat_proto.OplogRet oplogRet = 2;
   * @return The oplogRet.
   */
  wechat.protobuf.OplogRet getOplogRet();
  /**
   * optional .wechat_proto.OplogRet oplogRet = 2;
   */
  wechat.protobuf.OplogRetOrBuilder getOplogRetOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy