public class StorageRemoveResult extends StorageObjectResult
| Constructor and Description |
|---|
StorageRemoveResult(Integer tenantId,
String type,
String guid,
DigestType digestAlgorithm,
String digestHashBase16,
boolean objectDeleted)
Initialize the needed parameters for remove results
|
| Modifier and Type | Method and Description |
|---|---|
DigestType |
getDigestAlgorithm() |
String |
getDigestHashBase16() |
boolean |
isObjectDeleted() |
getGuidgetTenantId, getTypepublic StorageRemoveResult(Integer tenantId, String type, String guid, DigestType digestAlgorithm, String digestHashBase16, boolean objectDeleted)
tenantId - The request tenantIdtype - the type The request typeguid - the object guiddigestAlgorithm - the digest algorithmdigestHashBase16 - the digestobjectDeleted - true if the object has been deletedpublic DigestType getDigestAlgorithm()
public String getDigestHashBase16()
public boolean isObjectDeleted()
Copyright © 2018 Vitam. All rights reserved.