Record Class Localization.Command.Flectonepulse
java.lang.Object
java.lang.Record
net.flectone.pulse.config.Localization.Command.Flectonepulse
- All Implemented Interfaces:
LocalizationSetting
- Enclosing class:
Localization.Command
public static record Localization.Command.Flectonepulse(String dumpError, String databaseError, String nullHostEditor, String nullPortEditor, String nullFile, String fileExist, String formatStarting, String formatFalse, String formatTrue, String formatDump, String formatEditor, String formatExport, String formatImport, String formatDatabaseExport, String formatDatabaseImport)
extends Record
implements LocalizationSetting
- Since:
- 1.7.1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionFlectonepulse(String dumpError, String databaseError, String nullHostEditor, String nullPortEditor, String nullFile, String fileExist, String formatStarting, String formatFalse, String formatTrue, String formatDump, String formatEditor, String formatExport, String formatImport, String formatDatabaseExport, String formatDatabaseImport) Creates an instance of aFlectonepulserecord class. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns the value of thedatabaseErrorrecord component.Returns the value of thedumpErrorrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefileExistrecord component.Returns the value of theformatDatabaseExportrecord component.Returns the value of theformatDatabaseImportrecord component.Returns the value of theformatDumprecord component.Returns the value of theformatEditorrecord component.Returns the value of theformatExportrecord component.Returns the value of theformatFalserecord component.Returns the value of theformatImportrecord component.Returns the value of theformatStartingrecord component.Returns the value of theformatTruerecord component.final inthashCode()Returns a hash code value for this object.nullFile()Returns the value of thenullFilerecord component.Returns the value of thenullHostEditorrecord component.Returns the value of thenullPortEditorrecord component.final StringtoString()Returns a string representation of this record class.withDatabaseError(String databaseError) withDumpError(String dumpError) withFileExist(String fileExist) withFormatDatabaseExport(String formatDatabaseExport) withFormatDatabaseImport(String formatDatabaseImport) withFormatDump(String formatDump) withFormatEditor(String formatEditor) withFormatExport(String formatExport) withFormatFalse(String formatFalse) withFormatImport(String formatImport) withFormatStarting(String formatStarting) withFormatTrue(String formatTrue) withNullFile(String nullFile) withNullHostEditor(String nullHostEditor) withNullPortEditor(String nullPortEditor)
-
Constructor Details
-
Flectonepulse
public Flectonepulse(String dumpError, String databaseError, String nullHostEditor, String nullPortEditor, String nullFile, String fileExist, String formatStarting, String formatFalse, String formatTrue, String formatDump, String formatEditor, String formatExport, String formatImport, String formatDatabaseExport, String formatDatabaseImport) Creates an instance of aFlectonepulserecord class.- Parameters:
dumpError- the value for thedumpErrorrecord componentdatabaseError- the value for thedatabaseErrorrecord componentnullHostEditor- the value for thenullHostEditorrecord componentnullPortEditor- the value for thenullPortEditorrecord componentnullFile- the value for thenullFilerecord componentfileExist- the value for thefileExistrecord componentformatStarting- the value for theformatStartingrecord componentformatFalse- the value for theformatFalserecord componentformatTrue- the value for theformatTruerecord componentformatDump- the value for theformatDumprecord componentformatEditor- the value for theformatEditorrecord componentformatExport- the value for theformatExportrecord componentformatImport- the value for theformatImportrecord componentformatDatabaseExport- the value for theformatDatabaseExportrecord componentformatDatabaseImport- the value for theformatDatabaseImportrecord component
-
-
Method Details
-
builder
-
toBuilder
-
withDumpError
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDatabaseError
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withNullHostEditor
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withNullPortEditor
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withNullFile
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFileExist
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFormatStarting
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFormatFalse
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFormatTrue
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFormatDump
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFormatEditor
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFormatExport
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFormatImport
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFormatDatabaseExport
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFormatDatabaseImport
- 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). -
dumpError
Returns the value of thedumpErrorrecord component.- Returns:
- the value of the
dumpErrorrecord component
-
databaseError
Returns the value of thedatabaseErrorrecord component.- Returns:
- the value of the
databaseErrorrecord component
-
nullHostEditor
Returns the value of thenullHostEditorrecord component.- Returns:
- the value of the
nullHostEditorrecord component
-
nullPortEditor
Returns the value of thenullPortEditorrecord component.- Returns:
- the value of the
nullPortEditorrecord component
-
nullFile
Returns the value of thenullFilerecord component.- Returns:
- the value of the
nullFilerecord component
-
fileExist
Returns the value of thefileExistrecord component.- Returns:
- the value of the
fileExistrecord component
-
formatStarting
Returns the value of theformatStartingrecord component.- Returns:
- the value of the
formatStartingrecord component
-
formatFalse
Returns the value of theformatFalserecord component.- Returns:
- the value of the
formatFalserecord component
-
formatTrue
Returns the value of theformatTruerecord component.- Returns:
- the value of the
formatTruerecord component
-
formatDump
Returns the value of theformatDumprecord component.- Returns:
- the value of the
formatDumprecord component
-
formatEditor
Returns the value of theformatEditorrecord component.- Returns:
- the value of the
formatEditorrecord component
-
formatExport
Returns the value of theformatExportrecord component.- Returns:
- the value of the
formatExportrecord component
-
formatImport
Returns the value of theformatImportrecord component.- Returns:
- the value of the
formatImportrecord component
-
formatDatabaseExport
Returns the value of theformatDatabaseExportrecord component.- Returns:
- the value of the
formatDatabaseExportrecord component
-
formatDatabaseImport
Returns the value of theformatDatabaseImportrecord component.- Returns:
- the value of the
formatDatabaseImportrecord component
-