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