Class LPVSResult

java.lang.Object
com.lpvs.entity.result.LPVSResult

public class LPVSResult extends Object
Represents the overall results of a scan in the LPVS system. Each instance of this class encapsulates information about the scan results, including a list of result files, result information, total count, license count map, pull request number, and whether the scan has detected any issues.

Instances of this class provide a comprehensive summary of the results obtained from a scan in the LPVS system. The information includes details about individual result files, overall result information, the total count of results, a map of license counts, the associated pull request number, and an indication of whether any issues were detected during the scan.

  • Constructor Details

    • LPVSResult

      public LPVSResult()