static AnalysisResult.Builder |
AnalysisResult.builder() |
|
AnalysisResult.Builder |
AnalysisResult.Builder.level(String level) |
The severity level of the analysis result.
|
AnalysisResult.Builder |
AnalysisResult.Builder.level(AnalysisResultLevel level) |
The severity level of the analysis result.
|
AnalysisResult.Builder |
AnalysisResult.Builder.locations(Collection<AnalysisResultLocation> locations) |
Contains one or more locations that you can use to locate the fields in your detector model that the analysis
result references.
|
AnalysisResult.Builder |
AnalysisResult.Builder.locations(Consumer<AnalysisResultLocation.Builder>... locations) |
Contains one or more locations that you can use to locate the fields in your detector model that the analysis
result references.
|
AnalysisResult.Builder |
AnalysisResult.Builder.locations(AnalysisResultLocation... locations) |
Contains one or more locations that you can use to locate the fields in your detector model that the analysis
result references.
|
AnalysisResult.Builder |
AnalysisResult.Builder.message(String message) |
Contains additional information about the analysis result.
|
AnalysisResult.Builder |
AnalysisResult.toBuilder() |
|
AnalysisResult.Builder |
AnalysisResult.Builder.type(String type) |
The type of the analysis result.
|