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
-
configs
The field for theconfigs
record component. -
files
-
groupDeleteQueries
-
groups
The field for thegroups
record component. -
logs
-
metaDeleteQueries
-
objectCreate
The field for theobjectCreate
record component. -
objectUpdate
The field for theobjectUpdate
record component. -
userCreate
-
userDeleteQueries
-
userUpdate
-
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
-
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)
. -
configDeleteQueries
-
configs
Returns the value of theconfigs
record component.- Returns:
- the value of the
configs
record component
-
files
-
groupDeleteQueries
-
groups
Returns the value of thegroups
record component.- Returns:
- the value of the
groups
record component
-
logs
-
metaDeleteQueries
-
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
-
userDeleteQueries
-
userUpdate
-
usersHashed
Returns the value of theusersHashed
record component.- Returns:
- the value of the
usersHashed
record component
-