Package ch.so.agi.gretl.internal.av
Record Class Av2geobauEngine.Av2geobauRequest
java.lang.Object
java.lang.Record
ch.so.agi.gretl.internal.av.Av2geobauEngine.Av2geobauRequest
- Enclosing class:
- Av2geobauEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedxfDirectoryrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.itfFiles()Returns the value of theitfFilesrecord component.logFile()Returns the value of thelogFilerecord component.modeldir()Returns the value of themodeldirrecord component.proxy()Returns the value of theproxyrecord component.Returns the value of theproxyPortrecord component.final StringtoString()Returns a string representation of this record class.booleanzip()Returns the value of theziprecord component.
-
Constructor Details
-
Av2geobauRequest
public Av2geobauRequest(List<Path> itfFiles, Path dxfDirectory, String modeldir, Path logFile, String proxy, Integer proxyPort, boolean zip) Creates an instance of aAv2geobauRequestrecord class.- Parameters:
itfFiles- the value for theitfFilesrecord componentdxfDirectory- the value for thedxfDirectoryrecord componentmodeldir- the value for themodeldirrecord componentlogFile- the value for thelogFilerecord componentproxy- the value for theproxyrecord componentproxyPort- the value for theproxyPortrecord 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 '=='. -
itfFiles
Returns the value of theitfFilesrecord component.- Returns:
- the value of the
itfFilesrecord component
-
dxfDirectory
Returns the value of thedxfDirectoryrecord component.- Returns:
- the value of the
dxfDirectoryrecord component
-
modeldir
Returns the value of themodeldirrecord component.- Returns:
- the value of the
modeldirrecord component
-
logFile
Returns the value of thelogFilerecord component.- Returns:
- the value of the
logFilerecord component
-
proxy
Returns the value of theproxyrecord component.- Returns:
- the value of the
proxyrecord component
-
proxyPort
Returns the value of theproxyPortrecord component.- Returns:
- the value of the
proxyPortrecord component
-
zip
public boolean zip()Returns the value of theziprecord component.- Returns:
- the value of the
ziprecord component
-