Klasse Posix

java.lang.Object
de.dlr.proseo.storagemgr.rest.model.Posix
Alle implementierten Schnittstellen:
Serializable

public class Posix extends Object implements Serializable
Siehe auch:
  • Felddetails

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • backendPath

      protected String backendPath
    • cachePath

      protected String cachePath
  • Konstruktordetails

    • Posix

      public Posix()
      Creates a new Posix.
    • Posix

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

    • getBackendPath

      @NotNull public @NotNull String getBackendPath()
      Returns the backendPath.
      Gibt zurück:
      backendPath
    • setBackendPath

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

      @NotNull public @NotNull String getCachePath()
      Returns the cachePath.
      Gibt zurück:
      cachePath
    • setCachePath

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

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object