Package ch.so.agi.gretl.internal.av
Record Class Av2chEngine.Av2chRequest
java.lang.Object
java.lang.Record
ch.so.agi.gretl.internal.av.Av2chEngine.Av2chRequest
- Enclosing class:
- Av2chEngine
-
Constructor Summary
Constructors -
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.Returns the value of theinputFilesrecord component.language()Returns the value of thelanguagerecord component.modeldir()Returns the value of themodeldirrecord component.Returns the value of theoutputDirectoryrecord component.final StringtoString()Returns a string representation of this record class.booleanzip()Returns the value of theziprecord component.
-
Constructor Details
-
Av2chRequest
public Av2chRequest(List<Path> inputFiles, Path outputDirectory, String modeldir, String language, boolean zip) Creates an instance of aAv2chRequestrecord class.- Parameters:
inputFiles- the value for theinputFilesrecord componentoutputDirectory- the value for theoutputDirectoryrecord componentmodeldir- the value for themodeldirrecord componentlanguage- the value for thelanguagerecord componentzip- the value for theziprecord 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 '=='. -
inputFiles
Returns the value of theinputFilesrecord component.- Returns:
- the value of the
inputFilesrecord component
-
outputDirectory
Returns the value of theoutputDirectoryrecord component.- Returns:
- the value of the
outputDirectoryrecord component
-
modeldir
Returns the value of themodeldirrecord component.- Returns:
- the value of the
modeldirrecord component
-
language
Returns the value of thelanguagerecord component.- Returns:
- the value of the
languagerecord component
-
zip
public boolean zip()Returns the value of theziprecord component.- Returns:
- the value of the
ziprecord component
-