Class LifecycleMetaEvent
-
- All Implemented Interfaces:
public final class LifecycleMetaEvent extends MetaEvent
-
-
Constructor Summary
Constructors Constructor Description LifecycleMetaEvent()
-
Method Summary
Modifier and Type Method Description final StringgetSubType()final UnitsetSubType(@SerializedName(value = "sub_type") String subType)-
Methods inherited from class cn.evolvefield.onebot.sdk.event.meta.MetaEvent
getMetaEventType, setMetaEventType -
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
-
getSubType
final String getSubType()
-
setSubType
final Unit setSubType(@SerializedName(value = "sub_type") String subType)
-
-
-
-