public class ExternalPropertyFileReferences extends Object
| Constructor and Description |
|---|
ExternalPropertyFileReferences() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Set<ExternalPropertyFileReference> |
getAddresses()
An array of external property files containing run.addresses arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
getArtifacts()
An array of external property files containing run.artifacts arrays to be merged with the root log file.
|
ExternalPropertyFileReference |
getConversion()
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
ExternalPropertyFileReference |
getDriver()
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
Set<ExternalPropertyFileReference> |
getExtensions()
An array of external property files containing run.extensions arrays to be merged with the root log file.
|
ExternalPropertyFileReference |
getExternalizedProperties()
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
Set<ExternalPropertyFileReference> |
getGraphs()
An array of external property files containing a run.graphs object to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
getInvocations()
An array of external property files containing run.invocations arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
getLogicalLocations()
An array of external property files containing run.logicalLocations arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
getPolicies()
An array of external property files containing run.policies arrays to be merged with the root log file.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
Set<ExternalPropertyFileReference> |
getResults()
An array of external property files containing run.results arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
getTaxonomies()
An array of external property files containing run.taxonomies arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
getThreadFlowLocations()
An array of external property files containing run.threadFlowLocations arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
getTranslations()
An array of external property files containing run.translations arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
getWebRequests()
An array of external property files containing run.requests arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
getWebResponses()
An array of external property files containing run.responses arrays to be merged with the root log file.
|
int |
hashCode() |
void |
setAddresses(Set<ExternalPropertyFileReference> addresses)
An array of external property files containing run.addresses arrays to be merged with the root log file.
|
void |
setArtifacts(Set<ExternalPropertyFileReference> artifacts)
An array of external property files containing run.artifacts arrays to be merged with the root log file.
|
void |
setConversion(ExternalPropertyFileReference conversion)
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
void |
setDriver(ExternalPropertyFileReference driver)
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
void |
setExtensions(Set<ExternalPropertyFileReference> extensions)
An array of external property files containing run.extensions arrays to be merged with the root log file.
|
void |
setExternalizedProperties(ExternalPropertyFileReference externalizedProperties)
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
void |
setGraphs(Set<ExternalPropertyFileReference> graphs)
An array of external property files containing a run.graphs object to be merged with the root log file.
|
void |
setInvocations(Set<ExternalPropertyFileReference> invocations)
An array of external property files containing run.invocations arrays to be merged with the root log file.
|
void |
setLogicalLocations(Set<ExternalPropertyFileReference> logicalLocations)
An array of external property files containing run.logicalLocations arrays to be merged with the root log file.
|
void |
setPolicies(Set<ExternalPropertyFileReference> policies)
An array of external property files containing run.policies arrays to be merged with the root log file.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setResults(Set<ExternalPropertyFileReference> results)
An array of external property files containing run.results arrays to be merged with the root log file.
|
void |
setTaxonomies(Set<ExternalPropertyFileReference> taxonomies)
An array of external property files containing run.taxonomies arrays to be merged with the root log file.
|
void |
setThreadFlowLocations(Set<ExternalPropertyFileReference> threadFlowLocations)
An array of external property files containing run.threadFlowLocations arrays to be merged with the root log file.
|
void |
setTranslations(Set<ExternalPropertyFileReference> translations)
An array of external property files containing run.translations arrays to be merged with the root log file.
|
void |
setWebRequests(Set<ExternalPropertyFileReference> webRequests)
An array of external property files containing run.requests arrays to be merged with the root log file.
|
void |
setWebResponses(Set<ExternalPropertyFileReference> webResponses)
An array of external property files containing run.responses arrays to be merged with the root log file.
|
String |
toString() |
ExternalPropertyFileReferences |
withAddresses(Set<ExternalPropertyFileReference> addresses) |
ExternalPropertyFileReferences |
withArtifacts(Set<ExternalPropertyFileReference> artifacts) |
ExternalPropertyFileReferences |
withConversion(ExternalPropertyFileReference conversion) |
ExternalPropertyFileReferences |
withDriver(ExternalPropertyFileReference driver) |
ExternalPropertyFileReferences |
withExtensions(Set<ExternalPropertyFileReference> extensions) |
ExternalPropertyFileReferences |
withExternalizedProperties(ExternalPropertyFileReference externalizedProperties) |
ExternalPropertyFileReferences |
withGraphs(Set<ExternalPropertyFileReference> graphs) |
ExternalPropertyFileReferences |
withInvocations(Set<ExternalPropertyFileReference> invocations) |
ExternalPropertyFileReferences |
withLogicalLocations(Set<ExternalPropertyFileReference> logicalLocations) |
ExternalPropertyFileReferences |
withPolicies(Set<ExternalPropertyFileReference> policies) |
ExternalPropertyFileReferences |
withProperties(PropertyBag properties) |
ExternalPropertyFileReferences |
withResults(Set<ExternalPropertyFileReference> results) |
ExternalPropertyFileReferences |
withTaxonomies(Set<ExternalPropertyFileReference> taxonomies) |
ExternalPropertyFileReferences |
withThreadFlowLocations(Set<ExternalPropertyFileReference> threadFlowLocations) |
ExternalPropertyFileReferences |
withTranslations(Set<ExternalPropertyFileReference> translations) |
ExternalPropertyFileReferences |
withWebRequests(Set<ExternalPropertyFileReference> webRequests) |
ExternalPropertyFileReferences |
withWebResponses(Set<ExternalPropertyFileReference> webResponses) |
public ExternalPropertyFileReference getConversion()
public void setConversion(ExternalPropertyFileReference conversion)
public ExternalPropertyFileReferences withConversion(ExternalPropertyFileReference conversion)
public Set<ExternalPropertyFileReference> getGraphs()
public void setGraphs(Set<ExternalPropertyFileReference> graphs)
public ExternalPropertyFileReferences withGraphs(Set<ExternalPropertyFileReference> graphs)
public ExternalPropertyFileReference getExternalizedProperties()
public void setExternalizedProperties(ExternalPropertyFileReference externalizedProperties)
public ExternalPropertyFileReferences withExternalizedProperties(ExternalPropertyFileReference externalizedProperties)
public Set<ExternalPropertyFileReference> getArtifacts()
public void setArtifacts(Set<ExternalPropertyFileReference> artifacts)
public ExternalPropertyFileReferences withArtifacts(Set<ExternalPropertyFileReference> artifacts)
public Set<ExternalPropertyFileReference> getInvocations()
public void setInvocations(Set<ExternalPropertyFileReference> invocations)
public ExternalPropertyFileReferences withInvocations(Set<ExternalPropertyFileReference> invocations)
public Set<ExternalPropertyFileReference> getLogicalLocations()
public void setLogicalLocations(Set<ExternalPropertyFileReference> logicalLocations)
public ExternalPropertyFileReferences withLogicalLocations(Set<ExternalPropertyFileReference> logicalLocations)
public Set<ExternalPropertyFileReference> getThreadFlowLocations()
public void setThreadFlowLocations(Set<ExternalPropertyFileReference> threadFlowLocations)
public ExternalPropertyFileReferences withThreadFlowLocations(Set<ExternalPropertyFileReference> threadFlowLocations)
public Set<ExternalPropertyFileReference> getResults()
public void setResults(Set<ExternalPropertyFileReference> results)
public ExternalPropertyFileReferences withResults(Set<ExternalPropertyFileReference> results)
public Set<ExternalPropertyFileReference> getTaxonomies()
public void setTaxonomies(Set<ExternalPropertyFileReference> taxonomies)
public ExternalPropertyFileReferences withTaxonomies(Set<ExternalPropertyFileReference> taxonomies)
public Set<ExternalPropertyFileReference> getAddresses()
public void setAddresses(Set<ExternalPropertyFileReference> addresses)
public ExternalPropertyFileReferences withAddresses(Set<ExternalPropertyFileReference> addresses)
public ExternalPropertyFileReference getDriver()
public void setDriver(ExternalPropertyFileReference driver)
public ExternalPropertyFileReferences withDriver(ExternalPropertyFileReference driver)
public Set<ExternalPropertyFileReference> getExtensions()
public void setExtensions(Set<ExternalPropertyFileReference> extensions)
public ExternalPropertyFileReferences withExtensions(Set<ExternalPropertyFileReference> extensions)
public Set<ExternalPropertyFileReference> getPolicies()
public void setPolicies(Set<ExternalPropertyFileReference> policies)
public ExternalPropertyFileReferences withPolicies(Set<ExternalPropertyFileReference> policies)
public Set<ExternalPropertyFileReference> getTranslations()
public void setTranslations(Set<ExternalPropertyFileReference> translations)
public ExternalPropertyFileReferences withTranslations(Set<ExternalPropertyFileReference> translations)
public Set<ExternalPropertyFileReference> getWebRequests()
public void setWebRequests(Set<ExternalPropertyFileReference> webRequests)
public ExternalPropertyFileReferences withWebRequests(Set<ExternalPropertyFileReference> webRequests)
public Set<ExternalPropertyFileReference> getWebResponses()
public void setWebResponses(Set<ExternalPropertyFileReference> webResponses)
public ExternalPropertyFileReferences withWebResponses(Set<ExternalPropertyFileReference> webResponses)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ExternalPropertyFileReferences withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.