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
-
Field Summary
Fields inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
timestampParameters -
Constructor Summary
Constructors Constructor Description TimestampMultipleDocumentDTO()TimestampMultipleDocumentDTO(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters timestampParameters) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)List<RemoteDocument>getToTimestampDocuments()inthashCode()voidsetToTimestampDocuments(List<RemoteDocument> toTimestampDocuments)StringtoString()Methods inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
getTimestampParameters, setTimestampParameters
-
Constructor Details
-
TimestampMultipleDocumentDTO
public TimestampMultipleDocumentDTO() -
TimestampMultipleDocumentDTO
public TimestampMultipleDocumentDTO(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters timestampParameters)
-
-
Method Details