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

wechat.protobuf.InitContactReqOrBuilder 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 InitContactReqOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.InitContactReq)
    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 uint32 currentWxcontactSeq = 2;
   * @return Whether the currentWxcontactSeq field is set.
   */
  boolean hasCurrentWxcontactSeq();
  /**
   * optional uint32 currentWxcontactSeq = 2;
   * @return The currentWxcontactSeq.
   */
  int getCurrentWxcontactSeq();

  /**
   * optional uint32 currentChatRoomContactSeq = 3;
   * @return Whether the currentChatRoomContactSeq field is set.
   */
  boolean hasCurrentChatRoomContactSeq();
  /**
   * optional uint32 currentChatRoomContactSeq = 3;
   * @return The currentChatRoomContactSeq.
   */
  int getCurrentChatRoomContactSeq();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy