Class GroupReactionNotice
-
- All Implemented Interfaces:
public final class GroupReactionNotice extends NoticeEvent
-
-
Field Summary
Fields Modifier and Type Field Description private StringsubTypeprivate LonggroupIdprivate IntegermessageIdprivate LongoperatorIdprivate Stringcodeprivate Integercountprivate StringnoticeTypeprivate LonguserIdprivate StringpostTypeprivate Longtimeprivate LongselfIdprivate final JsonElementjson
-
Constructor Summary
Constructors Constructor Description GroupReactionNotice()
-
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 IntegergetMessageId()final UnitsetMessageId(@SerializedName(value = "message_id") Integer messageId)final LonggetOperatorId()final UnitsetOperatorId(@SerializedName(value = "operator_id") Long operatorId)final StringgetCode()final UnitsetCode(@SerializedName(value = "code", alternate = {"icon", "icon_id"}) String code)final IntegergetCount()final UnitsetCount(@SerializedName(value = "count") Integer count)-
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
-
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)
-
getMessageId
final Integer getMessageId()
-
setMessageId
final Unit setMessageId(@SerializedName(value = "message_id") Integer messageId)
-
getOperatorId
final Long getOperatorId()
-
setOperatorId
final Unit setOperatorId(@SerializedName(value = "operator_id") Long operatorId)
-
setCode
final Unit setCode(@SerializedName(value = "code", alternate = {"icon", "icon_id"}) String code)
-
-
-
-