Record Class InputHolder.FileWriterTaskInput
java.lang.Object
java.lang.Record
org.aksw.shellgebra.exec.virtual.InputHolder.FileWriterTaskInput
- All Implemented Interfaces:
InputHolder
- Enclosing interface:
InputHolder
public static record InputHolder.FileWriterTaskInput(FileWriterTask fileWriterTask)
extends Record
implements InputHolder
-
Nested Class Summary
Nested classes/interfaces inherited from interface InputHolder
InputHolder.BoundStageInput, InputHolder.ByteSourceInput, InputHolder.FileWriterTaskInput, InputHolder.Type -
Constructor Summary
ConstructorsConstructorDescriptionFileWriterTaskInput(FileWriterTask fileWriterTask) Creates an instance of aFileWriterTaskInputrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thefileWriterTaskrecord component.getType()final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
FileWriterTaskInput
Creates an instance of aFileWriterTaskInputrecord class.- Parameters:
fileWriterTask- the value for thefileWriterTaskrecord component
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceInputHolder
-
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). -
fileWriterTask
Returns the value of thefileWriterTaskrecord component.- Returns:
- the value of the
fileWriterTaskrecord component
-