Package ch.rswk.meta.engine
Record Class EngineUpdater.UpdateTaskResult
java.lang.Object
java.lang.Record
ch.rswk.meta.engine.EngineUpdater.UpdateTaskResult
- Enclosing class:
EngineUpdater
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanThe field for theskipIndexReplacementrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionUpdateTaskResult(boolean skipIndexReplacement) Creates an instance of aUpdateTaskResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanReturns the value of theskipIndexReplacementrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
skipIndexReplacement
private final boolean skipIndexReplacementThe field for theskipIndexReplacementrecord component.
-
-
Constructor Details
-
UpdateTaskResult
public UpdateTaskResult(boolean skipIndexReplacement) Creates an instance of aUpdateTaskResultrecord class.- Parameters:
skipIndexReplacement- the value for theskipIndexReplacementrecord 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 with '=='. -
skipIndexReplacement
public boolean skipIndexReplacement()Returns the value of theskipIndexReplacementrecord component.- Returns:
- the value of the
skipIndexReplacementrecord component
-