Package com.braintrustdata.api.models
Class FunctionInvokeParams.Parent.SpanParentStruct.RowIds
-
- All Implemented Interfaces:
public final class FunctionInvokeParams.Parent.SpanParentStruct.RowIdsIdentifiers for the row to to log a subspan under
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFunctionInvokeParams.Parent.SpanParentStruct.RowIds.BuilderA builder for RowIds.
-
Method Summary
Modifier and Type Method Description final Stringid()The id of the row final StringrootSpanId()The root_span_id of the row final StringspanId()The span_id of the row final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_rootSpanId()Returns the raw JSON value of rootSpanId. final JsonField<String>_spanId()Returns the raw JSON value of spanId. final Map<String, JsonValue>_additionalProperties()final FunctionInvokeParams.Parent.SpanParentStruct.RowIdsvalidate()final FunctionInvokeParams.Parent.SpanParentStruct.RowIds.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FunctionInvokeParams.Parent.SpanParentStruct.RowIds.Builderbuilder()Returns a mutable builder for constructing an instance of RowIds. -
-
Method Detail
-
rootSpanId
final String rootSpanId()
The root_span_id of the row
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_rootSpanId
final JsonField<String> _rootSpanId()
Returns the raw JSON value of rootSpanId.
Unlike rootSpanId, this method doesn't throw if the JSON field has an unexpected type.
-
_spanId
final JsonField<String> _spanId()
Returns the raw JSON value of spanId.
Unlike spanId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FunctionInvokeParams.Parent.SpanParentStruct.RowIds validate()
-
toBuilder
final FunctionInvokeParams.Parent.SpanParentStruct.RowIds.Builder toBuilder()
-
builder
final static FunctionInvokeParams.Parent.SpanParentStruct.RowIds.Builder builder()
Returns a mutable builder for constructing an instance of RowIds.
The following fields are required:
.id() .rootSpanId() .spanId()
-
-
-
-