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 boolean
equals(Object obj)
List<RemoteDocument>
getToTimestampDocuments()
int
hashCode()
void
setToTimestampDocuments(List<RemoteDocument> toTimestampDocuments)
String
toString()
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