Class GroupMsgEmojiLikeNotice
-
- All Implemented Interfaces:
public final class GroupMsgEmojiLikeNotice extends NoticeEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGroupMsgEmojiLikeNotice.Like
-
Constructor Summary
Constructors Constructor Description GroupMsgEmojiLikeNotice()
-
Method Summary
Modifier and Type Method Description final LonggetGroupId()final UnitsetGroupId(@SerializedName(value = "group_id") Long groupId)final IntegergetMessageId()final UnitsetMessageId(@SerializedName(value = "message_id") Integer messageId)final LinkedList<GroupMsgEmojiLikeNotice.Like>getLikes()final UnitsetLikes(@SerializedName(value = "likes") LinkedList<GroupMsgEmojiLikeNotice.Like> likes)-
Methods inherited from class cn.evolvefield.onebot.sdk.event.notice.NoticeEvent
getNoticeType, getUserId, setNoticeType, setUserId -
Methods inherited from class cn.evolvefield.onebot.sdk.event.Event
getPostType, getSelfId, getTime, setPostType, setSelfId, setTime, time, timeInSecond -
Methods inherited from class cn.evolvefield.onebot.sdk.action.JsonContainer
getJson -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getGroupId
final Long getGroupId()
-
setGroupId
final Unit setGroupId(@SerializedName(value = "group_id") Long groupId)
-
getMessageId
final Integer getMessageId()
-
setMessageId
final Unit setMessageId(@SerializedName(value = "message_id") Integer messageId)
-
getLikes
final LinkedList<GroupMsgEmojiLikeNotice.Like> getLikes()
-
setLikes
final Unit setLikes(@SerializedName(value = "likes") LinkedList<GroupMsgEmojiLikeNotice.Like> likes)
-
-
-
-