Package ch.rswk.meta.engine
Record Class EngineUpdater.EngineImportTaskConfig
java.lang.Object
java.lang.Record
ch.rswk.meta.engine.EngineUpdater.EngineImportTaskConfig
- Enclosing class:
EngineUpdater
public static record EngineUpdater.EngineImportTaskConfig(Client.ClientConfig client, @Nullable Set<String> configQueries, @Nullable Set<String> fileQueries, @Nullable Set<String> groupQueries, @Nullable Set<String> metaQueries, @Nullable String password, String user, @Nullable Set<String> userQueries)
extends Record
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Client.ClientConfigThe field for theclientrecord component.The field for theconfigQueriesrecord component.The field for thefileQueriesrecord component.The field for thegroupQueriesrecord component.The field for themetaQueriesrecord component.private final @Nullable StringThe field for thepasswordrecord component.private final StringThe field for theuserrecord component.The field for theuserQueriesrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionEngineImportTaskConfig(Client.ClientConfig client, @Nullable Set<String> configQueries, @Nullable Set<String> fileQueries, @Nullable Set<String> groupQueries, @Nullable Set<String> metaQueries, @Nullable String password, String user, @Nullable Set<String> userQueries) Creates an instance of aEngineImportTaskConfigrecord class. -
Method Summary
Modifier and TypeMethodDescriptionclient()Returns the value of theclientrecord component.Returns 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.@Nullable Stringpassword()Returns the value of thepasswordrecord component.final StringtoString()Returns a string representation of this record class.user()Returns the value of theuserrecord component.Returns the value of theuserQueriesrecord component.
-
Field Details
-
client
The field for theclientrecord component. -
configQueries
-
fileQueries
-
groupQueries
-
metaQueries
-
password
The field for thepasswordrecord component. -
user
The field for theuserrecord component. -
userQueries
-
-
Constructor Details
-
EngineImportTaskConfig
public EngineImportTaskConfig(Client.ClientConfig client, @Nullable Set<String> configQueries, @Nullable Set<String> fileQueries, @Nullable Set<String> groupQueries, @Nullable Set<String> metaQueries, @Nullable String password, String user, @Nullable Set<String> userQueries) Creates an instance of aEngineImportTaskConfigrecord class.- Parameters:
client- the value for theclientrecord componentconfigQueries- the value for theconfigQueriesrecord componentfileQueries- the value for thefileQueriesrecord componentgroupQueries- the value for thegroupQueriesrecord componentmetaQueries- the value for themetaQueriesrecord componentpassword- the value for thepasswordrecord componentuser- the value for theuserrecord componentuserQueries- the value for theuserQueriesrecord 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). -
client
Returns the value of theclientrecord component.- Returns:
- the value of the
clientrecord component
-
configQueries
-
fileQueries
-
groupQueries
-
metaQueries
-
password
Returns the value of thepasswordrecord component.- Returns:
- the value of the
passwordrecord component
-
user
Returns the value of theuserrecord component.- Returns:
- the value of the
userrecord component
-
userQueries
-