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 booleanequals(Object obj)List<RemoteDocument>getToTimestampDocuments()Gets a list of documents to be timestampedinthashCode()voidsetToTimestampDocuments(List<RemoteDocument> toTimestampDocuments)Sets a list of documents to be timestampedStringtoString()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 ofRemoteDocuments to timestamptimestampParameters-RemoteTimestampParameters
-
-
Method Details
-
getToTimestampDocuments
Gets a list of documents to be timestamped- Returns:
- a list of
RemoteDocuments
-
setToTimestampDocuments
Sets a list of documents to be timestamped- Parameters:
toTimestampDocuments- a list ofRemoteDocuments
-
hashCode
public int hashCode() -
equals
-
toString
-