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

wechat.protobuf.AuthSectRespOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface AuthSectRespOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.AuthSectResp)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional uint32 uin = 1;
   * @return Whether the uin field is set.
   */
  boolean hasUin();
  /**
   * optional uint32 uin = 1;
   * @return The uin.
   */
  int getUin();

  /**
   * optional .wechat_proto.ECDHKey svrPubEcdhkey = 2;
   * @return Whether the svrPubEcdhkey field is set.
   */
  boolean hasSvrPubEcdhkey();
  /**
   * optional .wechat_proto.ECDHKey svrPubEcdhkey = 2;
   * @return The svrPubEcdhkey.
   */
  wechat.protobuf.ECDHKey getSvrPubEcdhkey();
  /**
   * optional .wechat_proto.ECDHKey svrPubEcdhkey = 2;
   */
  wechat.protobuf.ECDHKeyOrBuilder getSvrPubEcdhkeyOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString_ sessionKey = 3;
   * @return Whether the sessionKey field is set.
   */
  boolean hasSessionKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ sessionKey = 3;
   * @return The sessionKey.
   */
  wechat.protobuf.SKBuiltinString_ getSessionKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ sessionKey = 3;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getSessionKeyOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString_ autoAuthKey = 4;
   * @return Whether the autoAuthKey field is set.
   */
  boolean hasAutoAuthKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ autoAuthKey = 4;
   * @return The autoAuthKey.
   */
  wechat.protobuf.SKBuiltinString_ getAutoAuthKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ autoAuthKey = 4;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getAutoAuthKeyOrBuilder();

  /**
   * optional uint32 wtloginRspBuffFlag = 5;
   * @return Whether the wtloginRspBuffFlag field is set.
   */
  boolean hasWtloginRspBuffFlag();
  /**
   * optional uint32 wtloginRspBuffFlag = 5;
   * @return The wtloginRspBuffFlag.
   */
  int getWtloginRspBuffFlag();

  /**
   * optional .wechat_proto.SKBuiltinString_ wtloginRspBuff = 6;
   * @return Whether the wtloginRspBuff field is set.
   */
  boolean hasWtloginRspBuff();
  /**
   * optional .wechat_proto.SKBuiltinString_ wtloginRspBuff = 6;
   * @return The wtloginRspBuff.
   */
  wechat.protobuf.SKBuiltinString_ getWtloginRspBuff();
  /**
   * optional .wechat_proto.SKBuiltinString_ wtloginRspBuff = 6;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getWtloginRspBuffOrBuilder();

  /**
   * optional .wechat_proto.WTLoginImgRespInfo wtloginImgRespInfo = 7;
   * @return Whether the wtloginImgRespInfo field is set.
   */
  boolean hasWtloginImgRespInfo();
  /**
   * optional .wechat_proto.WTLoginImgRespInfo wtloginImgRespInfo = 7;
   * @return The wtloginImgRespInfo.
   */
  wechat.protobuf.WTLoginImgRespInfo getWtloginImgRespInfo();
  /**
   * optional .wechat_proto.WTLoginImgRespInfo wtloginImgRespInfo = 7;
   */
  wechat.protobuf.WTLoginImgRespInfoOrBuilder getWtloginImgRespInfoOrBuilder();

  /**
   * optional .wechat_proto.WxVerifyCodeRespInfo wxVerifyCodeRespInfo = 8;
   * @return Whether the wxVerifyCodeRespInfo field is set.
   */
  boolean hasWxVerifyCodeRespInfo();
  /**
   * optional .wechat_proto.WxVerifyCodeRespInfo wxVerifyCodeRespInfo = 8;
   * @return The wxVerifyCodeRespInfo.
   */
  wechat.protobuf.WxVerifyCodeRespInfo getWxVerifyCodeRespInfo();
  /**
   * optional .wechat_proto.WxVerifyCodeRespInfo wxVerifyCodeRespInfo = 8;
   */
  wechat.protobuf.WxVerifyCodeRespInfoOrBuilder getWxVerifyCodeRespInfoOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString_ cliDbencryptKey = 9;
   * @return Whether the cliDbencryptKey field is set.
   */
  boolean hasCliDbencryptKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ cliDbencryptKey = 9;
   * @return The cliDbencryptKey.
   */
  wechat.protobuf.SKBuiltinString_ getCliDbencryptKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ cliDbencryptKey = 9;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getCliDbencryptKeyOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString_ cliDbencryptInfo = 10;
   * @return Whether the cliDbencryptInfo field is set.
   */
  boolean hasCliDbencryptInfo();
  /**
   * optional .wechat_proto.SKBuiltinString_ cliDbencryptInfo = 10;
   * @return The cliDbencryptInfo.
   */
  wechat.protobuf.SKBuiltinString_ getCliDbencryptInfo();
  /**
   * optional .wechat_proto.SKBuiltinString_ cliDbencryptInfo = 10;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getCliDbencryptInfoOrBuilder();

  /**
   * optional string authKey = 11;
   * @return Whether the authKey field is set.
   */
  boolean hasAuthKey();
  /**
   * optional string authKey = 11;
   * @return The authKey.
   */
  java.lang.String getAuthKey();
  /**
   * optional string authKey = 11;
   * @return The bytes for authKey.
   */
  com.google.protobuf.ByteString
      getAuthKeyBytes();

  /**
   * optional .wechat_proto.SKBuiltinString_ a2Key = 12;
   * @return Whether the a2Key field is set.
   */
  boolean hasA2Key();
  /**
   * optional .wechat_proto.SKBuiltinString_ a2Key = 12;
   * @return The a2Key.
   */
  wechat.protobuf.SKBuiltinString_ getA2Key();
  /**
   * optional .wechat_proto.SKBuiltinString_ a2Key = 12;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getA2KeyOrBuilder();

  /**
   * optional string applyBetaUrl = 14;
   * @return Whether the applyBetaUrl field is set.
   */
  boolean hasApplyBetaUrl();
  /**
   * optional string applyBetaUrl = 14;
   * @return The applyBetaUrl.
   */
  java.lang.String getApplyBetaUrl();
  /**
   * optional string applyBetaUrl = 14;
   * @return The bytes for applyBetaUrl.
   */
  com.google.protobuf.ByteString
      getApplyBetaUrlBytes();

  /**
   * optional .wechat_proto.ShowStyleKey showStyle = 15;
   * @return Whether the showStyle field is set.
   */
  boolean hasShowStyle();
  /**
   * optional .wechat_proto.ShowStyleKey showStyle = 15;
   * @return The showStyle.
   */
  wechat.protobuf.ShowStyleKey getShowStyle();
  /**
   * optional .wechat_proto.ShowStyleKey showStyle = 15;
   */
  wechat.protobuf.ShowStyleKeyOrBuilder getShowStyleOrBuilder();

  /**
   * optional string authTicket = 16;
   * @return Whether the authTicket field is set.
   */
  boolean hasAuthTicket();
  /**
   * optional string authTicket = 16;
   * @return The authTicket.
   */
  java.lang.String getAuthTicket();
  /**
   * optional string authTicket = 16;
   * @return The bytes for authTicket.
   */
  com.google.protobuf.ByteString
      getAuthTicketBytes();

  /**
   * optional uint32 newVersion = 17;
   * @return Whether the newVersion field is set.
   */
  boolean hasNewVersion();
  /**
   * optional uint32 newVersion = 17;
   * @return The newVersion.
   */
  int getNewVersion();

  /**
   * optional uint32 updateFlag = 18;
   * @return Whether the updateFlag field is set.
   */
  boolean hasUpdateFlag();
  /**
   * optional uint32 updateFlag = 18;
   * @return The updateFlag.
   */
  int getUpdateFlag();

  /**
   * optional uint32 authResultFlag = 19;
   * @return Whether the authResultFlag field is set.
   */
  boolean hasAuthResultFlag();
  /**
   * optional uint32 authResultFlag = 19;
   * @return The authResultFlag.
   */
  int getAuthResultFlag();

  /**
   * optional string fsurl = 20;
   * @return Whether the fsurl field is set.
   */
  boolean hasFsurl();
  /**
   * optional string fsurl = 20;
   * @return The fsurl.
   */
  java.lang.String getFsurl();
  /**
   * optional string fsurl = 20;
   * @return The bytes for fsurl.
   */
  com.google.protobuf.ByteString
      getFsurlBytes();

  /**
   * optional uint32 mmtlsControlBitFlag = 21;
   * @return Whether the mmtlsControlBitFlag field is set.
   */
  boolean hasMmtlsControlBitFlag();
  /**
   * optional uint32 mmtlsControlBitFlag = 21;
   * @return The mmtlsControlBitFlag.
   */
  int getMmtlsControlBitFlag();

  /**
   * optional uint32 serverTime = 22;
   * @return Whether the serverTime field is set.
   */
  boolean hasServerTime();
  /**
   * optional uint32 serverTime = 22;
   * @return The serverTime.
   */
  int getServerTime();

  /**
   * optional .wechat_proto.SKBuiltinString_ clientSessionKey = 23;
   * @return Whether the clientSessionKey field is set.
   */
  boolean hasClientSessionKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ clientSessionKey = 23;
   * @return The clientSessionKey.
   */
  wechat.protobuf.SKBuiltinString_ getClientSessionKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ clientSessionKey = 23;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getClientSessionKeyOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString_ serverSessionKey = 24;
   * @return Whether the serverSessionKey field is set.
   */
  boolean hasServerSessionKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ serverSessionKey = 24;
   * @return The serverSessionKey.
   */
  wechat.protobuf.SKBuiltinString_ getServerSessionKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ serverSessionKey = 24;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getServerSessionKeyOrBuilder();

  /**
   * optional uint32 ecdhControlFlag = 25;
   * @return Whether the ecdhControlFlag field is set.
   */
  boolean hasEcdhControlFlag();
  /**
   * optional uint32 ecdhControlFlag = 25;
   * @return The ecdhControlFlag.
   */
  int getEcdhControlFlag();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy