Class InteractionAnalyzeResponse.Analysis.Findings.Frameworks
-
- All Implemented Interfaces:
public final class InteractionAnalyzeResponse.Analysis.Findings.FrameworksThe taxonomies for the detections.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeResponse.Analysis.Findings.Frameworks.BuilderA builder for Frameworks.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final InteractionAnalyzeResponse.Analysis.Findings.Frameworks.BuildertoBuilder()final InteractionAnalyzeResponse.Analysis.Findings.Frameworksvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InteractionAnalyzeResponse.Analysis.Findings.Frameworks.Builderbuilder()Returns a mutable builder for constructing an instance of Frameworks. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InteractionAnalyzeResponse.Analysis.Findings.Frameworks.Builder toBuilder()
-
validate
final InteractionAnalyzeResponse.Analysis.Findings.Frameworks validate()
-
builder
final static InteractionAnalyzeResponse.Analysis.Findings.Frameworks.Builder builder()
Returns a mutable builder for constructing an instance of Frameworks.
-
-
-
-