Class TimestampMultipleDocumentDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
eu.europa.esig.dss.ws.signature.dto.TimestampMultipleDocumentDTO
public class TimestampMultipleDocumentDTO extends AbstractTimestampDocumentDTO
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
Constructors Constructor Description TimestampMultipleDocumentDTO()
Empty constructorTimestampMultipleDocumentDTO(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters timestampParameters)
Default constructor -
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
List<RemoteDocument>
getToTimestampDocuments()
Gets a list of documents to be timestampedint
hashCode()
void
setToTimestampDocuments(List<RemoteDocument> toTimestampDocuments)
Sets a list of documents to be timestampedString
toString()
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
-