Klasse Posix
java.lang.Object
de.dlr.proseo.storagemgr.rest.model.Posix
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@NotNull String
Returns the backendPath.@NotNull String
Returns the cachePath.int
hashCode()
void
setBackendPath
(String backendPath) Set the backendPath.void
setCachePath
(String cachePath) Set the cachePath.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
backendPath
-
cachePath
-
-
Konstruktordetails
-
Posix
public Posix()Creates a new Posix. -
Posix
Creates a new Posix.
-
-
Methodendetails
-
getBackendPath
Returns the backendPath.- Gibt zurück:
- backendPath
-
setBackendPath
Set the backendPath.- Parameter:
backendPath
- the new backendPath
-
getCachePath
Returns the cachePath.- Gibt zurück:
- cachePath
-
setCachePath
Set the cachePath.- Parameter:
cachePath
- the new cachePath
-
hashCode
public int hashCode() -
equals
-
toString
-