Class StorageGetResult
- java.lang.Object
-
- fr.gouv.vitam.storage.driver.model.StorageResult
-
- fr.gouv.vitam.storage.driver.model.StorageObjectResult
-
- fr.gouv.vitam.storage.driver.model.StorageGetResult
-
public class StorageGetResult extends StorageObjectResult
Holds result data that come as a result of a request to retrieve an object on the distant storage offer
-
-
Constructor Summary
Constructors Constructor Description StorageGetResult(java.lang.Integer tenantId, java.lang.String type, java.lang.String guid, javax.ws.rs.core.Response object)
Initialize the needed parameters for get results
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getObject()
-
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 Detail
-
StorageGetResult
public StorageGetResult(java.lang.Integer tenantId, java.lang.String type, java.lang.String guid, javax.ws.rs.core.Response object)
Initialize the needed parameters for get results- Parameters:
tenantId
- The request tenantIdtype
- the type The request typeguid
- the object guidobject
- Response of the object in the offer
-
-