Class ScanBomEntriesItemsLicenseView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.generated.component.ScanBomEntriesItemsLicenseView
-
public class ScanBomEntriesItemsLicenseView extends BlackDuckComponent
-
-
Constructor Summary
Constructors Constructor Description ScanBomEntriesItemsLicenseView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLicenseDisplay()java.util.List<ScanBomEntriesItemsLicenseLicensesView>getLicenses()LicenseTypegetType()voidsetLicenseDisplay(java.lang.String licenseDisplay)voidsetLicenses(java.util.List<ScanBomEntriesItemsLicenseLicensesView> licenses)voidsetType(LicenseType type)
-
-
-
Method Detail
-
getLicenseDisplay
public java.lang.String getLicenseDisplay()
-
setLicenseDisplay
public void setLicenseDisplay(java.lang.String licenseDisplay)
-
getLicenses
public java.util.List<ScanBomEntriesItemsLicenseLicensesView> getLicenses()
-
setLicenses
public void setLicenses(java.util.List<ScanBomEntriesItemsLicenseLicensesView> licenses)
-
getType
public LicenseType getType()
-
setType
public void setType(LicenseType type)
-
-