Package ch.rswk.meta.engine
Record Class EngineUpdater.JsonExportTaskConfig
java.lang.Object
java.lang.Record
ch.rswk.meta.engine.EngineUpdater.JsonExportTaskConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe field for theconfigQueries
record component.The field for thefileQueries
record component.The field for thegroupQueries
record component.The field for themetaQueries
record component.The field for theuserQueries
record component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theconfigQueries
record component.final boolean
Indicates whether some other object is "equal to" this one.Returns the value of thefileQueries
record component.Returns the value of thegroupQueries
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of themetaQueries
record component.final String
toString()
Returns a string representation of this record class.Returns the value of theuserQueries
record component.
-
Field Details
-
configQueries
-
fileQueries
-
groupQueries
-
metaQueries
-
userQueries
-
-
Constructor Details
-
JsonExportTaskConfig
public JsonExportTaskConfig(@Nullable Set<String> configQueries, @Nullable Set<String> fileQueries, @Nullable Set<String> groupQueries, @Nullable Set<String> metaQueries, @Nullable Set<String> userQueries) Creates an instance of aJsonExportTaskConfig
record class.- Parameters:
configQueries
- the value for theconfigQueries
record componentfileQueries
- the value for thefileQueries
record componentgroupQueries
- the value for thegroupQueries
record componentmetaQueries
- the value for themetaQueries
record componentuserQueries
- the value for theuserQueries
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)
. -
configQueries
-
fileQueries
-
groupQueries
-
metaQueries
-
userQueries
-