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
  • Constructor Details

  • Method Details

    • getToTimestampDocuments

      public List<RemoteDocument> getToTimestampDocuments()
      Gets a list of documents to be timestamped
      Returns:
      a list of RemoteDocuments
    • setToTimestampDocuments

      public void setToTimestampDocuments(List<RemoteDocument> toTimestampDocuments)
      Sets a list of documents to be timestamped
      Parameters:
      toTimestampDocuments - a list of RemoteDocuments
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object