Class GroupAddRequestEvent
-
- All Implemented Interfaces:
public final class GroupAddRequestEvent extends RequestEvent
-
-
Constructor Summary
Constructors Constructor Description GroupAddRequestEvent()
-
Method Summary
Modifier and Type Method Description final StringgetSubType()final UnitsetSubType(@SerializedName(value = "sub_type") String subType)final LonggetGroupId()final UnitsetGroupId(@SerializedName(value = "group_id") Long groupId)final LonggetInvitorId()final UnitsetInvitorId(@SerializedName(value = "invitor_id") Long invitorId)-
Methods inherited from class cn.evolvefield.onebot.sdk.event.request.RequestEvent
getComment, getFlag, getRequestType, getUserId, setComment, setFlag, setRequestType, 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
-
getSubType
final String getSubType()
-
setSubType
final Unit setSubType(@SerializedName(value = "sub_type") String subType)
-
getGroupId
final Long getGroupId()
-
setGroupId
final Unit setGroupId(@SerializedName(value = "group_id") Long groupId)
-
getInvitorId
final Long getInvitorId()
-
setInvitorId
final Unit setInvitorId(@SerializedName(value = "invitor_id") Long invitorId)
-
-
-
-