Record Class EngineUpdater.JsonImportTaskConfig

java.lang.Object
java.lang.Record
ch.rswk.meta.engine.EngineUpdater.JsonImportTaskConfig
Enclosing class:
EngineUpdater

public static record EngineUpdater.JsonImportTaskConfig(@Nullable List<String> configDeleteQueries, @Nullable List<MetaUserConfig> configs, @Nullable List<FileInfo> files, @Nullable List<String> groupDeleteQueries, @Nullable List<MetaUserGroup> groups, @Nullable List<MetaLog> logs, @Nullable List<String> metaDeleteQueries, @Nullable List<MetaObject> objectCreate, @Nullable List<MetaObject> objectUpdate, @Nullable List<MetaUser> userCreate, @Nullable List<String> userDeleteQueries, @Nullable List<MetaUser> userUpdate, @Nullable Boolean usersHashed) extends Record
  • Field Details

    • configDeleteQueries

      private final @Nullable List<String> configDeleteQueries
      The field for the configDeleteQueries record component.
    • configs

      private final @Nullable List<MetaUserConfig> configs
      The field for the configs record component.
    • files

      private final @Nullable List<FileInfo> files
      The field for the files record component.
    • groupDeleteQueries

      private final @Nullable List<String> groupDeleteQueries
      The field for the groupDeleteQueries record component.
    • groups

      private final @Nullable List<MetaUserGroup> groups
      The field for the groups record component.
    • logs

      private final @Nullable List<MetaLog> logs
      The field for the logs record component.
    • metaDeleteQueries

      private final @Nullable List<String> metaDeleteQueries
      The field for the metaDeleteQueries record component.
    • objectCreate

      private final @Nullable List<MetaObject> objectCreate
      The field for the objectCreate record component.
    • objectUpdate

      private final @Nullable List<MetaObject> objectUpdate
      The field for the objectUpdate record component.
    • userCreate

      private final @Nullable List<MetaUser> userCreate
      The field for the userCreate record component.
    • userDeleteQueries

      private final @Nullable List<String> userDeleteQueries
      The field for the userDeleteQueries record component.
    • userUpdate

      private final @Nullable List<MetaUser> userUpdate
      The field for the userUpdate record component.
    • usersHashed

      private final @Nullable Boolean usersHashed
      The field for the usersHashed record component.
  • Constructor Details

    • JsonImportTaskConfig

      public JsonImportTaskConfig(@Nullable List<String> configDeleteQueries, @Nullable List<MetaUserConfig> configs, @Nullable List<FileInfo> files, @Nullable List<String> groupDeleteQueries, @Nullable List<MetaUserGroup> groups, @Nullable List<MetaLog> logs, @Nullable List<String> metaDeleteQueries, @Nullable List<MetaObject> objectCreate, @Nullable List<MetaObject> objectUpdate, @Nullable List<MetaUser> userCreate, @Nullable List<String> userDeleteQueries, @Nullable List<MetaUser> userUpdate, @Nullable Boolean usersHashed)
      Creates an instance of a JsonImportTaskConfig record class.
      Parameters:
      configDeleteQueries - the value for the configDeleteQueries record component
      configs - the value for the configs record component
      files - the value for the files record component
      groupDeleteQueries - the value for the groupDeleteQueries record component
      groups - the value for the groups record component
      logs - the value for the logs record component
      metaDeleteQueries - the value for the metaDeleteQueries record component
      objectCreate - the value for the objectCreate record component
      objectUpdate - the value for the objectUpdate record component
      userCreate - the value for the userCreate record component
      userDeleteQueries - the value for the userDeleteQueries record component
      userUpdate - the value for the userUpdate record component
      usersHashed - the value for the usersHashed record component
  • Method Details

    • 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.
    • configDeleteQueries

      public @Nullable List<String> configDeleteQueries()
      Returns the value of the configDeleteQueries record component.
      Returns:
      the value of the configDeleteQueries record component
    • configs

      public @Nullable List<MetaUserConfig> configs()
      Returns the value of the configs record component.
      Returns:
      the value of the configs record component
    • files

      public @Nullable List<FileInfo> files()
      Returns the value of the files record component.
      Returns:
      the value of the files record component
    • groupDeleteQueries

      public @Nullable List<String> groupDeleteQueries()
      Returns the value of the groupDeleteQueries record component.
      Returns:
      the value of the groupDeleteQueries record component
    • groups

      public @Nullable List<MetaUserGroup> groups()
      Returns the value of the groups record component.
      Returns:
      the value of the groups record component
    • logs

      public @Nullable List<MetaLog> logs()
      Returns the value of the logs record component.
      Returns:
      the value of the logs record component
    • metaDeleteQueries

      public @Nullable List<String> metaDeleteQueries()
      Returns the value of the metaDeleteQueries record component.
      Returns:
      the value of the metaDeleteQueries record component
    • objectCreate

      public @Nullable List<MetaObject> objectCreate()
      Returns the value of the objectCreate record component.
      Returns:
      the value of the objectCreate record component
    • objectUpdate

      public @Nullable List<MetaObject> objectUpdate()
      Returns the value of the objectUpdate record component.
      Returns:
      the value of the objectUpdate record component
    • userCreate

      public @Nullable List<MetaUser> userCreate()
      Returns the value of the userCreate record component.
      Returns:
      the value of the userCreate record component
    • userDeleteQueries

      public @Nullable List<String> userDeleteQueries()
      Returns the value of the userDeleteQueries record component.
      Returns:
      the value of the userDeleteQueries record component
    • userUpdate

      public @Nullable List<MetaUser> userUpdate()
      Returns the value of the userUpdate record component.
      Returns:
      the value of the userUpdate record component
    • usersHashed

      public @Nullable Boolean usersHashed()
      Returns the value of the usersHashed record component.
      Returns:
      the value of the usersHashed record component