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 SummaryConstructorsConstructorDescriptionStorageObjectResult(Integer tenantId, String type, String guid) Initialize the needed data for result on an object.
- 
Method SummaryMethods inherited from class fr.gouv.vitam.storage.driver.model.StorageResultgetTenantId, getType
- 
Constructor Details- 
StorageObjectResultInitialize 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- 
getGuidGets the guid- Returns:
- the guid
 
 
-