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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy