Record Class NG_OutputRequest
java.lang.Object
java.lang.Record
tripleo.elijah_congenial_durable.pipelines.write.NG_OutputRequest
public record NG_OutputRequest(EOT_FileNameProvider fileName, EG_Statement statement, NG_OutputStatement outputStatment, NG_OutputItem outputItem)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionNG_OutputRequest(EOT_FileNameProvider fileName, EG_Statement statement, NG_OutputStatement outputStatment, NG_OutputItem outputItem) Creates an instance of aNG_OutputRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.fileName()Returns the value of thefileNamerecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theoutputItemrecord component.Returns the value of theoutputStatmentrecord component.Returns the value of thestatementrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
NG_OutputRequest
public NG_OutputRequest(EOT_FileNameProvider fileName, EG_Statement statement, NG_OutputStatement outputStatment, NG_OutputItem outputItem) Creates an instance of aNG_OutputRequestrecord class.- Parameters:
fileName- the value for thefileNamerecord componentstatement- the value for thestatementrecord componentoutputStatment- the value for theoutputStatmentrecord componentoutputItem- the value for theoutputItemrecord 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). -
fileName
Returns the value of thefileNamerecord component.- Returns:
- the value of the
fileNamerecord component
-
statement
Returns the value of thestatementrecord component.- Returns:
- the value of the
statementrecord component
-
outputStatment
Returns the value of theoutputStatmentrecord component.- Returns:
- the value of the
outputStatmentrecord component
-
outputItem
Returns the value of theoutputItemrecord component.- Returns:
- the value of the
outputItemrecord component
-