Class StorageStoreDataResponseDTO

java.lang.Object
de.aeb.xnsg.storage.bf.dto.AbstractStorageObjectDTO
de.aeb.xnsg.storage.bf.dto.response.StorageStoreDataResponseDTO
All Implemented Interfaces:
de.aeb.xnsg.core.bf.IResultMessageProvider, Cloneable

public class StorageStoreDataResponseDTO extends AbstractStorageObjectDTO implements de.aeb.xnsg.core.bf.IResultMessageProvider
The data transfer object which is returned by a call to IStorageBF.storeData(de.aeb.xnsg.storage.bf.dto.request.StorageStoreDataRequestDTO)
  • Field Details

    • RESULT_OK

      public static final String RESULT_OK
      See Also:
    • RESULT_STRUCTURE_UNKNOWN

      public static final String RESULT_STRUCTURE_UNKNOWN
      See Also:
    • storageId

      public String storageId
      The identifier of the storage object returned from the storage system.
    • isRevision

      public boolean isRevision
      Indicates of the result of this response is a revision.
    • archivedAt

      public String archivedAt
      This is the timestamp when the data is stored in the storage system. The format of this value is YYYY-MM-DD HH:MM:SS (in UTC time).
    • resultCode

      public String resultCode
      the result code for the request: RESULT_OK - everything is fine RESULT_STRUCTURE_UNKNOWN - the structure with name & version could not be found
  • Constructor Details

    • StorageStoreDataResponseDTO

      public StorageStoreDataResponseDTO()
    • StorageStoreDataResponseDTO

      public StorageStoreDataResponseDTO(String storageId, String archivedAt)
      Parameters:
      storageId - storageId
      archivedAt - archivedAt
  • Method Details