
wechat.protobuf.AuthParamOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface AuthParamOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.AuthParam)
com.google.protobuf.MessageOrBuilder {
/**
* optional int64 uin = 1;
* @return Whether the uin field is set.
*/
boolean hasUin();
/**
* optional int64 uin = 1;
* @return The uin.
*/
long getUin();
/**
* optional .wechat_proto.ECDHKey ecdhKey = 2;
* @return Whether the ecdhKey field is set.
*/
boolean hasEcdhKey();
/**
* optional .wechat_proto.ECDHKey ecdhKey = 2;
* @return The ecdhKey.
*/
wechat.protobuf.ECDHKey getEcdhKey();
/**
* optional .wechat_proto.ECDHKey ecdhKey = 2;
*/
wechat.protobuf.ECDHKeyOrBuilder getEcdhKeyOrBuilder();
/**
* optional .wechat_proto.SessionKey session_key = 3;
* @return Whether the sessionKey field is set.
*/
boolean hasSessionKey();
/**
* optional .wechat_proto.SessionKey session_key = 3;
* @return The sessionKey.
*/
wechat.protobuf.SessionKey getSessionKey();
/**
* optional .wechat_proto.SessionKey session_key = 3;
*/
wechat.protobuf.SessionKeyOrBuilder getSessionKeyOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString_ auto_auth_key = 4;
* @return Whether the autoAuthKey field is set.
*/
boolean hasAutoAuthKey();
/**
* optional .wechat_proto.SKBuiltinString_ auto_auth_key = 4;
* @return The autoAuthKey.
*/
wechat.protobuf.SKBuiltinString_ getAutoAuthKey();
/**
* optional .wechat_proto.SKBuiltinString_ auto_auth_key = 4;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getAutoAuthKeyOrBuilder();
/**
* optional uint32 wt_login_req_buff_flag = 5;
* @return Whether the wtLoginReqBuffFlag field is set.
*/
boolean hasWtLoginReqBuffFlag();
/**
* optional uint32 wt_login_req_buff_flag = 5;
* @return The wtLoginReqBuffFlag.
*/
int getWtLoginReqBuffFlag();
/**
* optional .wechat_proto.SKBuiltinString_ wt_login_req_buff = 6;
* @return Whether the wtLoginReqBuff field is set.
*/
boolean hasWtLoginReqBuff();
/**
* optional .wechat_proto.SKBuiltinString_ wt_login_req_buff = 6;
* @return The wtLoginReqBuff.
*/
wechat.protobuf.SKBuiltinString_ getWtLoginReqBuff();
/**
* optional .wechat_proto.SKBuiltinString_ wt_login_req_buff = 6;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getWtLoginReqBuffOrBuilder();
/**
* optional .wechat_proto.WTLoginImgReqInfo wt_login_img_req_info = 7;
* @return Whether the wtLoginImgReqInfo field is set.
*/
boolean hasWtLoginImgReqInfo();
/**
* optional .wechat_proto.WTLoginImgReqInfo wt_login_img_req_info = 7;
* @return The wtLoginImgReqInfo.
*/
wechat.protobuf.WTLoginImgReqInfo getWtLoginImgReqInfo();
/**
* optional .wechat_proto.WTLoginImgReqInfo wt_login_img_req_info = 7;
*/
wechat.protobuf.WTLoginImgReqInfoOrBuilder getWtLoginImgReqInfoOrBuilder();
/**
* optional .wechat_proto.WxVerifyCodeReqInfo wx_verify_code_req_info = 8;
* @return Whether the wxVerifyCodeReqInfo field is set.
*/
boolean hasWxVerifyCodeReqInfo();
/**
* optional .wechat_proto.WxVerifyCodeReqInfo wx_verify_code_req_info = 8;
* @return The wxVerifyCodeReqInfo.
*/
wechat.protobuf.WxVerifyCodeReqInfo getWxVerifyCodeReqInfo();
/**
* optional .wechat_proto.WxVerifyCodeReqInfo wx_verify_code_req_info = 8;
*/
wechat.protobuf.WxVerifyCodeReqInfoOrBuilder getWxVerifyCodeReqInfoOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString_ clidb_encrypt_key = 9;
* @return Whether the clidbEncryptKey field is set.
*/
boolean hasClidbEncryptKey();
/**
* optional .wechat_proto.SKBuiltinString_ clidb_encrypt_key = 9;
* @return The clidbEncryptKey.
*/
wechat.protobuf.SKBuiltinString_ getClidbEncryptKey();
/**
* optional .wechat_proto.SKBuiltinString_ clidb_encrypt_key = 9;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getClidbEncryptKeyOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString_ clidb_encrypt_info = 10;
* @return Whether the clidbEncryptInfo field is set.
*/
boolean hasClidbEncryptInfo();
/**
* optional .wechat_proto.SKBuiltinString_ clidb_encrypt_info = 10;
* @return The clidbEncryptInfo.
*/
wechat.protobuf.SKBuiltinString_ getClidbEncryptInfo();
/**
* optional .wechat_proto.SKBuiltinString_ clidb_encrypt_info = 10;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getClidbEncryptInfoOrBuilder();
/**
* optional string auth_key = 11;
* @return Whether the authKey field is set.
*/
boolean hasAuthKey();
/**
* optional string auth_key = 11;
* @return The authKey.
*/
java.lang.String getAuthKey();
/**
* optional string auth_key = 11;
* @return The bytes for authKey.
*/
com.google.protobuf.ByteString
getAuthKeyBytes();
/**
* optional .wechat_proto.SKBuiltinString_ a2_key = 12;
* @return Whether the a2Key field is set.
*/
boolean hasA2Key();
/**
* optional .wechat_proto.SKBuiltinString_ a2_key = 12;
* @return The a2Key.
*/
wechat.protobuf.SKBuiltinString_ getA2Key();
/**
* optional .wechat_proto.SKBuiltinString_ a2_key = 12;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getA2KeyOrBuilder();
/**
* optional .wechat_proto.ShowStyleKey show_style_key = 15;
* @return Whether the showStyleKey field is set.
*/
boolean hasShowStyleKey();
/**
* optional .wechat_proto.ShowStyleKey show_style_key = 15;
* @return The showStyleKey.
*/
wechat.protobuf.ShowStyleKey getShowStyleKey();
/**
* optional .wechat_proto.ShowStyleKey show_style_key = 15;
*/
wechat.protobuf.ShowStyleKeyOrBuilder getShowStyleKeyOrBuilder();
/**
* optional string auth_ticket = 16;
* @return Whether the authTicket field is set.
*/
boolean hasAuthTicket();
/**
* optional string auth_ticket = 16;
* @return The authTicket.
*/
java.lang.String getAuthTicket();
/**
* optional string auth_ticket = 16;
* @return The bytes for authTicket.
*/
com.google.protobuf.ByteString
getAuthTicketBytes();
/**
* optional uint32 new_version = 17;
* @return Whether the newVersion field is set.
*/
boolean hasNewVersion();
/**
* optional uint32 new_version = 17;
* @return The newVersion.
*/
int getNewVersion();
/**
* optional uint32 update_flag = 18;
* @return Whether the updateFlag field is set.
*/
boolean hasUpdateFlag();
/**
* optional uint32 update_flag = 18;
* @return The updateFlag.
*/
int getUpdateFlag();
/**
* optional uint32 auth_result_flag = 19;
* @return Whether the authResultFlag field is set.
*/
boolean hasAuthResultFlag();
/**
* optional uint32 auth_result_flag = 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 mmtls_control_bit_flag = 21;
* @return Whether the mmtlsControlBitFlag field is set.
*/
boolean hasMmtlsControlBitFlag();
/**
* optional uint32 mmtls_control_bit_flag = 21;
* @return The mmtlsControlBitFlag.
*/
int getMmtlsControlBitFlag();
/**
* optional uint32 server_time = 22;
* @return Whether the serverTime field is set.
*/
boolean hasServerTime();
/**
* optional uint32 server_time = 22;
* @return The serverTime.
*/
int getServerTime();
/**
* optional .wechat_proto.SKBuiltinString_ xbz = 23;
* @return Whether the xbz field is set.
*/
boolean hasXbz();
/**
* optional .wechat_proto.SKBuiltinString_ xbz = 23;
* @return The xbz.
*/
wechat.protobuf.SKBuiltinString_ getXbz();
/**
* optional .wechat_proto.SKBuiltinString_ xbz = 23;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getXbzOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString_ xbA = 24;
* @return Whether the xbA field is set.
*/
boolean hasXbA();
/**
* optional .wechat_proto.SKBuiltinString_ xbA = 24;
* @return The xbA.
*/
wechat.protobuf.SKBuiltinString_ getXbA();
/**
* optional .wechat_proto.SKBuiltinString_ xbA = 24;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getXbAOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy