Package ch.rswk.meta.engine
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 Summary
FieldsModifier and TypeFieldDescriptionThe field for theconfigDeleteQueries
record component.private final @Nullable List
<MetaUserConfig> The field for theconfigs
record component.The field for thefiles
record component.The field for thegroupDeleteQueries
record component.private final @Nullable List
<MetaUserGroup> The field for thegroups
record component.The field for thelogs
record component.The field for themetaDeleteQueries
record component.private final @Nullable List
<MetaObject> The field for theobjectCreate
record component.private final @Nullable List
<MetaObject> The field for theobjectUpdate
record component.The field for theuserCreate
record component.The field for theuserDeleteQueries
record component.private final @Nullable Boolean
The field for theusersHashed
record component.The field for theuserUpdate
record component. -
Constructor Summary
ConstructorsConstructorDescriptionJsonImportTaskConfig
(@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 aJsonImportTaskConfig
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theconfigDeleteQueries
record component.@Nullable List
<MetaUserConfig> configs()
Returns the value of theconfigs
record component.final boolean
Indicates whether some other object is "equal to" this one.files()
Returns the value of thefiles
record component.Returns the value of thegroupDeleteQueries
record component.@Nullable List
<MetaUserGroup> groups()
Returns the value of thegroups
record component.final int
hashCode()
Returns a hash code value for this object.logs()
Returns the value of thelogs
record component.Returns the value of themetaDeleteQueries
record component.@Nullable List
<MetaObject> Returns the value of theobjectCreate
record component.@Nullable List
<MetaObject> Returns the value of theobjectUpdate
record component.final String
toString()
Returns a string representation of this record class.Returns the value of theuserCreate
record component.Returns the value of theuserDeleteQueries
record component.@Nullable Boolean
Returns the value of theusersHashed
record component.Returns the value of theuserUpdate
record component.
-
Field Details
-
configDeleteQueries
The field for theconfigDeleteQueries
record component. -
configs
The field for theconfigs
record component. -
files
The field for thefiles
record component. -
groupDeleteQueries
The field for thegroupDeleteQueries
record component. -
groups
The field for thegroups
record component. -
logs
The field for thelogs
record component. -
metaDeleteQueries
The field for themetaDeleteQueries
record component. -
objectCreate
The field for theobjectCreate
record component. -
objectUpdate
The field for theobjectUpdate
record component. -
userCreate
The field for theuserCreate
record component. -
userDeleteQueries
The field for theuserDeleteQueries
record component. -
userUpdate
The field for theuserUpdate
record component. -
usersHashed
The field for theusersHashed
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 aJsonImportTaskConfig
record class.- Parameters:
configDeleteQueries
- the value for theconfigDeleteQueries
record componentconfigs
- the value for theconfigs
record componentfiles
- the value for thefiles
record componentgroupDeleteQueries
- the value for thegroupDeleteQueries
record componentgroups
- the value for thegroups
record componentlogs
- the value for thelogs
record componentmetaDeleteQueries
- the value for themetaDeleteQueries
record componentobjectCreate
- the value for theobjectCreate
record componentobjectUpdate
- the value for theobjectUpdate
record componentuserCreate
- the value for theuserCreate
record componentuserDeleteQueries
- the value for theuserDeleteQueries
record componentuserUpdate
- the value for theuserUpdate
record componentusersHashed
- the value for theusersHashed
record component
-
-
Method Details
-
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. -
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. -
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)
. -
configDeleteQueries
Returns the value of theconfigDeleteQueries
record component.- Returns:
- the value of the
configDeleteQueries
record component
-
configs
Returns the value of theconfigs
record component.- Returns:
- the value of the
configs
record component
-
files
Returns the value of thefiles
record component.- Returns:
- the value of the
files
record component
-
groupDeleteQueries
Returns the value of thegroupDeleteQueries
record component.- Returns:
- the value of the
groupDeleteQueries
record component
-
groups
Returns the value of thegroups
record component.- Returns:
- the value of the
groups
record component
-
logs
Returns the value of thelogs
record component.- Returns:
- the value of the
logs
record component
-
metaDeleteQueries
Returns the value of themetaDeleteQueries
record component.- Returns:
- the value of the
metaDeleteQueries
record component
-
objectCreate
Returns the value of theobjectCreate
record component.- Returns:
- the value of the
objectCreate
record component
-
objectUpdate
Returns the value of theobjectUpdate
record component.- Returns:
- the value of the
objectUpdate
record component
-
userCreate
Returns the value of theuserCreate
record component.- Returns:
- the value of the
userCreate
record component
-
userDeleteQueries
Returns the value of theuserDeleteQueries
record component.- Returns:
- the value of the
userDeleteQueries
record component
-
userUpdate
Returns the value of theuserUpdate
record component.- Returns:
- the value of the
userUpdate
record component
-
usersHashed
Returns the value of theusersHashed
record component.- Returns:
- the value of the
usersHashed
record component
-