Record Class Av2geobauEngine.Av2geobauRequest

java.lang.Object
java.lang.Record
ch.so.agi.gretl.internal.av.Av2geobauEngine.Av2geobauRequest
Enclosing class:
Av2geobauEngine

public static record Av2geobauEngine.Av2geobauRequest(List<Path> itfFiles, Path dxfDirectory, String modeldir, Path logFile, String proxy, Integer proxyPort, boolean zip) extends Record
  • Constructor Summary

    Constructors
    Constructor
    Description
    Av2geobauRequest(List<Path> itfFiles, Path dxfDirectory, String modeldir, Path logFile, String proxy, Integer proxyPort, boolean zip)
    Creates an instance of a Av2geobauRequest record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the dxfDirectory record component.
    final boolean
    Indicates whether some other object is "equal to" this one.
    final int
    Returns a hash code value for this object.
    Returns the value of the itfFiles record component.
    Returns the value of the logFile record component.
    Returns the value of the modeldir record component.
    Returns the value of the proxy record component.
    Returns the value of the proxyPort record component.
    final String
    Returns a string representation of this record class.
    boolean
    zip()
    Returns the value of the zip record component.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Av2geobauRequest

      public Av2geobauRequest(List<Path> itfFiles, Path dxfDirectory, String modeldir, Path logFile, String proxy, Integer proxyPort, boolean zip)
      Creates an instance of a Av2geobauRequest record class.
      Parameters:
      itfFiles - the value for the itfFiles record component
      dxfDirectory - the value for the dxfDirectory record component
      modeldir - the value for the modeldir record component
      logFile - the value for the logFile record component
      proxy - the value for the proxy record component
      proxyPort - the value for the proxyPort record component
      zip - the value for the zip record component
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • itfFiles

      public List<Path> itfFiles()
      Returns the value of the itfFiles record component.
      Returns:
      the value of the itfFiles record component
    • dxfDirectory

      public Path dxfDirectory()
      Returns the value of the dxfDirectory record component.
      Returns:
      the value of the dxfDirectory record component
    • modeldir

      public String modeldir()
      Returns the value of the modeldir record component.
      Returns:
      the value of the modeldir record component
    • logFile

      public Path logFile()
      Returns the value of the logFile record component.
      Returns:
      the value of the logFile record component
    • proxy

      public String proxy()
      Returns the value of the proxy record component.
      Returns:
      the value of the proxy record component
    • proxyPort

      public Integer proxyPort()
      Returns the value of the proxyPort record component.
      Returns:
      the value of the proxyPort record component
    • zip

      public boolean zip()
      Returns the value of the zip record component.
      Returns:
      the value of the zip record component