Package ch.rswk.meta.engine
Record Class EngineUpdater.UpdaterServicesConfigs
java.lang.Object
java.lang.Record
ch.rswk.meta.engine.EngineUpdater.UpdaterServicesConfigs
- Enclosing class:
EngineUpdater
public static record EngineUpdater.UpdaterServicesConfigs(EngineLauncher.EngineConfig engine, FileService.FileServiceConfig file, MetaService.MetaServiceConfig meta, UserService.UserServiceConfig user)
extends Record
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EngineLauncher.EngineConfigThe field for theenginerecord component.private final FileService.FileServiceConfigThe field for thefilerecord component.private final MetaService.MetaServiceConfigThe field for themetarecord component.private final UserService.UserServiceConfigThe field for theuserrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionUpdaterServicesConfigs(EngineLauncher.EngineConfig engine, FileService.FileServiceConfig file, MetaService.MetaServiceConfig meta, UserService.UserServiceConfig user) Creates an instance of aUpdaterServicesConfigsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionengine()Returns the value of theenginerecord component.final booleanIndicates whether some other object is "equal to" this one.file()Returns the value of thefilerecord component.final inthashCode()Returns a hash code value for this object.meta()Returns the value of themetarecord component.final StringtoString()Returns a string representation of this record class.user()Returns the value of theuserrecord component.
-
Field Details
-
engine
The field for theenginerecord component. -
file
The field for thefilerecord component. -
meta
The field for themetarecord component. -
user
The field for theuserrecord component.
-
-
Constructor Details
-
UpdaterServicesConfigs
public UpdaterServicesConfigs(EngineLauncher.EngineConfig engine, FileService.FileServiceConfig file, MetaService.MetaServiceConfig meta, UserService.UserServiceConfig user) Creates an instance of aUpdaterServicesConfigsrecord class.- Parameters:
engine- the value for theenginerecord componentfile- the value for thefilerecord componentmeta- the value for themetarecord componentuser- the value for theuserrecord 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). -
engine
Returns the value of theenginerecord component.- Returns:
- the value of the
enginerecord component
-
file
Returns the value of thefilerecord component.- Returns:
- the value of the
filerecord component
-
meta
Returns the value of themetarecord component.- Returns:
- the value of the
metarecord component
-
user
Returns the value of theuserrecord component.- Returns:
- the value of the
userrecord component
-