Klasse RestProductFS

java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestProductFS
Alle implementierten Schnittstellen:
Serializable

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

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • productId

      protected String productId
    • sourceStorageType

      protected String sourceStorageType
      The type of the storage
    • sourceFilePaths

      protected List<String> sourceFilePaths
    • targetStorageId

      protected String targetStorageId
    • targetStorageType

      protected String targetStorageType
      The type of the storage
    • registeredFilePath

      protected String registeredFilePath
    • registered

      protected Boolean registered
    • registeredFilesCount

      protected Long registeredFilesCount
    • registeredFilesList

      protected List<String> registeredFilesList
    • deleted

      protected Boolean deleted
    • message

      protected String 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

      @NotNull public @NotNull String getProductId()
      Returns the productId.
      Gibt zurück:
      productId
    • setProductId

      public void setProductId(String productId)
      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

      public void setSourceStorageType(String sourceStorageType)
      Set the sourceStorageType.
      Parameter:
      sourceStorageType - the new sourceStorageType
    • getSourceFilePaths

      @NotNull public @NotNull List<String> getSourceFilePaths()
      Returns the sourceFilePaths.
      Gibt zurück:
      sourceFilePaths
    • setSourceFilePaths

      public void setSourceFilePaths(List<String> sourceFilePaths)
      Set the sourceFilePaths.
      Parameter:
      sourceFilePaths - the new sourceFilePaths
    • getTargetStorageId

      public String getTargetStorageId()
      Returns the targetStorageId.
      Gibt zurück:
      targetStorageId
    • setTargetStorageId

      public void setTargetStorageId(String targetStorageId)
      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

      public void setTargetStorageType(String targetStorageType)
      Set the targetStorageType.
      Parameter:
      targetStorageType - the new targetStorageType
    • getRegisteredFilePath

      public String getRegisteredFilePath()
      Returns the registeredFilePath.
      Gibt zurück:
      registeredFilePath
    • setRegisteredFilePath

      public void setRegisteredFilePath(String registeredFilePath)
      Set the registeredFilePath.
      Parameter:
      registeredFilePath - the new registeredFilePath
    • getRegistered

      public Boolean getRegistered()
      Returns the registered.
      Gibt zurück:
      registered
    • setRegistered

      public void setRegistered(Boolean registered)
      Set the registered.
      Parameter:
      registered - the new registered
    • getRegisteredFilesCount

      public Long getRegisteredFilesCount()
      Returns the registeredFilesCount.
      Gibt zurück:
      registeredFilesCount
    • setRegisteredFilesCount

      public void setRegisteredFilesCount(Long registeredFilesCount)
      Set the registeredFilesCount.
      Parameter:
      registeredFilesCount - the new registeredFilesCount
    • getRegisteredFilesList

      public List<String> getRegisteredFilesList()
      Returns the registeredFilesList.
      Gibt zurück:
      registeredFilesList
    • setRegisteredFilesList

      public void setRegisteredFilesList(List<String> registeredFilesList)
      Set the registeredFilesList.
      Parameter:
      registeredFilesList - the new registeredFilesList
    • getDeleted

      public Boolean getDeleted()
      Returns the deleted.
      Gibt zurück:
      deleted
    • setDeleted

      public void setDeleted(Boolean deleted)
      Set the deleted.
      Parameter:
      deleted - the new deleted
    • getMessage

      public String getMessage()
      Returns the message.
      Gibt zurück:
      message
    • setMessage

      public void setMessage(String message)
      Set the message.
      Parameter:
      message - the new message
    • 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