Klasse RestProductFS
java.lang.Object
de.dlr.proseo.storagemgr.rest.model.RestProductFS
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new RestProductFS.RestProductFS
(String productId, String sourceStorageType, List<String> sourceFilePaths, String targetStorageId, String targetStorageType, String registeredFilePath, Boolean registered, Long registeredFilesCount, List<String> registeredFilesList, Boolean deleted, String message) Creates a new RestProductFS. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns the deleted.Returns the message.@NotNull String
Returns the productId.Returns the registered.Returns the registeredFilePath.Returns the registeredFilesCount.Returns the registeredFilesList.Returns the sourceFilePaths.@NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") String
Returns the sourceStorageType.Returns the targetStorageId.@NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") String
Returns the targetStorageType.int
hashCode()
void
setDeleted
(Boolean deleted) Set the deleted.void
setMessage
(String message) Set the message.void
setProductId
(String productId) Set the productId.void
setRegistered
(Boolean registered) Set the registered.void
setRegisteredFilePath
(String registeredFilePath) Set the registeredFilePath.void
setRegisteredFilesCount
(Long registeredFilesCount) Set the registeredFilesCount.void
setRegisteredFilesList
(List<String> registeredFilesList) Set the registeredFilesList.void
setSourceFilePaths
(List<String> sourceFilePaths) Set the sourceFilePaths.void
setSourceStorageType
(String sourceStorageType) Set the sourceStorageType.void
setTargetStorageId
(String targetStorageId) Set the targetStorageId.void
setTargetStorageType
(String targetStorageType) Set the targetStorageType.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
productId
-
sourceStorageType
The type of the storage -
sourceFilePaths
-
targetStorageId
-
targetStorageType
The type of the storage -
registeredFilePath
-
registered
-
registeredFilesCount
-
registeredFilesList
-
deleted
-
message
-
-
Konstruktordetails
-
RestProductFS
public RestProductFS()Creates a new RestProductFS. -
RestProductFS
public RestProductFS(String productId, String sourceStorageType, List<String> sourceFilePaths, String targetStorageId, String targetStorageType, String registeredFilePath, Boolean registered, Long registeredFilesCount, List<String> registeredFilesList, Boolean deleted, String message) Creates a new RestProductFS.
-
-
Methodendetails
-
getProductId
Returns the productId.- Gibt zurück:
- productId
-
setProductId
Set the productId.- Parameter:
productId
- the new productId
-
getSourceStorageType
@NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") public @NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") String getSourceStorageType()Returns the sourceStorageType.- Gibt zurück:
- sourceStorageType
-
setSourceStorageType
Set the sourceStorageType.- Parameter:
sourceStorageType
- the new sourceStorageType
-
getSourceFilePaths
Returns the sourceFilePaths.- Gibt zurück:
- sourceFilePaths
-
setSourceFilePaths
Set the sourceFilePaths.- Parameter:
sourceFilePaths
- the new sourceFilePaths
-
getTargetStorageId
Returns the targetStorageId.- Gibt zurück:
- targetStorageId
-
setTargetStorageId
Set the targetStorageId.- Parameter:
targetStorageId
- the new targetStorageId
-
getTargetStorageType
@NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") public @NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") String getTargetStorageType()Returns the targetStorageType.- Gibt zurück:
- targetStorageType
-
setTargetStorageType
Set the targetStorageType.- Parameter:
targetStorageType
- the new targetStorageType
-
getRegisteredFilePath
Returns the registeredFilePath.- Gibt zurück:
- registeredFilePath
-
setRegisteredFilePath
Set the registeredFilePath.- Parameter:
registeredFilePath
- the new registeredFilePath
-
getRegistered
Returns the registered.- Gibt zurück:
- registered
-
setRegistered
Set the registered.- Parameter:
registered
- the new registered
-
getRegisteredFilesCount
Returns the registeredFilesCount.- Gibt zurück:
- registeredFilesCount
-
setRegisteredFilesCount
Set the registeredFilesCount.- Parameter:
registeredFilesCount
- the new registeredFilesCount
-
getRegisteredFilesList
Returns the registeredFilesList.- Gibt zurück:
- registeredFilesList
-
setRegisteredFilesList
Set the registeredFilesList.- Parameter:
registeredFilesList
- the new registeredFilesList
-
getDeleted
Returns the deleted.- Gibt zurück:
- deleted
-
setDeleted
Set the deleted.- Parameter:
deleted
- the new deleted
-
getMessage
Returns the message.- Gibt zurück:
- message
-
setMessage
Set the message.- Parameter:
message
- the new message
-
hashCode
public int hashCode() -
equals
-
toString
-