Package com.braintrustdata.api.models
Class CodeBundle.Location.Experiment.Position.Type
-
- All Implemented Interfaces:
public final class CodeBundle.Location.Experiment.Position.Type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCodeBundle.Location.Experiment.Position.Type.BuilderA builder for Type.
public final classCodeBundle.Location.Experiment.Position.Type.InnerType
-
Method Summary
Modifier and Type Method Description final CodeBundle.Location.Experiment.Position.Type.InnerTypetype()final JsonField<CodeBundle.Location.Experiment.Position.Type.InnerType>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final CodeBundle.Location.Experiment.Position.Typevalidate()final CodeBundle.Location.Experiment.Position.Type.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeBundle.Location.Experiment.Position.Type.Builderbuilder()Returns a mutable builder for constructing an instance of Type. -
-
Method Detail
-
_type
final JsonField<CodeBundle.Location.Experiment.Position.Type.InnerType> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeBundle.Location.Experiment.Position.Type validate()
-
toBuilder
final CodeBundle.Location.Experiment.Position.Type.Builder toBuilder()
-
builder
final static CodeBundle.Location.Experiment.Position.Type.Builder builder()
Returns a mutable builder for constructing an instance of Type.
The following fields are required:
.type()
-
-
-
-