public abstract class BaseGetList extends Object implements SenderGetList
CACHE, NUMBER
Constructor and Description |
---|
BaseGetList() |
Modifier and Type | Method and Description |
---|---|
AnonInfo |
getAnonInfo(String flag)
取匿名成员信息
一般是使用匿名标识来获取
|
AuthInfo |
getAuthInfo()
获取权限信息
一般不需要参数
|
BanList |
getBanList(String group)
获取封禁成员列表
|
FileInfo |
getFileInfo(String flag)
获取群文件信息
|
FriendList |
getFriendList()
获取好友列表
|
GroupHomeworkList |
getGroupHomeworkList(String group,
int number)
取群作业列表
|
GroupInfo |
getGroupInfo(String group,
boolean cache)
取群信息
|
GroupLinkList |
getGroupLinkList(String group,
int number)
取群链接列表
|
GroupList |
getGroupList()
取群列表
|
GroupMemberInfo |
getGroupMemberInfo(String group,
String QQ,
boolean cache)
取群成员信息
|
GroupMemberList |
getGroupMemberList(String group)
取群成员列表
|
GroupNoteList |
getGroupNoteList(String group,
int number)
取群公告列表
|
GroupTopNote |
getGroupTopNote(String group)
取置顶群公告
|
ImageInfo |
getImageInfo(String flag)
获取图片信息
|
LoginQQInfo |
getLoginQQInfo()
获取登录的QQ的信息
|
ShareList |
getShareList(String group)
获取群共享文件列表
|
StrangerInfo |
getStrangerInfo(String QQ,
boolean cache)
取陌生人信息
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cache, cache, cache, cache, dontCache, getBanList, getFileInfo, getGroupHomeworkList, getGroupHomeworkList, getGroupHomeworkList, getGroupInfo, getGroupInfo, getGroupInfo, getGroupLinkList, getGroupLinkList, getGroupLinkList, getGroupMemberInfo, getGroupMemberInfo, getGroupMemberInfo, getGroupMemberInfo, getGroupMemberInfo, getGroupMemberList, getGroupNoteList, getGroupNoteList, getGroupNoteList, getGroupTopNote, getImageInfo, getShareList, getStrangerInfo, getStrangerInfo, getStrangerInfo
isGetterList, isSenderList, isSetterList
public AnonInfo getAnonInfo(String flag)
getAnonInfo
in interface SenderGetList
flag
- public AuthInfo getAuthInfo()
getAuthInfo
in interface SenderGetList
public BanList getBanList(String group)
getBanList
in interface SenderGetList
group
- 群号public FileInfo getFileInfo(String flag)
getFileInfo
in interface SenderGetList
flag
- 文件标识public FriendList getFriendList()
getFriendList
in interface SenderGetList
public GroupHomeworkList getGroupHomeworkList(String group, int number)
getGroupHomeworkList
in interface SenderGetList
group
- 群号number
- 获取数量public GroupInfo getGroupInfo(String group, boolean cache)
getGroupInfo
in interface SenderGetList
group
- 群号cache
- 是否使用缓存public GroupLinkList getGroupLinkList(String group, int number)
getGroupLinkList
in interface SenderGetList
group
- 群号number
- 获取数量public GroupList getGroupList()
getGroupList
in interface SenderGetList
public GroupMemberInfo getGroupMemberInfo(String group, String QQ, boolean cache)
getGroupMemberInfo
in interface SenderGetList
group
- 群号QQ
- QQ号cache
- 是否使用缓存public GroupMemberList getGroupMemberList(String group)
getGroupMemberList
in interface SenderGetList
group
- 群号public GroupNoteList getGroupNoteList(String group, int number)
getGroupNoteList
in interface SenderGetList
group
- 群号number
- 数量public GroupTopNote getGroupTopNote(String group)
getGroupTopNote
in interface SenderGetList
group
- 群号public ImageInfo getImageInfo(String flag)
getImageInfo
in interface SenderGetList
flag
- 图片文件名或标识public LoginQQInfo getLoginQQInfo()
getLoginQQInfo
in interface SenderGetList
public ShareList getShareList(String group)
getShareList
in interface SenderGetList
group
- public StrangerInfo getStrangerInfo(String QQ, boolean cache)
getStrangerInfo
in interface SenderGetList
QQ
- 陌生人的QQ号cache
- 是否使用缓存Copyright © 2020. All rights reserved.