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

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

  /**
   * 
   *    optional BaseResponse baseResponse = 1;
   * 
* * optional uint32 ret = 1; * @return Whether the ret field is set. */ boolean hasRet(); /** *
   *    optional BaseResponse baseResponse = 1;
   * 
* * optional uint32 ret = 1; * @return The ret. */ int getRet(); /** * optional .wechat_proto.OpenIMContact contact = 2; * @return Whether the contact field is set. */ boolean hasContact(); /** * optional .wechat_proto.OpenIMContact contact = 2; * @return The contact. */ wechat.protobuf.OpenIMContact getContact(); /** * optional .wechat_proto.OpenIMContact contact = 2; */ wechat.protobuf.OpenIMContactOrBuilder getContactOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy