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
Holds minimal data that should be received a result from an object on the
distant storage offer : object informations.
-
Constructor Summary
ConstructorsConstructorDescriptionStorageObjectResult(Integer tenantId, String type, String guid) Initialize the needed data for result on an object. -
Method Summary
Methods inherited from class fr.gouv.vitam.storage.driver.model.StorageResult
getTenantId, getType
-
Constructor Details
-
StorageObjectResult
Initialize the needed data for result on an object.- Parameters:
tenantId- The request tenantIdtype- the type The request typeguid- the object guid
-
-
Method Details
-
getGuid
Gets the guid- Returns:
- the guid
-