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

wechat.protobuf.ManualAuthAccountRequestOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

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

  /**
   * optional .wechat_proto.AESKey aes = 1;
   * @return Whether the aes field is set.
   */
  boolean hasAes();
  /**
   * optional .wechat_proto.AESKey aes = 1;
   * @return The aes.
   */
  wechat.protobuf.AESKey getAes();
  /**
   * optional .wechat_proto.AESKey aes = 1;
   */
  wechat.protobuf.AESKeyOrBuilder getAesOrBuilder();

  /**
   * optional .wechat_proto.ECDHKey ecdhKey = 2;
   * @return Whether the ecdhKey field is set.
   */
  boolean hasEcdhKey();
  /**
   * optional .wechat_proto.ECDHKey ecdhKey = 2;
   * @return The ecdhKey.
   */
  wechat.protobuf.ECDHKey getEcdhKey();
  /**
   * optional .wechat_proto.ECDHKey ecdhKey = 2;
   */
  wechat.protobuf.ECDHKeyOrBuilder getEcdhKeyOrBuilder();

  /**
   * optional string userName = 3;
   * @return Whether the userName field is set.
   */
  boolean hasUserName();
  /**
   * optional string userName = 3;
   * @return The userName.
   */
  java.lang.String getUserName();
  /**
   * optional string userName = 3;
   * @return The bytes for userName.
   */
  com.google.protobuf.ByteString
      getUserNameBytes();

  /**
   * optional string password_1 = 4;
   * @return Whether the password1 field is set.
   */
  boolean hasPassword1();
  /**
   * optional string password_1 = 4;
   * @return The password1.
   */
  java.lang.String getPassword1();
  /**
   * optional string password_1 = 4;
   * @return The bytes for password1.
   */
  com.google.protobuf.ByteString
      getPassword1Bytes();

  /**
   * optional string password_2 = 5;
   * @return Whether the password2 field is set.
   */
  boolean hasPassword2();
  /**
   * optional string password_2 = 5;
   * @return The password2.
   */
  java.lang.String getPassword2();
  /**
   * optional string password_2 = 5;
   * @return The bytes for password2.
   */
  com.google.protobuf.ByteString
      getPassword2Bytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy