Klasse RestStorage
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestStorage
- Alle implementierten Schnittstellen:
- Serializable
- Siehe auch:
- 
FeldübersichtFelder
- 
KonstruktorübersichtKonstruktorenKonstruktorBeschreibungCreates a new RestStorage.RestStorage(String id, String storageType, String description) Creates a new RestStorage.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungbooleanReturns the description.@NotNull @Pattern(regexp="^proseo-[a-z0-9-]{10,50}+$") StringgetId()Returns the id.@NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") StringReturns the storageType.inthashCode()voidsetDescription(String description) Set the description.voidSet the id.voidsetStorageType(String storageType) Set the storageType.toString()
- 
Felddetails- 
serialVersionUIDstatic final long serialVersionUID- Siehe auch:
 
- 
id
- 
storageTypeThe type of the storage
- 
description
 
- 
- 
Konstruktordetails- 
RestStoragepublic RestStorage()Creates a new RestStorage.
- 
RestStorageCreates a new RestStorage.
 
- 
- 
Methodendetails- 
getId@NotNull @Pattern(regexp="^proseo-[a-z0-9-]{10,50}+$") public @NotNull @Pattern(regexp="^proseo-[a-z0-9-]{10,50}+$") String getId()Returns the id.- Gibt zurück:
- id
 
- 
setIdSet the id.- Parameter:
- id- the new id
 
- 
getStorageType@NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") public @NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") String getStorageType()Returns the storageType.- Gibt zurück:
- storageType
 
- 
setStorageTypeSet the storageType.- Parameter:
- storageType- the new storageType
 
- 
getDescriptionReturns the description.- Gibt zurück:
- description
 
- 
setDescriptionSet the description.- Parameter:
- description- the new description
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-