
wechat.protobuf.GetCertResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface GetCertResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.GetCertResponse)
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 .wechat_proto.RSAInfo rsa_info = 2;
* @return Whether the rsaInfo field is set.
*/
boolean hasRsaInfo();
/**
* optional .wechat_proto.RSAInfo rsa_info = 2;
* @return The rsaInfo.
*/
wechat.protobuf.RSAInfo getRsaInfo();
/**
* optional .wechat_proto.RSAInfo rsa_info = 2;
*/
wechat.protobuf.RSAInfoOrBuilder getRsaInfoOrBuilder();
/**
* optional uint32 rsa_ver = 3;
* @return Whether the rsaVer field is set.
*/
boolean hasRsaVer();
/**
* optional uint32 rsa_ver = 3;
* @return The rsaVer.
*/
int getRsaVer();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy