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
  • 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 a Flectonepulse record class.
      Parameters:
      dumpError - the value for the dumpError record component
      databaseError - the value for the databaseError record component
      nullHostEditor - the value for the nullHostEditor record component
      nullPortEditor - the value for the nullPortEditor record component
      nullFile - the value for the nullFile record component
      fileExist - the value for the fileExist record component
      formatStarting - the value for the formatStarting record component
      formatFalse - the value for the formatFalse record component
      formatTrue - the value for the formatTrue record component
      formatDump - the value for the formatDump record component
      formatEditor - the value for the formatEditor record component
      formatExport - the value for the formatExport record component
      formatImport - the value for the formatImport record component
      formatDatabaseExport - the value for the formatDatabaseExport record component
      formatDatabaseImport - the value for the formatDatabaseImport record component
  • Method Details

    • builder

    • toBuilder

    • withDumpError

      public Localization.Command.Flectonepulse withDumpError(String dumpError)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withDatabaseError

      public Localization.Command.Flectonepulse withDatabaseError(String databaseError)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withNullHostEditor

      public Localization.Command.Flectonepulse withNullHostEditor(String nullHostEditor)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withNullPortEditor

      public Localization.Command.Flectonepulse withNullPortEditor(String nullPortEditor)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withNullFile

      public Localization.Command.Flectonepulse withNullFile(String nullFile)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFileExist

      public Localization.Command.Flectonepulse withFileExist(String fileExist)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFormatStarting

      public Localization.Command.Flectonepulse withFormatStarting(String formatStarting)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFormatFalse

      public Localization.Command.Flectonepulse withFormatFalse(String formatFalse)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFormatTrue

      public Localization.Command.Flectonepulse withFormatTrue(String formatTrue)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFormatDump

      public Localization.Command.Flectonepulse withFormatDump(String formatDump)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFormatEditor

      public Localization.Command.Flectonepulse withFormatEditor(String formatEditor)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFormatExport

      public Localization.Command.Flectonepulse withFormatExport(String formatExport)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFormatImport

      public Localization.Command.Flectonepulse withFormatImport(String formatImport)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFormatDatabaseExport

      public Localization.Command.Flectonepulse withFormatDatabaseExport(String formatDatabaseExport)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withFormatDatabaseImport

      public Localization.Command.Flectonepulse withFormatDatabaseImport(String formatDatabaseImport)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • dumpError

      public String dumpError()
      Returns the value of the dumpError record component.
      Returns:
      the value of the dumpError record component
    • databaseError

      public String databaseError()
      Returns the value of the databaseError record component.
      Returns:
      the value of the databaseError record component
    • nullHostEditor

      public String nullHostEditor()
      Returns the value of the nullHostEditor record component.
      Returns:
      the value of the nullHostEditor record component
    • nullPortEditor

      public String nullPortEditor()
      Returns the value of the nullPortEditor record component.
      Returns:
      the value of the nullPortEditor record component
    • nullFile

      public String nullFile()
      Returns the value of the nullFile record component.
      Returns:
      the value of the nullFile record component
    • fileExist

      public String fileExist()
      Returns the value of the fileExist record component.
      Returns:
      the value of the fileExist record component
    • formatStarting

      public String formatStarting()
      Returns the value of the formatStarting record component.
      Returns:
      the value of the formatStarting record component
    • formatFalse

      public String formatFalse()
      Returns the value of the formatFalse record component.
      Returns:
      the value of the formatFalse record component
    • formatTrue

      public String formatTrue()
      Returns the value of the formatTrue record component.
      Returns:
      the value of the formatTrue record component
    • formatDump

      public String formatDump()
      Returns the value of the formatDump record component.
      Returns:
      the value of the formatDump record component
    • formatEditor

      public String formatEditor()
      Returns the value of the formatEditor record component.
      Returns:
      the value of the formatEditor record component
    • formatExport

      public String formatExport()
      Returns the value of the formatExport record component.
      Returns:
      the value of the formatExport record component
    • formatImport

      public String formatImport()
      Returns the value of the formatImport record component.
      Returns:
      the value of the formatImport record component
    • formatDatabaseExport

      public String formatDatabaseExport()
      Returns the value of the formatDatabaseExport record component.
      Returns:
      the value of the formatDatabaseExport record component
    • formatDatabaseImport

      public String formatDatabaseImport()
      Returns the value of the formatDatabaseImport record component.
      Returns:
      the value of the formatDatabaseImport record component