Class AdvisorSummary

  • All Implemented Interfaces:

    
    public final class AdvisorSummary
    
                        

    A short summary of the advisor result.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Instant getStartTime() The time when the advisor started.
      final Instant getEndTime() The time when the advisor finished.
      final List<Issue> getIssues() The list of issues that occurred during the advisor run.
      • Methods inherited from class java.lang.Object

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

      • getIssues

         final List<Issue> getIssues()

        The list of issues that occurred during the advisor run. This property is not serialized if the list is empty to reduce the size of the result file.