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

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

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

  /**
   * optional uint32 contactNum = 2;
   * @return Whether the contactNum field is set.
   */
  boolean hasContactNum();
  /**
   * optional uint32 contactNum = 2;
   * @return The contactNum.
   */
  int getContactNum();

  /**
   * 
   *TODO ModContact更改了字段,检查文档
   * 
* * repeated .wechat_proto.ModContact contactList = 3; */ java.util.List getContactListList(); /** *
   *TODO ModContact更改了字段,检查文档
   * 
* * repeated .wechat_proto.ModContact contactList = 3; */ wechat.protobuf.ModContact getContactList(int index); /** *
   *TODO ModContact更改了字段,检查文档
   * 
* * repeated .wechat_proto.ModContact contactList = 3; */ int getContactListCount(); /** *
   *TODO ModContact更改了字段,检查文档
   * 
* * repeated .wechat_proto.ModContact contactList = 3; */ java.util.List getContactListOrBuilderList(); /** *
   *TODO ModContact更改了字段,检查文档
   * 
* * repeated .wechat_proto.ModContact contactList = 3; */ wechat.protobuf.ModContactOrBuilder getContactListOrBuilder( int index); /** * optional bytes ret = 4; * @return Whether the ret field is set. */ boolean hasRet(); /** * optional bytes ret = 4; * @return The ret. */ com.google.protobuf.ByteString getRet(); /** * repeated .wechat_proto.VerifyUserValidTicket verifyUserValidTicketList = 5; */ java.util.List getVerifyUserValidTicketListList(); /** * repeated .wechat_proto.VerifyUserValidTicket verifyUserValidTicketList = 5; */ wechat.protobuf.VerifyUserValidTicket getVerifyUserValidTicketList(int index); /** * repeated .wechat_proto.VerifyUserValidTicket verifyUserValidTicketList = 5; */ int getVerifyUserValidTicketListCount(); /** * repeated .wechat_proto.VerifyUserValidTicket verifyUserValidTicketList = 5; */ java.util.List getVerifyUserValidTicketListOrBuilderList(); /** * repeated .wechat_proto.VerifyUserValidTicket verifyUserValidTicketList = 5; */ wechat.protobuf.VerifyUserValidTicketOrBuilder getVerifyUserValidTicketListOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy