public class AbstractGroupBan extends AbstractEventGet implements GroupBan
| Constructor and Description |
|---|
AbstractGroupBan() |
| Modifier and Type | Method and Description |
|---|---|
GroupBanType |
getBanType()
获取禁言类型:禁言/解除禁言
|
String |
getBeOperatedQQ()
被操作者的QQ号
|
String |
getGroup()
群号
|
String |
getOperatorQQ()
操作者的QQ号
|
String |
getThisCode()
此消息获取的时候,代表的是哪个账号获取到的消息。
|
Long |
getTime()
获取到的时间, 代表某一时间的秒值。一般情况下是秒值。如果类型不对请自行转化
|
void |
setBanType(GroupBanType banType) |
void |
setBeOperatedQQ(String beOperatedQQ) |
void |
setGroup(String group) |
void |
setOperatorQQ(String operatorQQ) |
void |
setTime(Long time) |
Long |
time()
禁言时长-秒
|
String |
toString() |
getFont, getId, getMsg, getOriginalData, setFont, setId, setMsg, setOriginalData, setThisCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGroupCode, getQQCodegetFont, getMsg, setFont, setMsggetId, getTimeToLocalDateTime, setMsggetOriginalDatasetThisCodegetOtherParam, getOtherParamgetCode, getCodeNumber, getQQCodeNumbergetGroupCodeNumberpublic GroupBanType getBanType()
GroupBangetBanType in interface GroupBanpublic void setBanType(GroupBanType banType)
public void setGroup(String group)
public String getOperatorQQ()
GroupBangetOperatorQQ in interface GroupBanpublic void setOperatorQQ(String operatorQQ)
public String getBeOperatedQQ()
GroupBangetBeOperatedQQ in interface GroupBanpublic void setBeOperatedQQ(String beOperatedQQ)
public String getThisCode()
getThisCode in interface ThisCodeAblegetThisCode in class AbstractMsgGetpublic Long getTime()
MsgGetgetTime in interface MsgGetgetTime in class AbstractMsgGetpublic void setTime(Long time)
setTime in class AbstractMsgGetpublic String toString()
toString in class AbstractEventGetCopyright © 2020. All rights reserved.