Class ChannelCreatedNoticeEvent
java.lang.Object
com.mikuac.shiro.dto.event.Event
com.mikuac.shiro.dto.event.notice.NoticeEvent
com.mikuac.shiro.dto.event.notice.ChannelCreatedNoticeEvent
ChannelCreatedNoticeEvent class.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classChannelCreatedNoticeEvent.ChannelCreatedNoticeEventBuilder<C extends ChannelCreatedNoticeEvent,B extends ChannelCreatedNoticeEvent.ChannelCreatedNoticeEventBuilder<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
ConstructorsModifierConstructorDescriptionprotectedChannelCreatedNoticeEvent(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
-
ChannelCreatedNoticeEvent
protected ChannelCreatedNoticeEvent(ChannelCreatedNoticeEvent.ChannelCreatedNoticeEventBuilder<?, ?> b) -
ChannelCreatedNoticeEvent
public ChannelCreatedNoticeEvent() -
ChannelCreatedNoticeEvent
public ChannelCreatedNoticeEvent(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
-