Class ProjectVersionLicenseView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.core.BlackDuckResponse
-
- com.synopsys.integration.blackduck.api.core.BlackDuckView
-
- com.synopsys.integration.blackduck.api.generated.view.ProjectVersionLicenseView
-
public class ProjectVersionLicenseView extends BlackDuckView
-
-
Constructor Summary
Constructors Constructor Description ProjectVersionLicenseView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLicenseDisplay()java.util.List<ProjectVersionLicenseLicensesView>getLicenses()LicenseTypegetType()voidsetLicenseDisplay(java.lang.String licenseDisplay)voidsetLicenses(java.util.List<ProjectVersionLicenseLicensesView> licenses)voidsetType(LicenseType type)-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckView
getAllowedMethods, getAvailableLinks, getFirstLink, getFirstLinkSafely, getHref, getLinks, getMediaType, getMeta, getResourceLinks, getResourceMetadata, hasLink, setMeta
-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckResponse
getGson, getJson, getJsonElement, getPatch, getSubclass, hasSubclasses, setGson, setJson, setJsonElement, setPatch
-
-
-
-
Method Detail
-
getLicenseDisplay
public java.lang.String getLicenseDisplay()
-
setLicenseDisplay
public void setLicenseDisplay(java.lang.String licenseDisplay)
-
getLicenses
public java.util.List<ProjectVersionLicenseLicensesView> getLicenses()
-
setLicenses
public void setLicenses(java.util.List<ProjectVersionLicenseLicensesView> licenses)
-
getType
public LicenseType getType()
-
setType
public void setType(LicenseType type)
-
-