All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ScaRequestDataAttributes |
addDependenciesItem(ScaRequestDataAttributesDependenciesItems dependenciesItem) |
ScaRequestDataAttributes |
addFilesItem(ScaRequestDataAttributesFilesItems filesItem) |
ScaRequestDataAttributes |
addRelationsItem(ScaRequestDataAttributesRelationsItems relationsItem) |
ScaRequestDataAttributes |
addVulnerabilitiesItem(ScaRequestDataAttributesVulnerabilitiesItems vulnerabilitiesItem) |
ScaRequestDataAttributes |
commit(ScaRequestDataAttributesCommit commit) |
ScaRequestDataAttributes |
dependencies(List<ScaRequestDataAttributesDependenciesItems> dependencies) |
ScaRequestDataAttributes |
env(String env) |
boolean |
equals(Object o)
Return true if this ScaRequestDataAttributes object is equal to o.
|
ScaRequestDataAttributes |
files(List<ScaRequestDataAttributesFilesItems> files) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
ScaRequestDataAttributesCommit |
getCommit()
Metadata about the commit associated with the SCA scan, including author, committer, and branch
information.
|
List<ScaRequestDataAttributesDependenciesItems> |
getDependencies()
The list of dependencies discovered in the repository.
|
String |
getEnv()
The environment context in which the SCA scan was performed (e.g., production, staging).
|
List<ScaRequestDataAttributesFilesItems> |
getFiles()
The list of dependency manifest files found in the repository.
|
List<ScaRequestDataAttributesRelationsItems> |
getRelations()
The dependency relations describing the inter-component dependency graph.
|
ScaRequestDataAttributesRepository |
getRepository()
Information about the source code repository being analyzed.
|
String |
getService()
The name of the service or application being analyzed.
|
Map<String,String> |
getTags()
A map of key-value tags providing additional metadata for the SCA scan.
|
List<ScaRequestDataAttributesVulnerabilitiesItems> |
getVulnerabilities()
The list of vulnerabilities identified in the dependency graph.
|
int |
hashCode() |
ScaRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ScaRequestDataAttributes |
putTagsItem(String key,
String tagsItem) |
ScaRequestDataAttributes |
relations(List<ScaRequestDataAttributesRelationsItems> relations) |
ScaRequestDataAttributes |
repository(ScaRequestDataAttributesRepository repository) |
ScaRequestDataAttributes |
service(String service) |
void |
setCommit(ScaRequestDataAttributesCommit commit) |
void |
setDependencies(List<ScaRequestDataAttributesDependenciesItems> dependencies) |
void |
setEnv(String env) |
void |
setFiles(List<ScaRequestDataAttributesFilesItems> files) |
void |
setRelations(List<ScaRequestDataAttributesRelationsItems> relations) |
void |
setRepository(ScaRequestDataAttributesRepository repository) |
void |
setService(String service) |
void |
setTags(Map<String,String> tags) |
void |
setVulnerabilities(List<ScaRequestDataAttributesVulnerabilitiesItems> vulnerabilities) |
ScaRequestDataAttributes |
tags(Map<String,String> tags) |
String |
toString() |
ScaRequestDataAttributes |
vulnerabilities(List<ScaRequestDataAttributesVulnerabilitiesItems> vulnerabilities) |