public class StoragePutResult extends StorageObjectResult
Constructor and Description |
---|
StoragePutResult(Integer tenantId,
String type,
String guid,
String distantObjectId,
String digestHashBase16,
long objectSize)
Initialize the needed parameters for put results
|
Modifier and Type | Method and Description |
---|---|
String |
getDigestHashBase16() |
String |
getDistantObjectId() |
long |
getObjectSize() |
String |
toString() |
getGuid
getTenantId, getType
public StoragePutResult(Integer tenantId, String type, String guid, String distantObjectId, String digestHashBase16, long objectSize)
tenantId
- The request tenantIdtype
- the type The request typeguid
- the object guiddistantObjectId
- The distant object iddigestHashBase16
- the object digest hashobjectSize
- size of the objectCopyright © 2018 Vitam. All rights reserved.