Class RunSubmitToolOutputsParams.Body
-
- All Implemented Interfaces:
public final class RunSubmitToolOutputsParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
RunSubmitToolOutputsParams.Body.Builder
A 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.Builder
toBuilder()
final RunSubmitToolOutputsParams.Body
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static RunSubmitToolOutputsParams.Body.Builder
builder()
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()
-
builder
final static RunSubmitToolOutputsParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.toolOutputs()
-
-
-
-