
wechat.protobuf.VerifyInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface VerifyInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.VerifyInfo)
com.google.protobuf.MessageOrBuilder {
/**
* optional string jsapi_name = 1;
* @return Whether the jsapiName field is set.
*/
boolean hasJsapiName();
/**
* optional string jsapi_name = 1;
* @return The jsapiName.
*/
java.lang.String getJsapiName();
/**
* optional string jsapi_name = 1;
* @return The bytes for jsapiName.
*/
com.google.protobuf.ByteString
getJsapiNameBytes();
/**
* optional uint32 state = 2;
* @return Whether the state field is set.
*/
boolean hasState();
/**
* optional uint32 state = 2;
* @return The state.
*/
int getState();
/**
* optional uint32 verify_ok = 3;
* @return Whether the verifyOk field is set.
*/
boolean hasVerifyOk();
/**
* optional uint32 verify_ok = 3;
* @return The verifyOk.
*/
int getVerifyOk();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy