Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Diffs.Builder |
addedItems(List<String> addedItems)
This array identifies the items that are present in the current assessment, but are
missing from the baseline.
|
Diffs.Builder |
baseline(Finding baseline) |
Diffs |
build() |
Diffs.Builder |
copy(Diffs model) |
Diffs.Builder |
current(Finding current) |
Diffs.Builder |
modifiedItems(List<String> modifiedItems)
This array contains the items that are present in both the current assessment and the
baseline, but are different in the two assessments.
|
Diffs.Builder |
removedItems(List<String> removedItems)
This array identifies the items that are present in the baseline, but are missing from
the current assessment.
|
Diffs.Builder |
severity(Diffs.Severity severity)
The severity of this diff.
|
public Diffs.Builder current(Finding current)
public Diffs.Builder baseline(Finding baseline)
public Diffs.Builder removedItems(List<String> removedItems)
This array identifies the items that are present in the baseline, but are missing from the current assessment.
removedItems
- the value to setpublic Diffs.Builder addedItems(List<String> addedItems)
This array identifies the items that are present in the current assessment, but are missing from the baseline.
addedItems
- the value to setpublic Diffs.Builder modifiedItems(List<String> modifiedItems)
This array contains the items that are present in both the current assessment and the baseline, but are different in the two assessments.
modifiedItems
- the value to setpublic Diffs.Builder severity(Diffs.Severity severity)
The severity of this diff.
severity
- the value to setpublic Diffs build()
public Diffs.Builder copy(Diffs model)
Copyright © 2016–2024. All rights reserved.