Class GroupHonorChangeNoticeEvent
java.lang.Object
com.mikuac.shiro.dto.event.Event
com.mikuac.shiro.dto.event.notice.NoticeEvent
com.mikuac.shiro.dto.event.notice.GroupHonorChangeNoticeEvent
Created on 2021/7/8.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGroupHonorChangeNoticeEvent.GroupHonorChangeNoticeEventBuilder<C extends GroupHonorChangeNoticeEvent,B extends GroupHonorChangeNoticeEvent.GroupHonorChangeNoticeEventBuilder<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
ConstructorsModifierConstructorDescriptionprotectedGroupHonorChangeNoticeEvent(String subType, Long groupId, String honorType, Long userId) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()voidsetGroupId(Long groupId) voidsetHonorType(String honorType) voidsetSubType(String subType) voidtoString()Methods inherited from class com.mikuac.shiro.dto.event.notice.NoticeEvent
getNoticeType, setNoticeTypeMethods inherited from class com.mikuac.shiro.dto.event.Event
getPostType, getSelfId, getTime, setPostType, setSelfId, setTime
-
Constructor Details
-
GroupHonorChangeNoticeEvent
protected GroupHonorChangeNoticeEvent(GroupHonorChangeNoticeEvent.GroupHonorChangeNoticeEventBuilder<?, ?> b) -
GroupHonorChangeNoticeEvent
public GroupHonorChangeNoticeEvent() -
GroupHonorChangeNoticeEvent
-
-
Method Details
-
builder
-
toBuilder
- Overrides:
toBuilderin classNoticeEvent
-
getSubType
-
getGroupId
-
getHonorType
-
getUserId
- Overrides:
getUserIdin classNoticeEvent
-
setSubType
-
setGroupId
-
setHonorType
-
setUserId
- Overrides:
setUserIdin classNoticeEvent
-
toString
- Overrides:
toStringin classNoticeEvent
-
equals
- Overrides:
equalsin classNoticeEvent
-
canEqual
- Overrides:
canEqualin classNoticeEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classNoticeEvent
-