Class EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder
-
- All Implemented Interfaces:
public final class EvalCreateParams.Parent.SpanParentStruct.RowIds.BuilderA builder for RowIds.
-
-
Method Summary
-
-
Method Detail
-
id
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder id(String id)
The id of the row
-
id
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
rootSpanId
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder rootSpanId(String rootSpanId)
The root_span_id of the row
-
rootSpanId
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder rootSpanId(JsonField<String> rootSpanId)
Sets Builder.rootSpanId to an arbitrary JSON value.
You should usually call Builder.rootSpanId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
spanId
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder spanId(String spanId)
The span_id of the row
-
spanId
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder spanId(JsonField<String> spanId)
Sets Builder.spanId to an arbitrary JSON value.
You should usually call Builder.spanId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final EvalCreateParams.Parent.SpanParentStruct.RowIds.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final EvalCreateParams.Parent.SpanParentStruct.RowIds build()
Returns an immutable instance of RowIds.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .rootSpanId() .spanId()
-
-
-
-