public class SarifSchema210 extends Object
Static Analysis Results Format (SARIF) Version 2.1.0 JSON Schema: a standard format for the output of static analysis tools.
| Modifier and Type | Class and Description |
|---|---|
static class |
SarifSchema210.Version
The SARIF format version of this log file.
|
| Constructor and Description |
|---|
SarifSchema210() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
URI |
get$schema()
The URI of the JSON schema corresponding to the version.
|
Set<ExternalProperties> |
getInlineExternalProperties()
References to external property files that share data between runs.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
List<Run> |
getRuns()
The set of runs contained in this log file.
|
SarifSchema210.Version |
getVersion()
The SARIF format version of this log file.
|
int |
hashCode() |
void |
set$schema(URI $schema)
The URI of the JSON schema corresponding to the version.
|
void |
setInlineExternalProperties(Set<ExternalProperties> inlineExternalProperties)
References to external property files that share data between runs.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setRuns(List<Run> runs)
The set of runs contained in this log file.
|
void |
setVersion(SarifSchema210.Version version)
The SARIF format version of this log file.
|
String |
toString() |
SarifSchema210 |
with$schema(URI $schema) |
SarifSchema210 |
withInlineExternalProperties(Set<ExternalProperties> inlineExternalProperties) |
SarifSchema210 |
withProperties(PropertyBag properties) |
SarifSchema210 |
withRuns(List<Run> runs) |
SarifSchema210 |
withVersion(SarifSchema210.Version version) |
public URI get$schema()
public void set$schema(URI $schema)
public SarifSchema210 with$schema(URI $schema)
public SarifSchema210.Version getVersion()
public void setVersion(SarifSchema210.Version version)
public SarifSchema210 withVersion(SarifSchema210.Version version)
public SarifSchema210 withRuns(List<Run> runs)
public Set<ExternalProperties> getInlineExternalProperties()
public void setInlineExternalProperties(Set<ExternalProperties> inlineExternalProperties)
public SarifSchema210 withInlineExternalProperties(Set<ExternalProperties> inlineExternalProperties)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public SarifSchema210 withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.