Package com.braintrustdata.api.models
Class InsertEventsResponse
-
- All Implemented Interfaces:
public final class InsertEventsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInsertEventsResponse.BuilderA builder for InsertEventsResponse.
-
Method Summary
Modifier and Type Method Description final List<String>rowIds()The ids of all rows that were inserted, aligning one-to-one with the rows provided as input final JsonField<List<String>>_rowIds()Returns the raw JSON value of rowIds. final Map<String, JsonValue>_additionalProperties()final InsertEventsResponse.BuildertoBuilder()final InsertEventsResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InsertEventsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of InsertEventsResponse. -
-
Method Detail
-
rowIds
final List<String> rowIds()
The ids of all rows that were inserted, aligning one-to-one with the rows provided as input
-
_rowIds
final JsonField<List<String>> _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()
-
toBuilder
final InsertEventsResponse.Builder toBuilder()
-
validate
final InsertEventsResponse validate()
-
builder
final static InsertEventsResponse.Builder builder()
Returns a mutable builder for constructing an instance of InsertEventsResponse.
The following fields are required:
.rowIds()
-
-
-
-