Package ch.rswk.meta.engine
Record Class EngineUpdater.JsonExportTaskResult
java.lang.Object
java.lang.Record
ch.rswk.meta.engine.EngineUpdater.JsonExportTaskResult
- Enclosing class:
EngineUpdater
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @Nullable Set
<MetaUserConfig> The field for theconfigs
record component.The field for thefiles
record component.private final @Nullable Set
<MetaUserGroup> The field for thegroups
record component.The field for themetas
record component.The field for theusers
record component. -
Constructor Summary
ConstructorsConstructorDescriptionJsonExportTaskResult
(@Nullable Set<MetaUserConfig> configs, @Nullable Set<FileInfo> files, @Nullable Set<MetaUserGroup> groups, @Nullable Set<Meta> metas, @Nullable Set<MetaUser> users) Creates an instance of aJsonExportTaskResult
record class. -
Method Summary
Modifier and TypeMethodDescription@Nullable Set
<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.@Nullable Set
<MetaUserGroup> groups()
Returns the value of thegroups
record component.final int
hashCode()
Returns a hash code value for this object.metas()
Returns the value of themetas
record component.final String
toString()
Returns a string representation of this record class.users()
Returns the value of theusers
record component.
-
Field Details
-
configs
The field for theconfigs
record component. -
files
-
groups
The field for thegroups
record component. -
metas
-
users
-
-
Constructor Details
-
JsonExportTaskResult
public JsonExportTaskResult(@Nullable Set<MetaUserConfig> configs, @Nullable Set<FileInfo> files, @Nullable Set<MetaUserGroup> groups, @Nullable Set<Meta> metas, @Nullable Set<MetaUser> users) Creates an instance of aJsonExportTaskResult
record class.- Parameters:
configs
- the value for theconfigs
record componentfiles
- the value for thefiles
record componentgroups
- the value for thegroups
record componentmetas
- the value for themetas
record componentusers
- the value for theusers
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)
. -
configs
Returns the value of theconfigs
record component.- Returns:
- the value of the
configs
record component
-
files
-
groups
Returns the value of thegroups
record component.- Returns:
- the value of the
groups
record component
-
metas
-
users
-