Package com.oracle.bmc.jms.model
Class LibraryInventory.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.LibraryInventory.Builder
 
- 
- Enclosing class:
- LibraryInventory
 
 public static class LibraryInventory.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LibraryInventorybuild()LibraryInventory.Buildercopy(LibraryInventory model)LibraryInventory.BuilderdynamicallyDetectedLibraryCount(Integer dynamicallyDetectedLibraryCount)The count of libraries which are detected dynamically.LibraryInventory.BuilderhighSeverityLibraryCount(Integer highSeverityLibraryCount)The count of libraries with high severity vulnerabilities.LibraryInventory.BuilderlowSeverityLibraryCount(Integer lowSeverityLibraryCount)The count of libraries with low severity vulnerabilities.LibraryInventory.BuildermediumSeverityLibraryCount(Integer mediumSeverityLibraryCount)The count of libraries with medium severity vulnerabilities.LibraryInventory.BuilderstaticallyDetectedLibraryCount(Integer staticallyDetectedLibraryCount)The count of libraries which are detected statically.LibraryInventory.BuilderuncorrelatedPackageCount(Integer uncorrelatedPackageCount)The count of packages which are detected but not correlated to any libraries.
 
- 
- 
- 
Method Detail- 
staticallyDetectedLibraryCountpublic LibraryInventory.Builder staticallyDetectedLibraryCount(Integer staticallyDetectedLibraryCount) The count of libraries which are detected statically.- Parameters:
- staticallyDetectedLibraryCount- the value to set
- Returns:
- this builder
 
 - 
dynamicallyDetectedLibraryCountpublic LibraryInventory.Builder dynamicallyDetectedLibraryCount(Integer dynamicallyDetectedLibraryCount) The count of libraries which are detected dynamically.- Parameters:
- dynamicallyDetectedLibraryCount- the value to set
- Returns:
- this builder
 
 - 
uncorrelatedPackageCountpublic LibraryInventory.Builder uncorrelatedPackageCount(Integer uncorrelatedPackageCount) The count of packages which are detected but not correlated to any libraries.- Parameters:
- uncorrelatedPackageCount- the value to set
- Returns:
- this builder
 
 - 
highSeverityLibraryCountpublic LibraryInventory.Builder highSeverityLibraryCount(Integer highSeverityLibraryCount) The count of libraries with high severity vulnerabilities.- Parameters:
- highSeverityLibraryCount- the value to set
- Returns:
- this builder
 
 - 
mediumSeverityLibraryCountpublic LibraryInventory.Builder mediumSeverityLibraryCount(Integer mediumSeverityLibraryCount) The count of libraries with medium severity vulnerabilities.- Parameters:
- mediumSeverityLibraryCount- the value to set
- Returns:
- this builder
 
 - 
lowSeverityLibraryCountpublic LibraryInventory.Builder lowSeverityLibraryCount(Integer lowSeverityLibraryCount) The count of libraries with low severity vulnerabilities.- Parameters:
- lowSeverityLibraryCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic LibraryInventory build() 
 - 
copypublic LibraryInventory.Builder copy(LibraryInventory model) 
 
- 
 
-