Class StorageObjectResult

java.lang.Object
fr.gouv.vitam.storage.driver.model.StorageResult
fr.gouv.vitam.storage.driver.model.StorageObjectResult
Direct Known Subclasses:
StorageGetResult, StoragePutResult, StorageRemoveResult

public class StorageObjectResult extends StorageResult
Holds minimal data that should be received a result from an object on the distant storage offer : object informations.
  • Constructor Details

    • StorageObjectResult

      public StorageObjectResult(Integer tenantId, String type, String guid)
      Initialize the needed data for result on an object.
      Parameters:
      tenantId - The request tenantId
      type - the type The request type
      guid - the object guid
  • Method Details

    • getGuid

      public String getGuid()
      Gets the guid
      Returns:
      the guid