public class StorageCheckRequest extends StorageObjectRequest
Constructor and Description |
---|
StorageCheckRequest(Integer tenantId,
String type,
String guid,
DigestType digestAlgorithm,
String digestHashBase16)
Initialize the needed parameters for request.
|
Modifier and Type | Method and Description |
---|---|
DigestType |
getDigestAlgorithm()
Gets the digestAlgorithm
|
String |
getDigestHashBase16()
Gets the digestHashBase16
|
getGuid, toString
getTenantId, getType
public StorageCheckRequest(Integer tenantId, String type, String guid, DigestType digestAlgorithm, String digestHashBase16)
tenantId
- The request tenantIdtype
- the type The request typeguid
- the object guiddigestAlgorithm
- the digest AlgorithmdigestHashBase16
- the digest HashBase 16public DigestType getDigestAlgorithm()
public String getDigestHashBase16()
Copyright © 2018 Vitam. All rights reserved.