Class TimestampMultipleDocumentDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
eu.europa.esig.dss.ws.signature.dto.TimestampMultipleDocumentDTO
Request DTO to timestamps a list of documents
-
Field Summary
Fields inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
timestampParameters
-
Constructor Summary
ConstructorDescriptionEmpty constructorTimestampMultipleDocumentDTO
(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters timestampParameters) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets a list of documents to be timestampedint
hashCode()
void
setToTimestampDocuments
(List<RemoteDocument> toTimestampDocuments) Sets a list of documents to be timestampedtoString()
Methods inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
getTimestampParameters, setTimestampParameters
-
Constructor Details
-
TimestampMultipleDocumentDTO
public TimestampMultipleDocumentDTO()Empty constructor -
TimestampMultipleDocumentDTO
public TimestampMultipleDocumentDTO(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters timestampParameters) Default constructor- Parameters:
toTimestampDocuments
- a list ofRemoteDocument
s to timestamptimestampParameters
-RemoteTimestampParameters
-
-
Method Details
-
getToTimestampDocuments
Gets a list of documents to be timestamped- Returns:
- a list of
RemoteDocument
s
-
setToTimestampDocuments
Sets a list of documents to be timestamped- Parameters:
toTimestampDocuments
- a list ofRemoteDocument
s
-
hashCode
public int hashCode() -
equals
-
toString
-