public class BulkObjectStoreResponse extends Object
Constructor and Description |
---|
BulkObjectStoreResponse() |
BulkObjectStoreResponse(List<String> offerIds,
String digestType,
Map<String,String> objectDigests) |
Modifier and Type | Method and Description |
---|---|
String |
getDigestType() |
Map<String,String> |
getObjectDigests() |
List<String> |
getOfferIds() |
BulkObjectStoreResponse |
setDigestType(String digestType) |
BulkObjectStoreResponse |
setObjectDigests(Map<String,String> objectDigests) |
BulkObjectStoreResponse |
setOfferIds(List<String> offerIds) |
public BulkObjectStoreResponse setOfferIds(List<String> offerIds)
public String getDigestType()
public BulkObjectStoreResponse setDigestType(String digestType)
public BulkObjectStoreResponse setObjectDigests(Map<String,String> objectDigests)
Copyright © 2019 Vitam. All rights reserved.