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

wechat.protobuf.BatchGetContactBriefInfoResp_ContactBriefInfoOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

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

  /**
   * optional string username = 1;
   * @return Whether the username field is set.
   */
  boolean hasUsername();
  /**
   * optional string username = 1;
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * optional string username = 1;
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();

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

  /**
   * optional .wechat_proto.ModContact contact = 3;
   * @return Whether the contact field is set.
   */
  boolean hasContact();
  /**
   * optional .wechat_proto.ModContact contact = 3;
   * @return The contact.
   */
  wechat.protobuf.ModContact getContact();
  /**
   * optional .wechat_proto.ModContact contact = 3;
   */
  wechat.protobuf.ModContactOrBuilder getContactOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy