Package com.braintrustdata.api.models
Class FunctionInvokeParams.Message.System
-
- All Implemented Interfaces:
public final class FunctionInvokeParams.Message.System
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFunctionInvokeParams.Message.System.BuilderA builder for System.
public final classFunctionInvokeParams.Message.System.Role
-
Method Summary
Modifier and Type Method Description final FunctionInvokeParams.Message.System.Rolerole()final Optional<String>content()final Optional<String>name()final JsonField<FunctionInvokeParams.Message.System.Role>_role()Returns the raw JSON value of role. final JsonField<String>_content()Returns the raw JSON value of content. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final FunctionInvokeParams.Message.System.BuildertoBuilder()final FunctionInvokeParams.Message.Systemvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FunctionInvokeParams.Message.System.Builderbuilder()Returns a mutable builder for constructing an instance of System. -
-
Method Detail
-
role
final FunctionInvokeParams.Message.System.Role role()
-
_role
final JsonField<FunctionInvokeParams.Message.System.Role> _role()
Returns the raw JSON value of role.
Unlike role, this method doesn't throw if the JSON field has an unexpected type.
-
_content
final JsonField<String> _content()
Returns the raw JSON value of content.
Unlike content, 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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FunctionInvokeParams.Message.System.Builder toBuilder()
-
validate
final FunctionInvokeParams.Message.System validate()
-
builder
final static FunctionInvokeParams.Message.System.Builder builder()
Returns a mutable builder for constructing an instance of System.
The following fields are required:
.role()
-
-
-
-