public class StorageBulkPutRequest extends StorageRequest
Constructor and Description |
---|
StorageBulkPutRequest(Integer tenantId,
String type,
List<String> objectIds,
DigestType digestType,
InputStream dataStream,
long size) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getDataStream() |
DigestType |
getDigestType() |
List<String> |
getObjectIds() |
long |
getSize() |
String |
toString() |
getTenantId, getType
public StorageBulkPutRequest(Integer tenantId, String type, List<String> objectIds, DigestType digestType, InputStream dataStream, long size)
public DigestType getDigestType()
public InputStream getDataStream()
public long getSize()
public String toString()
toString
in class StorageRequest
Copyright © 2019 Vitam. All rights reserved.