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, setThisCode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGroupCode, getQQCode
getFont, getMsg, setFont, setMsg
getId, getTimeToLocalDateTime, setMsg
getOriginalData
setThisCode
getOtherParam, getOtherParam
getCode, getCodeNumber, getQQCodeNumber, getQQHeadUrl
getGroupCodeNumber, getGroupHeadUrl
public GroupBanType getBanType()
GroupBan
getBanType
in interface GroupBan
public void setBanType(GroupBanType banType)
public void setGroup(String group)
public String getOperatorQQ()
GroupBan
getOperatorQQ
in interface GroupBan
public void setOperatorQQ(String operatorQQ)
public String getBeOperatedQQ()
GroupBan
getBeOperatedQQ
in interface GroupBan
public void setBeOperatedQQ(String beOperatedQQ)
public String getThisCode()
getThisCode
in interface ThisCodeAble
getThisCode
in class AbstractMsgGet
public Long getTime()
MsgGet
getTime
in interface MsgGet
getTime
in class AbstractMsgGet
public void setTime(Long time)
setTime
in class AbstractMsgGet
public String toString()
toString
in class AbstractEventGet
Copyright © 2020. All rights reserved.