public abstract class AbstractGroupMsg extends AbstractMsgGet implements GroupMsg
GroupMsg
,
Serialized FormConstructor and Description |
---|
AbstractGroupMsg() |
Modifier and Type | Method and Description |
---|---|
String |
getGroup()
获取群消息的群号
|
String |
getNick() |
String |
getQq() |
String |
getQQ()
获取群消息发送人的qq号
|
String |
getRemark()
获取备注信息,例如群备注,或者好友备注。
|
GroupMsgType |
getType()
获取消息类型
|
void |
setGroup(String group) |
void |
setNick(String nick) |
void |
setQq(String qq) |
void |
setQQ(String qq) |
void |
setRemark(String remark) |
void |
setType(GroupMsgType type) |
String |
toString() |
getFont, getId, getMsg, getOriginalData, getThisCode, getTime, setFont, setId, setMsg, setOriginalData, setThisCode, setTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFlag, getGroupCode, getQQCode
getFont, getId, getMsg, getTime, getTimeToLocalDateTime, setMsg, setMsg
getOriginalData
getThisCode, setThisCode
getOtherParam, getOtherParam
getCode, getCodeNumber, getQQCodeNumber, getQQHeadUrl
getGroupCodeNumber, getGroupHeadUrl
getPowerType, setPowerType
getRemarkOrNickname
getNickname
public String getQq()
public void setQq(String qq)
public void setQQ(String qq)
public void setGroup(String group)
public GroupMsgType getType()
GroupMsg
public void setType(GroupMsgType type)
public String getNick()
public void setNick(String nick)
public String getRemark()
RemarkAble
getRemark
in interface RemarkAble
public void setRemark(String remark)
public String toString()
toString
in class AbstractMsgGet
Copyright © 2020. All rights reserved.