Record Class I18nMessageDeletedEvent
java.lang.Object
java.lang.Record
io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
- Record Components:
i18nMessage- 被删除的国际化内容
国际化内容删除事件
-
Constructor Summary
ConstructorsConstructorDescriptionI18nMessageDeletedEvent(II18nMessage i18nMessage) Creates an instance of aI18nMessageDeletedEventrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thei18nMessagerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
I18nMessageDeletedEvent
Creates an instance of aI18nMessageDeletedEventrecord class.- Parameters:
i18nMessage- the value for thei18nMessagerecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
i18nMessage
Returns the value of thei18nMessagerecord component.- Returns:
- the value of the
i18nMessagerecord component
-