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()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.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()
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.Frameworks.Builder builder()
Returns a mutable builder for constructing an instance of Frameworks.
-
-
-
-