
wechat.protobuf.AutoAuthAesReqDataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface AutoAuthAesReqDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.AutoAuthAesReqData)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return Whether the baseRequest field is set.
*/
boolean hasBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return The baseRequest.
*/
wechat.protobuf.BaseRequest getBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();
/**
* optional .wechat_proto.BaseAuthReqInfo baseReqInfo = 2;
* @return Whether the baseReqInfo field is set.
*/
boolean hasBaseReqInfo();
/**
* optional .wechat_proto.BaseAuthReqInfo baseReqInfo = 2;
* @return The baseReqInfo.
*/
wechat.protobuf.BaseAuthReqInfo getBaseReqInfo();
/**
* optional .wechat_proto.BaseAuthReqInfo baseReqInfo = 2;
*/
wechat.protobuf.BaseAuthReqInfoOrBuilder getBaseReqInfoOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString_ autoAuthKey = 3;
* @return Whether the autoAuthKey field is set.
*/
boolean hasAutoAuthKey();
/**
* optional .wechat_proto.SKBuiltinString_ autoAuthKey = 3;
* @return The autoAuthKey.
*/
wechat.protobuf.SKBuiltinString_ getAutoAuthKey();
/**
* optional .wechat_proto.SKBuiltinString_ autoAuthKey = 3;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getAutoAuthKeyOrBuilder();
/**
* optional string imei = 4;
* @return Whether the imei field is set.
*/
boolean hasImei();
/**
* optional string imei = 4;
* @return The imei.
*/
java.lang.String getImei();
/**
* optional string imei = 4;
* @return The bytes for imei.
*/
com.google.protobuf.ByteString
getImeiBytes();
/**
* optional string softType = 5;
* @return Whether the softType field is set.
*/
boolean hasSoftType();
/**
* optional string softType = 5;
* @return The softType.
*/
java.lang.String getSoftType();
/**
* optional string softType = 5;
* @return The bytes for softType.
*/
com.google.protobuf.ByteString
getSoftTypeBytes();
/**
* optional uint32 builtinIpseq = 6;
* @return Whether the builtinIpseq field is set.
*/
boolean hasBuiltinIpseq();
/**
* optional uint32 builtinIpseq = 6;
* @return The builtinIpseq.
*/
int getBuiltinIpseq();
/**
* optional string clientSeqId = 7;
* @return Whether the clientSeqId field is set.
*/
boolean hasClientSeqId();
/**
* optional string clientSeqId = 7;
* @return The clientSeqId.
*/
java.lang.String getClientSeqId();
/**
* optional string clientSeqId = 7;
* @return The bytes for clientSeqId.
*/
com.google.protobuf.ByteString
getClientSeqIdBytes();
/**
* optional string signature = 8;
* @return Whether the signature field is set.
*/
boolean hasSignature();
/**
* optional string signature = 8;
* @return The signature.
*/
java.lang.String getSignature();
/**
* optional string signature = 8;
* @return The bytes for signature.
*/
com.google.protobuf.ByteString
getSignatureBytes();
/**
* optional string deviceName = 9;
* @return Whether the deviceName field is set.
*/
boolean hasDeviceName();
/**
* optional string deviceName = 9;
* @return The deviceName.
*/
java.lang.String getDeviceName();
/**
* optional string deviceName = 9;
* @return The bytes for deviceName.
*/
com.google.protobuf.ByteString
getDeviceNameBytes();
/**
* optional string deviceType = 10;
* @return Whether the deviceType field is set.
*/
boolean hasDeviceType();
/**
* optional string deviceType = 10;
* @return The deviceType.
*/
java.lang.String getDeviceType();
/**
* optional string deviceType = 10;
* @return The bytes for deviceType.
*/
com.google.protobuf.ByteString
getDeviceTypeBytes();
/**
* optional string language = 11;
* @return Whether the language field is set.
*/
boolean hasLanguage();
/**
* optional string language = 11;
* @return The language.
*/
java.lang.String getLanguage();
/**
* optional string language = 11;
* @return The bytes for language.
*/
com.google.protobuf.ByteString
getLanguageBytes();
/**
* optional string timeZone = 12;
* @return Whether the timeZone field is set.
*/
boolean hasTimeZone();
/**
* optional string timeZone = 12;
* @return The timeZone.
*/
java.lang.String getTimeZone();
/**
* optional string timeZone = 12;
* @return The bytes for timeZone.
*/
com.google.protobuf.ByteString
getTimeZoneBytes();
/**
* optional int32 channel = 13;
* @return Whether the channel field is set.
*/
boolean hasChannel();
/**
* optional int32 channel = 13;
* @return The channel.
*/
int getChannel();
/**
* optional .wechat_proto.SKBuiltinString_ clientCheckData = 14;
* @return Whether the clientCheckData field is set.
*/
boolean hasClientCheckData();
/**
* optional .wechat_proto.SKBuiltinString_ clientCheckData = 14;
* @return The clientCheckData.
*/
wechat.protobuf.SKBuiltinString_ getClientCheckData();
/**
* optional .wechat_proto.SKBuiltinString_ clientCheckData = 14;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getClientCheckDataOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 15;
* @return Whether the extSpamInfo field is set.
*/
boolean hasExtSpamInfo();
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 15;
* @return The extSpamInfo.
*/
wechat.protobuf.SKBuiltinString_ getExtSpamInfo();
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 15;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getExtSpamInfoOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy