Class InternalReport


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

      Constructors 
      Constructor Description
      InternalReport​(java.lang.String reportName, java.lang.String fileType, java.util.function.Supplier<java.lang.String> reportSupplier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileType()  
      java.lang.String getReportName()  
      java.util.function.Supplier<java.lang.String> getReportSupplier()  
      • Methods inherited from class java.lang.Object

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

      • InternalReport

        public InternalReport​(java.lang.String reportName,
                              java.lang.String fileType,
                              java.util.function.Supplier<java.lang.String> reportSupplier)
    • Method Detail

      • getReportName

        public java.lang.String getReportName()
      • getFileType

        public java.lang.String getFileType()
      • getReportSupplier

        public java.util.function.Supplier<java.lang.String> getReportSupplier()