Class RunSubmitToolOutputsParams.Body
-
- All Implemented Interfaces:
public final class RunSubmitToolOutputsParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunSubmitToolOutputsParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<RunSubmitToolOutputsParams.ToolOutput>toolOutputs()A list of tools for which the outputs are being submitted. final JsonField<List<RunSubmitToolOutputsParams.ToolOutput>>_toolOutputs()Returns the raw JSON value of toolOutputs. final Map<String, JsonValue>_additionalProperties()final RunSubmitToolOutputsParams.Body.BuildertoBuilder()final RunSubmitToolOutputsParams.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 RunSubmitToolOutputsParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
toolOutputs
final List<RunSubmitToolOutputsParams.ToolOutput> toolOutputs()
A list of tools for which the outputs are being submitted.
-
_toolOutputs
final JsonField<List<RunSubmitToolOutputsParams.ToolOutput>> _toolOutputs()
Returns the raw JSON value of toolOutputs.
Unlike toolOutputs, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RunSubmitToolOutputsParams.Body.Builder toBuilder()
-
validate
final RunSubmitToolOutputsParams.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 RunSubmitToolOutputsParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.toolOutputs()
-
-
-
-