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

wechat.protobuf.NewSendMsgResponseOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

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

  /**
   * optional .wechat_proto.BaseResponse base_response = 1;
   * @return Whether the baseResponse field is set.
   */
  boolean hasBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse base_response = 1;
   * @return The baseResponse.
   */
  wechat.protobuf.BaseResponse getBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse base_response = 1;
   */
  wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();

  /**
   * optional uint32 count = 2;
   * @return Whether the count field is set.
   */
  boolean hasCount();
  /**
   * optional uint32 count = 2;
   * @return The count.
   */
  int getCount();

  /**
   * repeated .wechat_proto.MicroMsgResponseNew chat_send_ret_list = 3;
   */
  java.util.List 
      getChatSendRetListList();
  /**
   * repeated .wechat_proto.MicroMsgResponseNew chat_send_ret_list = 3;
   */
  wechat.protobuf.MicroMsgResponseNew getChatSendRetList(int index);
  /**
   * repeated .wechat_proto.MicroMsgResponseNew chat_send_ret_list = 3;
   */
  int getChatSendRetListCount();
  /**
   * repeated .wechat_proto.MicroMsgResponseNew chat_send_ret_list = 3;
   */
  java.util.List 
      getChatSendRetListOrBuilderList();
  /**
   * repeated .wechat_proto.MicroMsgResponseNew chat_send_ret_list = 3;
   */
  wechat.protobuf.MicroMsgResponseNewOrBuilder getChatSendRetListOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy