Package com.braintrustdata.api.models
Class ProjectScoreConfig
-
- All Implemented Interfaces:
public final class ProjectScoreConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectScoreConfig.BuilderA builder for ProjectScoreConfig.
-
Method Summary
Modifier and Type Method Description final Optional<String>destination()final Optional<Boolean>multiSelect()final Optional<OnlineScoreConfig>online()final JsonField<String>_destination()Returns the raw JSON value of destination. final JsonField<Boolean>_multiSelect()Returns the raw JSON value of multiSelect. final JsonField<OnlineScoreConfig>_online()Returns the raw JSON value of online. final Map<String, JsonValue>_additionalProperties()final ProjectScoreConfig.BuildertoBuilder()final ProjectScoreConfigvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectScoreConfig.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectScoreConfig. -
-
Method Detail
-
destination
final Optional<String> destination()
-
multiSelect
final Optional<Boolean> multiSelect()
-
online
final Optional<OnlineScoreConfig> online()
-
_destination
final JsonField<String> _destination()
Returns the raw JSON value of destination.
Unlike destination, this method doesn't throw if the JSON field has an unexpected type.
-
_multiSelect
final JsonField<Boolean> _multiSelect()
Returns the raw JSON value of multiSelect.
Unlike multiSelect, this method doesn't throw if the JSON field has an unexpected type.
-
_online
final JsonField<OnlineScoreConfig> _online()
Returns the raw JSON value of online.
Unlike online, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ProjectScoreConfig.Builder toBuilder()
-
validate
final ProjectScoreConfig validate()
-
builder
final static ProjectScoreConfig.Builder builder()
Returns a mutable builder for constructing an instance of ProjectScoreConfig.
-
-
-
-