Package com.braintrustdata.api.models
Class ProjectSettings.SpanFieldOrder
-
- All Implemented Interfaces:
public final class ProjectSettings.SpanFieldOrder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectSettings.SpanFieldOrder.BuilderA builder for SpanFieldOrder.
public final classProjectSettings.SpanFieldOrder.Layout
-
Method Summary
Modifier and Type Method Description final StringcolumnId()final StringobjectType()final Stringposition()final Optional<ProjectSettings.SpanFieldOrder.Layout>layout()final JsonField<String>_columnId()Returns the raw JSON value of columnId. final JsonField<String>_objectType()Returns the raw JSON value of objectType. final JsonField<String>_position()Returns the raw JSON value of position. final JsonField<ProjectSettings.SpanFieldOrder.Layout>_layout()Returns the raw JSON value of layout. final Map<String, JsonValue>_additionalProperties()final ProjectSettings.SpanFieldOrdervalidate()final ProjectSettings.SpanFieldOrder.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectSettings.SpanFieldOrder.Builderbuilder()Returns a mutable builder for constructing an instance of SpanFieldOrder. -
-
Method Detail
-
objectType
final String objectType()
-
layout
final Optional<ProjectSettings.SpanFieldOrder.Layout> layout()
-
_columnId
final JsonField<String> _columnId()
Returns the raw JSON value of columnId.
Unlike columnId, this method doesn't throw if the JSON field has an unexpected type.
-
_objectType
final JsonField<String> _objectType()
Returns the raw JSON value of objectType.
Unlike objectType, this method doesn't throw if the JSON field has an unexpected type.
-
_position
final JsonField<String> _position()
Returns the raw JSON value of position.
Unlike position, this method doesn't throw if the JSON field has an unexpected type.
-
_layout
final JsonField<ProjectSettings.SpanFieldOrder.Layout> _layout()
Returns the raw JSON value of layout.
Unlike layout, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ProjectSettings.SpanFieldOrder validate()
-
toBuilder
final ProjectSettings.SpanFieldOrder.Builder toBuilder()
-
builder
final static ProjectSettings.SpanFieldOrder.Builder builder()
Returns a mutable builder for constructing an instance of SpanFieldOrder.
The following fields are required:
.columnId() .objectType() .position()
-
-
-
-