
wechat.protobuf.ManualAuthResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface ManualAuthResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ManualAuthResponse)
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 uint32 unify_flag = 2;
* @return Whether the unifyFlag field is set.
*/
boolean hasUnifyFlag();
/**
* optional uint32 unify_flag = 2;
* @return The unifyFlag.
*/
int getUnifyFlag();
/**
* optional .wechat_proto.AuthParam auth_param = 3;
* @return Whether the authParam field is set.
*/
boolean hasAuthParam();
/**
* optional .wechat_proto.AuthParam auth_param = 3;
* @return The authParam.
*/
wechat.protobuf.AuthParam getAuthParam();
/**
* optional .wechat_proto.AuthParam auth_param = 3;
*/
wechat.protobuf.AuthParamOrBuilder getAuthParamOrBuilder();
/**
* optional .wechat_proto.AccountInfo account_info = 4;
* @return Whether the accountInfo field is set.
*/
boolean hasAccountInfo();
/**
* optional .wechat_proto.AccountInfo account_info = 4;
* @return The accountInfo.
*/
wechat.protobuf.AccountInfo getAccountInfo();
/**
* optional .wechat_proto.AccountInfo account_info = 4;
*/
wechat.protobuf.AccountInfoOrBuilder getAccountInfoOrBuilder();
/**
* optional .wechat_proto.NetworkSectResp dns_info = 5;
* @return Whether the dnsInfo field is set.
*/
boolean hasDnsInfo();
/**
* optional .wechat_proto.NetworkSectResp dns_info = 5;
* @return The dnsInfo.
*/
wechat.protobuf.NetworkSectResp getDnsInfo();
/**
* optional .wechat_proto.NetworkSectResp dns_info = 5;
*/
wechat.protobuf.NetworkSectRespOrBuilder getDnsInfoOrBuilder();
/**
* optional .wechat_proto.UnknowGL yFP = 6;
* @return Whether the yFP field is set.
*/
boolean hasYFP();
/**
* optional .wechat_proto.UnknowGL yFP = 6;
* @return The yFP.
*/
wechat.protobuf.UnknowGL getYFP();
/**
* optional .wechat_proto.UnknowGL yFP = 6;
*/
wechat.protobuf.UnknowGLOrBuilder getYFPOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy