Class RiskAnalysisResult


  • public class RiskAnalysisResult
    extends Object

    Represents a result of risk analysis.

    • Method Detail

      • saveReport

        public final void saveReport​(String fileName)

        Saves the risk analysis report to the specified file path in PDF format.

        Parameters:
        fileName - The specified file name.
      • saveReport

        public final void saveReport​(InputStream stream)

        Saves the risk analysis report to the stream in PDF format.

        Parameters:
        stream - The stream to save risk analysis report to.