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

wechat.protobuf.WxVerifyCodeRespInfoOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

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

  /**
   * optional string verifySignature = 1;
   * @return Whether the verifySignature field is set.
   */
  boolean hasVerifySignature();
  /**
   * optional string verifySignature = 1;
   * @return The verifySignature.
   */
  java.lang.String getVerifySignature();
  /**
   * optional string verifySignature = 1;
   * @return The bytes for verifySignature.
   */
  com.google.protobuf.ByteString
      getVerifySignatureBytes();

  /**
   * optional .wechat_proto.SKBuiltinString_ verifyBuff = 2;
   * @return Whether the verifyBuff field is set.
   */
  boolean hasVerifyBuff();
  /**
   * optional .wechat_proto.SKBuiltinString_ verifyBuff = 2;
   * @return The verifyBuff.
   */
  wechat.protobuf.SKBuiltinString_ getVerifyBuff();
  /**
   * optional .wechat_proto.SKBuiltinString_ verifyBuff = 2;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getVerifyBuffOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy