Class VersionedReportDto


  • public class VersionedReportDto
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionedReportDto​(java.lang.String data, long version)
      Create an instance of VersionedReportDto with a json string.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VersionedReportDto

        public VersionedReportDto​(java.lang.String data,
                                  long version)
                           throws java.io.IOException
        Create an instance of VersionedReportDto with a json string.
        Parameters:
        data - the generated report (json string)
        version - report's version
        Throws:
        java.io.IOException - if object mapper fails