Class EvalCreateParams.Parent.SpanParentStruct
-
- All Implemented Interfaces:
public final class EvalCreateParams.Parent.SpanParentStructSpan parent properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEvalCreateParams.Parent.SpanParentStruct.BuilderA builder for SpanParentStruct.
public final classEvalCreateParams.Parent.SpanParentStruct.ObjectTypepublic final classEvalCreateParams.Parent.SpanParentStruct.PropagatedEventInclude these properties in every span created under this parent
public final classEvalCreateParams.Parent.SpanParentStruct.RowIdsIdentifiers for the row to to log a subspan under
-
Method Summary
-
-
Method Detail
-
objectType
final EvalCreateParams.Parent.SpanParentStruct.ObjectType objectType()
-
propagatedEvent
final Optional<EvalCreateParams.Parent.SpanParentStruct.PropagatedEvent> propagatedEvent()
Include these properties in every span created under this parent
-
rowIds
final Optional<EvalCreateParams.Parent.SpanParentStruct.RowIds> rowIds()
Identifiers for the row to to log a subspan under
-
_objectId
final JsonField<String> _objectId()
Returns the raw JSON value of objectId.
Unlike objectId, this method doesn't throw if the JSON field has an unexpected type.
-
_objectType
final JsonField<EvalCreateParams.Parent.SpanParentStruct.ObjectType> _objectType()
Returns the raw JSON value of objectType.
Unlike objectType, this method doesn't throw if the JSON field has an unexpected type.
-
_propagatedEvent
final JsonField<EvalCreateParams.Parent.SpanParentStruct.PropagatedEvent> _propagatedEvent()
Returns the raw JSON value of propagatedEvent.
Unlike propagatedEvent, this method doesn't throw if the JSON field has an unexpected type.
-
_rowIds
final JsonField<EvalCreateParams.Parent.SpanParentStruct.RowIds> _rowIds()
Returns the raw JSON value of rowIds.
Unlike rowIds, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final EvalCreateParams.Parent.SpanParentStruct validate()
-
toBuilder
final EvalCreateParams.Parent.SpanParentStruct.Builder toBuilder()
-
builder
final static EvalCreateParams.Parent.SpanParentStruct.Builder builder()
Returns a mutable builder for constructing an instance of SpanParentStruct.
The following fields are required:
.objectId() .objectType()
-
-
-
-