java.lang.Object
de.dlr.proseo.storagemgr.rest.model.Posix
All Implemented Interfaces:
Serializable

public class Posix extends Object implements Serializable
See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      See Also:
    • backendPath

      protected String backendPath
    • cachePath

      protected String cachePath
  • Constructor Details

    • Posix

      public Posix()
      Creates a new Posix.
    • Posix

      public Posix(String backendPath, String cachePath)
      Creates a new Posix.
  • Method Details

    • getBackendPath

      @NotNull public String getBackendPath()
      Returns the backendPath.
      Returns:
      backendPath
    • setBackendPath

      public void setBackendPath(String backendPath)
      Set the backendPath.
      Parameters:
      backendPath - the new backendPath
    • getCachePath

      @NotNull public String getCachePath()
      Returns the cachePath.
      Returns:
      cachePath
    • setCachePath

      public void setCachePath(String cachePath)
      Set the cachePath.
      Parameters:
      cachePath - the new cachePath
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object