Package ch.so.agi.gretl.internal.ioxwkf
Record Class Csv2ExcelEngine.Csv2ExcelRequest
java.lang.Object
java.lang.Record
ch.so.agi.gretl.internal.ioxwkf.Csv2ExcelEngine.Csv2ExcelRequest
- Enclosing class:
- Csv2ExcelEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncsvFile()Returns the value of thecsvFilerecord component.encoding()Returns the value of theencodingrecord component.final booleanIndicates whether some other object is "equal to" this one.booleanReturns the value of thefirstLineIsHeaderrecord component.final inthashCode()Returns a hash code value for this object.modeldir()Returns the value of themodeldirrecord component.models()Returns the value of themodelsrecord component.Returns the value of theoutputFilerecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevalueDelimiterrecord component.Returns the value of thevalueSeparatorrecord component.
-
Constructor Details
-
Csv2ExcelRequest
public Csv2ExcelRequest(Path csvFile, Path outputFile, boolean firstLineIsHeader, String valueDelimiter, String valueSeparator, String encoding, String models, String modeldir) Creates an instance of aCsv2ExcelRequestrecord class.- Parameters:
csvFile- the value for thecsvFilerecord componentoutputFile- the value for theoutputFilerecord componentfirstLineIsHeader- the value for thefirstLineIsHeaderrecord componentvalueDelimiter- the value for thevalueDelimiterrecord componentvalueSeparator- the value for thevalueSeparatorrecord componentencoding- the value for theencodingrecord componentmodels- the value for themodelsrecord componentmodeldir- the value for themodeldirrecord 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
csvFile
Returns the value of thecsvFilerecord component.- Returns:
- the value of the
csvFilerecord component
-
outputFile
Returns the value of theoutputFilerecord component.- Returns:
- the value of the
outputFilerecord component
-
firstLineIsHeader
public boolean firstLineIsHeader()Returns the value of thefirstLineIsHeaderrecord component.- Returns:
- the value of the
firstLineIsHeaderrecord component
-
valueDelimiter
Returns the value of thevalueDelimiterrecord component.- Returns:
- the value of the
valueDelimiterrecord component
-
valueSeparator
Returns the value of thevalueSeparatorrecord component.- Returns:
- the value of the
valueSeparatorrecord component
-
encoding
Returns the value of theencodingrecord component.- Returns:
- the value of the
encodingrecord component
-
models
Returns the value of themodelsrecord component.- Returns:
- the value of the
modelsrecord component
-
modeldir
Returns the value of themodeldirrecord component.- Returns:
- the value of the
modeldirrecord component
-