Class GroupCardChangeNoticeEvent
-
- All Implemented Interfaces:
public final class GroupCardChangeNoticeEvent extends NoticeEvent
-
-
Constructor Summary
Constructors Constructor Description GroupCardChangeNoticeEvent()
-
Method Summary
Modifier and Type Method Description final StringgetCardNew()final UnitsetCardNew(@SerializedName(value = "card_new") String cardNew)final StringgetCardOld()final UnitsetCardOld(@SerializedName(value = "card_old") String cardOld)final LonggetGroupId()final UnitsetGroupId(@SerializedName(value = "group_id") Long groupId)-
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
-
getCardNew
final String getCardNew()
-
setCardNew
final Unit setCardNew(@SerializedName(value = "card_new") String cardNew)
-
getCardOld
final String getCardOld()
-
setCardOld
final Unit setCardOld(@SerializedName(value = "card_old") String cardOld)
-
getGroupId
final Long getGroupId()
-
setGroupId
final Unit setGroupId(@SerializedName(value = "group_id") Long groupId)
-
-
-
-