
wechat.protobuf.ManualAuthDeviceRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface ManualAuthDeviceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ManualAuthDeviceRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseRequest base_request = 1;
* @return Whether the baseRequest field is set.
*/
boolean hasBaseRequest();
/**
* optional .wechat_proto.BaseRequest base_request = 1;
* @return The baseRequest.
*/
wechat.protobuf.BaseRequest getBaseRequest();
/**
* optional .wechat_proto.BaseRequest base_request = 1;
*/
wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();
/**
* optional .wechat_proto.BaseAuthReqInfo base_req_info = 2;
* @return Whether the baseReqInfo field is set.
*/
boolean hasBaseReqInfo();
/**
* optional .wechat_proto.BaseAuthReqInfo base_req_info = 2;
* @return The baseReqInfo.
*/
wechat.protobuf.BaseAuthReqInfo getBaseReqInfo();
/**
* optional .wechat_proto.BaseAuthReqInfo base_req_info = 2;
*/
wechat.protobuf.BaseAuthReqInfoOrBuilder getBaseReqInfoOrBuilder();
/**
*
*base64字符串
*
*
* optional bytes imei = 3;
* @return Whether the imei field is set.
*/
boolean hasImei();
/**
*
*base64字符串
*
*
* optional bytes imei = 3;
* @return The imei.
*/
com.google.protobuf.ByteString getImei();
/**
* optional string soft_info_xml = 4;
* @return Whether the softInfoXml field is set.
*/
boolean hasSoftInfoXml();
/**
* optional string soft_info_xml = 4;
* @return The softInfoXml.
*/
java.lang.String getSoftInfoXml();
/**
* optional string soft_info_xml = 4;
* @return The bytes for softInfoXml.
*/
com.google.protobuf.ByteString
getSoftInfoXmlBytes();
/**
* optional uint32 builtinip_seq = 5;
* @return Whether the builtinipSeq field is set.
*/
boolean hasBuiltinipSeq();
/**
* optional uint32 builtinip_seq = 5;
* @return The builtinipSeq.
*/
int getBuiltinipSeq();
/**
* optional string client_seq_id = 6;
* @return Whether the clientSeqId field is set.
*/
boolean hasClientSeqId();
/**
* optional string client_seq_id = 6;
* @return The clientSeqId.
*/
java.lang.String getClientSeqId();
/**
* optional string client_seq_id = 6;
* @return The bytes for clientSeqId.
*/
com.google.protobuf.ByteString
getClientSeqIdBytes();
/**
* optional string signature = 7;
* @return Whether the signature field is set.
*/
boolean hasSignature();
/**
* optional string signature = 7;
* @return The signature.
*/
java.lang.String getSignature();
/**
* optional string signature = 7;
* @return The bytes for signature.
*/
com.google.protobuf.ByteString
getSignatureBytes();
/**
* optional string login_device_name = 8;
* @return Whether the loginDeviceName field is set.
*/
boolean hasLoginDeviceName();
/**
* optional string login_device_name = 8;
* @return The loginDeviceName.
*/
java.lang.String getLoginDeviceName();
/**
* optional string login_device_name = 8;
* @return The bytes for loginDeviceName.
*/
com.google.protobuf.ByteString
getLoginDeviceNameBytes();
/**
* optional string device_info_xml = 9;
* @return Whether the deviceInfoXml field is set.
*/
boolean hasDeviceInfoXml();
/**
* optional string device_info_xml = 9;
* @return The deviceInfoXml.
*/
java.lang.String getDeviceInfoXml();
/**
* optional string device_info_xml = 9;
* @return The bytes for deviceInfoXml.
*/
com.google.protobuf.ByteString
getDeviceInfoXmlBytes();
/**
* optional string language = 10;
* @return Whether the language field is set.
*/
boolean hasLanguage();
/**
* optional string language = 10;
* @return The language.
*/
java.lang.String getLanguage();
/**
* optional string language = 10;
* @return The bytes for language.
*/
com.google.protobuf.ByteString
getLanguageBytes();
/**
* optional string time_zone = 11;
* @return Whether the timeZone field is set.
*/
boolean hasTimeZone();
/**
* optional string time_zone = 11;
* @return The timeZone.
*/
java.lang.String getTimeZone();
/**
* optional string time_zone = 11;
* @return The bytes for timeZone.
*/
com.google.protobuf.ByteString
getTimeZoneBytes();
/**
* optional uint32 channel = 13;
* @return Whether the channel field is set.
*/
boolean hasChannel();
/**
* optional uint32 channel = 13;
* @return The channel.
*/
int getChannel();
/**
* optional uint32 time_stamp = 14;
* @return Whether the timeStamp field is set.
*/
boolean hasTimeStamp();
/**
* optional uint32 time_stamp = 14;
* @return The timeStamp.
*/
int getTimeStamp();
/**
* optional string device_brand = 15;
* @return Whether the deviceBrand field is set.
*/
boolean hasDeviceBrand();
/**
* optional string device_brand = 15;
* @return The deviceBrand.
*/
java.lang.String getDeviceBrand();
/**
* optional string device_brand = 15;
* @return The bytes for deviceBrand.
*/
com.google.protobuf.ByteString
getDeviceBrandBytes();
/**
* optional string device_model = 16;
* @return Whether the deviceModel field is set.
*/
boolean hasDeviceModel();
/**
* optional string device_model = 16;
* @return The deviceModel.
*/
java.lang.String getDeviceModel();
/**
* optional string device_model = 16;
* @return The bytes for deviceModel.
*/
com.google.protobuf.ByteString
getDeviceModelBytes();
/**
* optional string os_type = 17;
* @return Whether the osType field is set.
*/
boolean hasOsType();
/**
* optional string os_type = 17;
* @return The osType.
*/
java.lang.String getOsType();
/**
* optional string os_type = 17;
* @return The bytes for osType.
*/
com.google.protobuf.ByteString
getOsTypeBytes();
/**
* optional string real_numry = 18;
* @return Whether the realNumry field is set.
*/
boolean hasRealNumry();
/**
* optional string real_numry = 18;
* @return The realNumry.
*/
java.lang.String getRealNumry();
/**
* optional string real_numry = 18;
* @return The bytes for realNumry.
*/
com.google.protobuf.ByteString
getRealNumryBytes();
/**
* optional string bundle_id = 19;
* @return Whether the bundleId field is set.
*/
boolean hasBundleId();
/**
* optional string bundle_id = 19;
* @return The bundleId.
*/
java.lang.String getBundleId();
/**
* optional string bundle_id = 19;
* @return The bytes for bundleId.
*/
com.google.protobuf.ByteString
getBundleIdBytes();
/**
* optional string ad_source = 20;
* @return Whether the adSource field is set.
*/
boolean hasAdSource();
/**
* optional string ad_source = 20;
* @return The adSource.
*/
java.lang.String getAdSource();
/**
* optional string ad_source = 20;
* @return The bytes for adSource.
*/
com.google.protobuf.ByteString
getAdSourceBytes();
/**
* optional string iphone_ver = 21;
* @return Whether the iphoneVer field is set.
*/
boolean hasIphoneVer();
/**
* optional string iphone_ver = 21;
* @return The iphoneVer.
*/
java.lang.String getIphoneVer();
/**
* optional string iphone_ver = 21;
* @return The bytes for iphoneVer.
*/
com.google.protobuf.ByteString
getIphoneVerBytes();
/**
* optional uint32 input_type = 22;
* @return Whether the inputType field is set.
*/
boolean hasInputType();
/**
* optional uint32 input_type = 22;
* @return The inputType.
*/
int getInputType();
/**
* optional .wechat_proto.SKBuiltinString_ client_check_dat = 23;
* @return Whether the clientCheckDat field is set.
*/
boolean hasClientCheckDat();
/**
* optional .wechat_proto.SKBuiltinString_ client_check_dat = 23;
* @return The clientCheckDat.
*/
wechat.protobuf.SKBuiltinString_ getClientCheckDat();
/**
* optional .wechat_proto.SKBuiltinString_ client_check_dat = 23;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getClientCheckDatOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy