
wechat.protobuf.WxVerifyCodeReqInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface WxVerifyCodeReqInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.WxVerifyCodeReqInfo)
com.google.protobuf.MessageOrBuilder {
/**
* optional string verify_signature = 1;
* @return Whether the verifySignature field is set.
*/
boolean hasVerifySignature();
/**
* optional string verify_signature = 1;
* @return The verifySignature.
*/
java.lang.String getVerifySignature();
/**
* optional string verify_signature = 1;
* @return The bytes for verifySignature.
*/
com.google.protobuf.ByteString
getVerifySignatureBytes();
/**
* optional string verify_content = 2;
* @return Whether the verifyContent field is set.
*/
boolean hasVerifyContent();
/**
* optional string verify_content = 2;
* @return The verifyContent.
*/
java.lang.String getVerifyContent();
/**
* optional string verify_content = 2;
* @return The bytes for verifyContent.
*/
com.google.protobuf.ByteString
getVerifyContentBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy