| Package | Description |
|---|---|
| com.forte.qqrobot |
主要是core所需要的包
|
| com.forte.qqrobot.beans.messages.get | |
| com.forte.qqrobot.beans.messages.result | |
| com.forte.qqrobot.bot | |
| com.forte.qqrobot.sender |
此包下定义所有sender相关方法接口并提供一个汇总接口。
其中, SenderGetList
SenderSendList
SenderSetList
这三个接口均继承SenderList 接口,其余接口均作为汇总或增强接口,不会直接使用。
接口中所有返回值为布尔类型的方法若无特殊标注则均代表方法的执行成功与否。 |
| com.forte.qqrobot.sender.senderlist |
| Modifier and Type | Method and Description |
|---|---|
LoginQQInfo |
BaseConfiguration.getLoginQQInfo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BaseConfiguration.setLoginQQInfo(LoginQQInfo loginQQInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default Class<? extends LoginQQInfo> |
GetLoginQQInfo.resultType()
获取通过此类型请求而获取到的参数的返回值的类型
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLoginInfo
登录信息
|
class |
AbstractLoginQQInfo |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoginInfo
登录后的信息,为LoginQQInfo的子接口并计划替代LoginQQInfo接口
|
| Modifier and Type | Method and Description |
|---|---|
LoginQQInfo |
MsgSender.getLoginInfo()
获取酷q上的qq信息
|
LoginQQInfo |
ProxyRootSender.getLoginQQInfo() |
| Modifier and Type | Method and Description |
|---|---|
LoginQQInfo |
BaseGetList.getLoginQQInfo()
获取登录的QQ的信息
|
LoginQQInfo |
BaseRootSenderList.getLoginQQInfo()
获取登录的QQ的信息
|
LoginQQInfo |
SenderGetList.getLoginQQInfo()
获取登录的QQ的信息
|
LoginQQInfo |
BaseGetter.getLoginQQInfo()
获取登录的QQ的信息
|
LoginQQInfo |
BaseRootSender.getLoginQQInfo()
获取登录的QQ的信息
|
Copyright © 2020. All rights reserved.