Class ChannelDestroyedNoticeEvent
java.lang.Object
com.mikuac.shiro.dto.event.Event
com.mikuac.shiro.dto.event.notice.NoticeEvent
com.mikuac.shiro.dto.event.notice.ChannelDestroyedNoticeEvent
ChannelDestroyedNoticeEvent class.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classChannelDestroyedNoticeEvent.ChannelDestroyedNoticeEventBuilder<C extends ChannelDestroyedNoticeEvent,B extends ChannelDestroyedNoticeEvent.ChannelDestroyedNoticeEventBuilder<C, B>> Nested classes/interfaces inherited from class com.mikuac.shiro.dto.event.notice.NoticeEvent
NoticeEvent.NoticeEventBuilder<C extends NoticeEvent,B extends NoticeEvent.NoticeEventBuilder<C, B>> Nested classes/interfaces inherited from class com.mikuac.shiro.dto.event.Event
Event.EventBuilder<C extends Event,B extends Event.EventBuilder<C, B>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChannelDestroyedNoticeEvent(String guildId, String channelId, String operatorId, ChannelInfoResp channelInfo) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanboolean子频道ID频道信息频道ID操作者IDinthashCode()voidsetChannelId(String channelId) 子频道IDvoidsetChannelInfo(ChannelInfoResp channelInfo) 频道信息voidsetGuildId(String guildId) 频道IDvoidsetOperatorId(String operatorId) 操作者IDtoString()Methods inherited from class com.mikuac.shiro.dto.event.notice.NoticeEvent
getNoticeType, getUserId, setNoticeType, setUserIdMethods inherited from class com.mikuac.shiro.dto.event.Event
getPostType, getSelfId, getTime, setPostType, setSelfId, setTime
-
Constructor Details
-
ChannelDestroyedNoticeEvent
protected ChannelDestroyedNoticeEvent(ChannelDestroyedNoticeEvent.ChannelDestroyedNoticeEventBuilder<?, ?> b) -
ChannelDestroyedNoticeEvent
public ChannelDestroyedNoticeEvent() -
ChannelDestroyedNoticeEvent
public ChannelDestroyedNoticeEvent(String guildId, String channelId, String operatorId, ChannelInfoResp channelInfo)
-
-
Method Details
-
builder
-
toBuilder
- Overrides:
toBuilderin classNoticeEvent
-
getGuildId
频道ID -
getChannelId
子频道ID -
getOperatorId
操作者ID -
getChannelInfo
频道信息 -
setGuildId
频道ID -
setChannelId
子频道ID -
setOperatorId
操作者ID -
setChannelInfo
频道信息 -
toString
- Overrides:
toStringin classNoticeEvent
-
equals
- Overrides:
equalsin classNoticeEvent
-
canEqual
- Overrides:
canEqualin classNoticeEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classNoticeEvent
-