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

wechat.protobuf.CmdItemOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface CmdItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.CmdItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional uint32 cmd_id = 1;
   * @return Whether the cmdId field is set.
   */
  boolean hasCmdId();
  /**
   * optional uint32 cmd_id = 1;
   * @return The cmdId.
   */
  int getCmdId();

  /**
   * optional .wechat_proto.DATA cmd_buf = 2;
   * @return Whether the cmdBuf field is set.
   */
  boolean hasCmdBuf();
  /**
   * optional .wechat_proto.DATA cmd_buf = 2;
   * @return The cmdBuf.
   */
  wechat.protobuf.DATA getCmdBuf();
  /**
   * optional .wechat_proto.DATA cmd_buf = 2;
   */
  wechat.protobuf.DATAOrBuilder getCmdBufOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy