All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.ManualAuthAesReqDataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface ManualAuthAesReqDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.ManualAuthAesReqData)
    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 string imei = 3;
   * @return Whether the imei field is set.
   */
  boolean hasImei();
  /**
   * optional string imei = 3;
   * @return The imei.
   */
  java.lang.String getImei();
  /**
   * optional string imei = 3;
   * @return The bytes for imei.
   */
  com.google.protobuf.ByteString
      getImeiBytes();

  /**
   * optional string softType = 4;
   * @return Whether the softType field is set.
   */
  boolean hasSoftType();
  /**
   * optional string softType = 4;
   * @return The softType.
   */
  java.lang.String getSoftType();
  /**
   * optional string softType = 4;
   * @return The bytes for softType.
   */
  com.google.protobuf.ByteString
      getSoftTypeBytes();

  /**
   * optional uint32 builtinIpseq = 5;
   * @return Whether the builtinIpseq field is set.
   */
  boolean hasBuiltinIpseq();
  /**
   * optional uint32 builtinIpseq = 5;
   * @return The builtinIpseq.
   */
  int getBuiltinIpseq();

  /**
   * optional string clientSeqId = 6;
   * @return Whether the clientSeqId field is set.
   */
  boolean hasClientSeqId();
  /**
   * optional string clientSeqId = 6;
   * @return The clientSeqId.
   */
  java.lang.String getClientSeqId();
  /**
   * optional string clientSeqId = 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 deviceName = 8;
   * @return Whether the deviceName field is set.
   */
  boolean hasDeviceName();
  /**
   * optional string deviceName = 8;
   * @return The deviceName.
   */
  java.lang.String getDeviceName();
  /**
   * optional string deviceName = 8;
   * @return The bytes for deviceName.
   */
  com.google.protobuf.ByteString
      getDeviceNameBytes();

  /**
   * optional string deviceType = 9;
   * @return Whether the deviceType field is set.
   */
  boolean hasDeviceType();
  /**
   * optional string deviceType = 9;
   * @return The deviceType.
   */
  java.lang.String getDeviceType();
  /**
   * optional string deviceType = 9;
   * @return The bytes for deviceType.
   */
  com.google.protobuf.ByteString
      getDeviceTypeBytes();

  /**
   * 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 timeZone = 11;
   * @return Whether the timeZone field is set.
   */
  boolean hasTimeZone();
  /**
   * optional string timeZone = 11;
   * @return The timeZone.
   */
  java.lang.String getTimeZone();
  /**
   * optional string timeZone = 11;
   * @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 uint32 timeStamp = 14;
   * @return Whether the timeStamp field is set.
   */
  boolean hasTimeStamp();
  /**
   * optional uint32 timeStamp = 14;
   * @return The timeStamp.
   */
  int getTimeStamp();

  /**
   * optional string deviceBrand = 15;
   * @return Whether the deviceBrand field is set.
   */
  boolean hasDeviceBrand();
  /**
   * optional string deviceBrand = 15;
   * @return The deviceBrand.
   */
  java.lang.String getDeviceBrand();
  /**
   * optional string deviceBrand = 15;
   * @return The bytes for deviceBrand.
   */
  com.google.protobuf.ByteString
      getDeviceBrandBytes();

  /**
   * optional string deviceModel = 16;
   * @return Whether the deviceModel field is set.
   */
  boolean hasDeviceModel();
  /**
   * optional string deviceModel = 16;
   * @return The deviceModel.
   */
  java.lang.String getDeviceModel();
  /**
   * optional string deviceModel = 16;
   * @return The bytes for deviceModel.
   */
  com.google.protobuf.ByteString
      getDeviceModelBytes();

  /**
   * optional string ostype = 17;
   * @return Whether the ostype field is set.
   */
  boolean hasOstype();
  /**
   * optional string ostype = 17;
   * @return The ostype.
   */
  java.lang.String getOstype();
  /**
   * optional string ostype = 17;
   * @return The bytes for ostype.
   */
  com.google.protobuf.ByteString
      getOstypeBytes();

  /**
   * optional string realCountry = 18;
   * @return Whether the realCountry field is set.
   */
  boolean hasRealCountry();
  /**
   * optional string realCountry = 18;
   * @return The realCountry.
   */
  java.lang.String getRealCountry();
  /**
   * optional string realCountry = 18;
   * @return The bytes for realCountry.
   */
  com.google.protobuf.ByteString
      getRealCountryBytes();

  /**
   * optional string bundleId = 19;
   * @return Whether the bundleId field is set.
   */
  boolean hasBundleId();
  /**
   * optional string bundleId = 19;
   * @return The bundleId.
   */
  java.lang.String getBundleId();
  /**
   * optional string bundleId = 19;
   * @return The bytes for bundleId.
   */
  com.google.protobuf.ByteString
      getBundleIdBytes();

  /**
   * optional string adSource = 20;
   * @return Whether the adSource field is set.
   */
  boolean hasAdSource();
  /**
   * optional string adSource = 20;
   * @return The adSource.
   */
  java.lang.String getAdSource();
  /**
   * optional string adSource = 20;
   * @return The bytes for adSource.
   */
  com.google.protobuf.ByteString
      getAdSourceBytes();

  /**
   * optional string iphoneVer = 21;
   * @return Whether the iphoneVer field is set.
   */
  boolean hasIphoneVer();
  /**
   * optional string iphoneVer = 21;
   * @return The iphoneVer.
   */
  java.lang.String getIphoneVer();
  /**
   * optional string iphoneVer = 21;
   * @return The bytes for iphoneVer.
   */
  com.google.protobuf.ByteString
      getIphoneVerBytes();

  /**
   * optional uint32 inputType = 22;
   * @return Whether the inputType field is set.
   */
  boolean hasInputType();
  /**
   * optional uint32 inputType = 22;
   * @return The inputType.
   */
  int getInputType();

  /**
   * optional .wechat_proto.SKBuiltinString_ clientCheckData = 23;
   * @return Whether the clientCheckData field is set.
   */
  boolean hasClientCheckData();
  /**
   * optional .wechat_proto.SKBuiltinString_ clientCheckData = 23;
   * @return The clientCheckData.
   */
  wechat.protobuf.SKBuiltinString_ getClientCheckData();
  /**
   * optional .wechat_proto.SKBuiltinString_ clientCheckData = 23;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getClientCheckDataOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString_ extSpamInfo = 24;
   * @return Whether the extSpamInfo field is set.
   */
  boolean hasExtSpamInfo();
  /**
   * optional .wechat_proto.SKBuiltinString_ extSpamInfo = 24;
   * @return The extSpamInfo.
   */
  wechat.protobuf.SKBuiltinString_ getExtSpamInfo();
  /**
   * optional .wechat_proto.SKBuiltinString_ extSpamInfo = 24;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getExtSpamInfoOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy