Package ch.rswk.meta.engine
Record Class EngineUpdater.JsonExportTaskConfig
java.lang.Object
java.lang.Record
ch.rswk.meta.engine.EngineUpdater.JsonExportTaskConfig
- Enclosing class:
EngineUpdater
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe field for theconfigQueriesrecord component.The field for thefileQueriesrecord component.The field for thegroupQueriesrecord component.The field for themetaQueriesrecord component.The field for theuserQueriesrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theconfigQueriesrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefileQueriesrecord component.Returns the value of thegroupQueriesrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of themetaQueriesrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theuserQueriesrecord component.
-
Field Details
-
configQueries
The field for theconfigQueriesrecord component. -
fileQueries
The field for thefileQueriesrecord component. -
groupQueries
The field for thegroupQueriesrecord component. -
metaQueries
The field for themetaQueriesrecord component. -
userQueries
The field for theuserQueriesrecord component.
-
-
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 aJsonExportTaskConfigrecord class.- Parameters:
configQueries- the value for theconfigQueriesrecord componentfileQueries- the value for thefileQueriesrecord componentgroupQueries- the value for thegroupQueriesrecord componentmetaQueries- the value for themetaQueriesrecord componentuserQueries- the value for theuserQueriesrecord 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). -
configQueries
Returns the value of theconfigQueriesrecord component.- Returns:
- the value of the
configQueriesrecord component
-
fileQueries
Returns the value of thefileQueriesrecord component.- Returns:
- the value of the
fileQueriesrecord component
-
groupQueries
Returns the value of thegroupQueriesrecord component.- Returns:
- the value of the
groupQueriesrecord component
-
metaQueries
Returns the value of themetaQueriesrecord component.- Returns:
- the value of the
metaQueriesrecord component
-
userQueries
Returns the value of theuserQueriesrecord component.- Returns:
- the value of the
userQueriesrecord component
-