Class StoragePutResult
java.lang.Object
fr.gouv.vitam.storage.driver.model.StorageResult
fr.gouv.vitam.storage.driver.model.StorageObjectResult
fr.gouv.vitam.storage.driver.model.StoragePutResult
Holds result data that come as a result of a request to put an object on the
distant storage offer
-
Constructor Summary
-
Method Summary
Methods inherited from class fr.gouv.vitam.storage.driver.model.StorageObjectResult
getGuid
Methods inherited from class fr.gouv.vitam.storage.driver.model.StorageResult
getTenantId, getType
-
Constructor Details
-
StoragePutResult
public StoragePutResult(Integer tenantId, String type, String guid, String distantObjectId, String digestHashBase16, long objectSize) Initialize the needed parameters for put results- Parameters:
tenantId
- The request tenantIdtype
- the type The request typeguid
- the object guiddistantObjectId
- The distant object iddigestHashBase16
- the object digest hashobjectSize
- size of the object
-
-
Method Details