public class BomComponentReleaseUsageRiskProfile extends BlackDuckComponent
| Constructor and Description |
|---|
BomComponentReleaseUsageRiskProfile() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getBomViewEntryIds() |
EntityKey |
getEntityKey() |
RiskProfile |
getRiskProfile() |
java.lang.Integer |
getUsedCount() |
Version |
getVersion() |
void |
setBomViewEntryIds(java.util.List<java.lang.Integer> bomViewEntryIds) |
void |
setEntityKey(EntityKey entityKey) |
void |
setRiskProfile(RiskProfile riskProfile) |
void |
setUsedCount(java.lang.Integer usedCount) |
void |
setVersion(Version version) |
public java.util.List<java.lang.Integer> getBomViewEntryIds()
public void setBomViewEntryIds(java.util.List<java.lang.Integer> bomViewEntryIds)
public EntityKey getEntityKey()
public void setEntityKey(EntityKey entityKey)
public RiskProfile getRiskProfile()
public void setRiskProfile(RiskProfile riskProfile)
public java.lang.Integer getUsedCount()
public void setUsedCount(java.lang.Integer usedCount)
public Version getVersion()
public void setVersion(Version version)