Klasse RestProductFS
java.lang.Object
de.dlr.proseo.interfaces.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 TypMethodeBeschreibungbooleanReturns the deleted.Returns the message.@NotNull StringReturns the productId.Returns the registered.Returns the registeredFilePath.Returns the registeredFilesCount.Returns the registeredFilesList.Returns the sourceFilePaths.@NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") StringReturns the sourceStorageType.Returns the targetStorageId.@NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") StringReturns the targetStorageType.inthashCode()voidsetDeleted(Boolean deleted) Set the deleted.voidsetMessage(String message) Set the message.voidsetProductId(String productId) Set the productId.voidsetRegistered(Boolean registered) Set the registered.voidsetRegisteredFilePath(String registeredFilePath) Set the registeredFilePath.voidsetRegisteredFilesCount(Long registeredFilesCount) Set the registeredFilesCount.voidsetRegisteredFilesList(List<String> registeredFilesList) Set the registeredFilesList.voidsetSourceFilePaths(List<String> sourceFilePaths) Set the sourceFilePaths.voidsetSourceStorageType(String sourceStorageType) Set the sourceStorageType.voidsetTargetStorageId(String targetStorageId) Set the targetStorageId.voidsetTargetStorageType(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
-