public class StorageCheckResult extends StorageObjectResult
| Constructor and Description |
|---|
StorageCheckResult(Integer tenantId,
String type,
String guid,
DigestType digestAlgorithm,
String digestHashBase16,
boolean digestMatch)
Initialize the needed parameters for request.
|
| Modifier and Type | Method and Description |
|---|---|
DigestType |
getDigestAlgorithm()
Gets the digestAlgorithm
|
String |
getDigestHashBase16()
Gets the digestHashBase16
|
boolean |
isDigestMatch() |
getGuidgetTenantId, getTypepublic StorageCheckResult(Integer tenantId, String type, String guid, DigestType digestAlgorithm, String digestHashBase16, boolean digestMatch)
tenantId - The request tenantIdtype - the type The request typeguid - the object guiddigestAlgorithm - the digest AlgorithmdigestHashBase16 - the digest HashBase 16digestMatch - the digestMatchpublic boolean isDigestMatch()
public DigestType getDigestAlgorithm()
public String getDigestHashBase16()
Copyright © 2018 Vitam. All rights reserved.