Package com.braintrustdata.api.models
Class CrossObjectInsertResponse.ProjectLogs
-
- All Implemented Interfaces:
public final class CrossObjectInsertResponse.ProjectLogsA mapping from project id to row ids for inserted
events
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCrossObjectInsertResponse.ProjectLogs.BuilderA builder for ProjectLogs.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final CrossObjectInsertResponse.ProjectLogs.BuildertoBuilder()final CrossObjectInsertResponse.ProjectLogsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CrossObjectInsertResponse.ProjectLogs.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectLogs. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CrossObjectInsertResponse.ProjectLogs.Builder toBuilder()
-
validate
final CrossObjectInsertResponse.ProjectLogs validate()
-
builder
final static CrossObjectInsertResponse.ProjectLogs.Builder builder()
Returns a mutable builder for constructing an instance of ProjectLogs.
-
-
-
-