Class GroupCardChangeNoticeEvent
java.lang.Object
com.mikuac.shiro.dto.event.Event
com.mikuac.shiro.dto.event.notice.NoticeEvent
com.mikuac.shiro.dto.event.notice.GroupCardChangeNoticeEvent
Created on 2021/7/8.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGroupCardChangeNoticeEvent.GroupCardChangeNoticeEventBuilder<C extends GroupCardChangeNoticeEvent,B extends GroupCardChangeNoticeEvent.GroupCardChangeNoticeEventBuilder<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
ConstructorsModifierConstructorDescriptionprotectedGroupCardChangeNoticeEvent(String cardNew, Long groupId, String cardOld, Long userId) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()voidsetCardNew(String cardNew) voidsetCardOld(String cardOld) voidsetGroupId(Long groupId) 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
-
GroupCardChangeNoticeEvent
protected GroupCardChangeNoticeEvent(GroupCardChangeNoticeEvent.GroupCardChangeNoticeEventBuilder<?, ?> b) -
GroupCardChangeNoticeEvent
public GroupCardChangeNoticeEvent() -
GroupCardChangeNoticeEvent
-
-
Method Details
-
builder
-
toBuilder
- Overrides:
toBuilderin classNoticeEvent
-
getCardNew
-
getGroupId
-
getCardOld
-
getUserId
- Overrides:
getUserIdin classNoticeEvent
-
setCardNew
-
setGroupId
-
setCardOld
-
setUserId
- Overrides:
setUserIdin classNoticeEvent
-
toString
- Overrides:
toStringin classNoticeEvent
-
equals
- Overrides:
equalsin classNoticeEvent
-
canEqual
- Overrides:
canEqualin classNoticeEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classNoticeEvent
-