Class GroupAdminNoticeEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getSubType() set、unset 事件子类型, 分别表示设置和取消管理
      final Unit setSubType(@SerializedName(value = "sub_type") String subType) set、unset 事件子类型, 分别表示设置和取消管理
      final Long getGroupId() 群号
      final Unit setGroupId(@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
    • Constructor Detail

      • GroupAdminNoticeEvent

        GroupAdminNoticeEvent()
    • Method Detail

      • getSubType

         final String getSubType()

        set、unset 事件子类型, 分别表示设置和取消管理

      • setSubType

         final Unit setSubType(@SerializedName(value = "sub_type") String subType)

        set、unset 事件子类型, 分别表示设置和取消管理

      • setGroupId

         final Unit setGroupId(@SerializedName(value = "group_id") Long groupId)

        群号