| Package | Description |
|---|---|
| org.cyclonedx.model | |
| org.cyclonedx.model.vulnerability |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
Bom.getProperties() |
List<Property> |
ReleaseNotes.getProperties() |
List<Property> |
Service.getProperties() |
List<Property> |
Metadata.getProperties() |
List<Property> |
Component.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bom.addProperty(Property property) |
void |
Service.addProperty(Property property) |
void |
Metadata.addProperty(Property property) |
void |
Component.addProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bom.setProperties(List<Property> properties) |
void |
ReleaseNotes.setProperties(List<Property> properties) |
void |
Service.setProperties(List<Property> properties) |
void |
Metadata.setProperties(List<Property> properties) |
void |
Component.setProperties(List<Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
Vulnerability.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.setProperties(List<Property> properties) |
Copyright © 2017–2022 OWASP Foundation. All rights reserved.