Class InteractionAnalyzeParams.Body
-
- All Implemented Interfaces:
public final class InteractionAnalyzeParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final InteractionAnalyzeParams.Metadatametadata()final Optional<InteractionAnalyzeParams.Input>input()final Optional<InteractionAnalyzeParams.Output>output()final JsonField<InteractionAnalyzeParams.Metadata>_metadata()Returns the raw JSON value of metadata. final JsonField<InteractionAnalyzeParams.Input>_input()Returns the raw JSON value of input. final JsonField<InteractionAnalyzeParams.Output>_output()Returns the raw JSON value of output. final Map<String, JsonValue>_additionalProperties()final InteractionAnalyzeParams.Body.BuildertoBuilder()final InteractionAnalyzeParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InteractionAnalyzeParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
metadata
final InteractionAnalyzeParams.Metadata metadata()
-
input
final Optional<InteractionAnalyzeParams.Input> input()
-
output
final Optional<InteractionAnalyzeParams.Output> output()
-
_metadata
final JsonField<InteractionAnalyzeParams.Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_input
final JsonField<InteractionAnalyzeParams.Input> _input()
Returns the raw JSON value of input.
Unlike input, this method doesn't throw if the JSON field has an unexpected type.
-
_output
final JsonField<InteractionAnalyzeParams.Output> _output()
Returns the raw JSON value of output.
Unlike output, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InteractionAnalyzeParams.Body.Builder toBuilder()
-
validate
final InteractionAnalyzeParams.Body 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 InteractionAnalyzeParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.metadata()
-
-
-
-