Class InteractionAnalyzeResponse.Analysis
-
- All Implemented Interfaces:
public final class InteractionAnalyzeResponse.Analysis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeResponse.Analysis.BuilderA builder for Analysis.
public final classInteractionAnalyzeResponse.Analysis.ConfigurationThe configuration settings used for the analyzer.
public final classInteractionAnalyzeResponse.Analysis.FindingsThe frameworks and associated findings for the analysis.
-
Method Summary
Modifier and Type Method Description final Stringid()The unique identifier for the analyzer. final InteractionAnalyzeResponse.Analysis.Configurationconfiguration()The configuration settings used for the analyzer. final Booleandetected()Indicates the analysis resulted in a detection. final InteractionAnalyzeResponse.Analysis.Findingsfindings()The frameworks and associated findings for the analysis. final Stringname()The name of the analysis performed. final Stringphase()The phase of the analysis (i.e. final DoubleprocessingTimeMs()The time taken to perform this specific analysis. final Stringversion()The version of the analysis performed. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<InteractionAnalyzeResponse.Analysis.Configuration>_configuration()Returns the raw JSON value of configuration. final JsonField<Boolean>_detected()Returns the raw JSON value of detected. final JsonField<InteractionAnalyzeResponse.Analysis.Findings>_findings()Returns the raw JSON value of findings. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_phase()Returns the raw JSON value of phase. final JsonField<Double>_processingTimeMs()Returns the raw JSON value of processingTimeMs. final JsonField<String>_version()Returns the raw JSON value of version. final Map<String, JsonValue>_additionalProperties()final InteractionAnalyzeResponse.Analysis.BuildertoBuilder()final InteractionAnalyzeResponse.Analysisvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InteractionAnalyzeResponse.Analysis.Builderbuilder()Returns a mutable builder for constructing an instance of Analysis. -
-
Method Detail
-
configuration
final InteractionAnalyzeResponse.Analysis.Configuration configuration()
The configuration settings used for the analyzer.
-
findings
final InteractionAnalyzeResponse.Analysis.Findings findings()
The frameworks and associated findings for the analysis.
-
processingTimeMs
final Double processingTimeMs()
The time taken to perform this specific analysis.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_configuration
final JsonField<InteractionAnalyzeResponse.Analysis.Configuration> _configuration()
Returns the raw JSON value of configuration.
Unlike configuration, this method doesn't throw if the JSON field has an unexpected type.
-
_detected
final JsonField<Boolean> _detected()
Returns the raw JSON value of detected.
Unlike detected, this method doesn't throw if the JSON field has an unexpected type.
-
_findings
final JsonField<InteractionAnalyzeResponse.Analysis.Findings> _findings()
Returns the raw JSON value of findings.
Unlike findings, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_phase
final JsonField<String> _phase()
Returns the raw JSON value of phase.
Unlike phase, this method doesn't throw if the JSON field has an unexpected type.
-
_processingTimeMs
final JsonField<Double> _processingTimeMs()
Returns the raw JSON value of processingTimeMs.
Unlike processingTimeMs, this method doesn't throw if the JSON field has an unexpected type.
-
_version
final JsonField<String> _version()
Returns the raw JSON value of version.
Unlike version, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InteractionAnalyzeResponse.Analysis.Builder toBuilder()
-
validate
final InteractionAnalyzeResponse.Analysis validate()
-
builder
final static InteractionAnalyzeResponse.Analysis.Builder builder()
Returns a mutable builder for constructing an instance of Analysis.
The following fields are required:
.id() .configuration() .detected() .findings() .name() .phase() .processingTimeMs() .version()
-
-
-
-