Record Class Localization.Command.Ignorelist
java.lang.Object
java.lang.Record
net.flectone.pulse.config.Localization.Command.Ignorelist
- All Implemented Interfaces:
LocalizationSetting
- Enclosing class:
Localization.Command
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()empty()Returns the value of theemptyrecord component.final booleanIndicates whether some other object is "equal to" this one.footer()Returns the value of thefooterrecord component.final inthashCode()Returns a hash code value for this object.header()Returns the value of theheaderrecord component.line()Returns the value of thelinerecord component.nullPage()Returns the value of thenullPagerecord component.final StringtoString()Returns a string representation of this record class.withFooter(String footer) withHeader(String header) withNullPage(String nullPage)
-
Constructor Details
-
Ignorelist
Creates an instance of aIgnorelistrecord class.- Parameters:
empty- the value for theemptyrecord componentnullPage- the value for thenullPagerecord componentheader- the value for theheaderrecord componentline- the value for thelinerecord componentfooter- the value for thefooterrecord component
-
-
Method Details
-
builder
-
toBuilder
-
withEmpty
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withNullPage
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withHeader
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withLine
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
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). -
empty
Returns the value of theemptyrecord component.- Returns:
- the value of the
emptyrecord component
-
nullPage
Returns the value of thenullPagerecord component.- Returns:
- the value of the
nullPagerecord component
-
header
Returns the value of theheaderrecord component.- Returns:
- the value of the
headerrecord component
-
line
Returns the value of thelinerecord component.- Returns:
- the value of the
linerecord component
-