Class StorageObjectRequest
java.lang.Object
fr.gouv.vitam.storage.driver.model.StorageRequest
fr.gouv.vitam.storage.driver.model.StorageObjectRequest
- Direct Known Subclasses:
StoragePutRequest
,StorageRemoveRequest
Holds minimal needed parameters that may be needed to send a request on an
object on the distant storage offer : object informations.
-
Constructor Summary
ConstructorDescriptionStorageObjectRequest
(Integer tenantId, String guid) StorageObjectRequest
(Integer tenantId, String type, String guid) Initialize the needed parameters for request on an object. -
Method Summary
Methods inherited from class fr.gouv.vitam.storage.driver.model.StorageRequest
getTenantId, getType
-
Constructor Details
-
StorageObjectRequest
Initialize the needed parameters for request on an object.- Parameters:
tenantId
- The request tenantIdtype
- the type The request typeguid
- the object guid
-
StorageObjectRequest
-
-
Method Details
-
getGuid
Gets the guid- Returns:
- the guid
-
toString
- Overrides:
toString
in classStorageRequest
-