Class InteractionAnalyzeResponse.Analysis.Findings
-
- All Implemented Interfaces:
public final class InteractionAnalyzeResponse.Analysis.FindingsThe frameworks and associated findings for the analysis.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeResponse.Analysis.Findings.BuilderA builder for Findings.
public final classInteractionAnalyzeResponse.Analysis.Findings.FrameworksThe taxonomies for the detections.
-
Method Summary
Modifier and Type Method Description final InteractionAnalyzeResponse.Analysis.Findings.Frameworksframeworks()The taxonomies for the detections. final JsonField<InteractionAnalyzeResponse.Analysis.Findings.Frameworks>_frameworks()Returns the raw JSON value of frameworks. final Map<String, JsonValue>_additionalProperties()final InteractionAnalyzeResponse.Analysis.Findings.BuildertoBuilder()final InteractionAnalyzeResponse.Analysis.Findingsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InteractionAnalyzeResponse.Analysis.Findings.Builderbuilder()Returns a mutable builder for constructing an instance of Findings. -
-
Method Detail
-
frameworks
final InteractionAnalyzeResponse.Analysis.Findings.Frameworks frameworks()
The taxonomies for the detections.
-
_frameworks
final JsonField<InteractionAnalyzeResponse.Analysis.Findings.Frameworks> _frameworks()
Returns the raw JSON value of frameworks.
Unlike frameworks, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InteractionAnalyzeResponse.Analysis.Findings.Builder toBuilder()
-
validate
final InteractionAnalyzeResponse.Analysis.Findings validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static InteractionAnalyzeResponse.Analysis.Findings.Builder builder()
Returns a mutable builder for constructing an instance of Findings.
The following fields are required:
.frameworks()
-
-
-
-