Class NoticeEvent
-
- All Implemented Interfaces:
public class NoticeEvent extends Event
-
-
Constructor Summary
Constructors Constructor Description NoticeEvent()
-
Method Summary
Modifier and Type Method Description final StringgetNoticeType()final UnitsetNoticeType(@SerializedName(value = "notice_type") String noticeType)final LonggetUserId()final UnitsetUserId(@SerializedName(value = "user_id") Long userId)-
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
-
getNoticeType
final String getNoticeType()
-
setNoticeType
final Unit setNoticeType(@SerializedName(value = "notice_type") String noticeType)
-
-
-
-