Class LPVSResultInfo

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

public class LPVSResultInfo extends Object
Represents information about the results of a scan in the LPVS system. Each instance of this class encapsulates details such as the scan ID, scan date, repository name, status of the scan, and a list of detected licenses.

Instances of this class are used to convey essential information about the results of a scan performed by the LPVS system. The information includes key details for identifying and understanding the outcome of the scan, including the repository name, scan date, and the licenses that were detected.

  • Constructor Details

    • LPVSResultInfo

      public LPVSResultInfo()