Package com.braintrustdata.api.models
Class ExperimentListPageResponse
-
- All Implemented Interfaces:
public final class ExperimentListPageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExperimentListPageResponse.BuilderA builder for ExperimentListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<Experiment>objects()A list of experiment objects final JsonField<List<Experiment>>_objects()Returns the raw JSON value of objects. final Map<String, JsonValue>_additionalProperties()final ExperimentListPageResponse.BuildertoBuilder()final ExperimentListPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ExperimentListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ExperimentListPageResponse. -
-
Method Detail
-
objects
final List<Experiment> objects()
A list of experiment objects
-
_objects
final JsonField<List<Experiment>> _objects()
Returns the raw JSON value of objects.
Unlike objects, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ExperimentListPageResponse.Builder toBuilder()
-
validate
final ExperimentListPageResponse validate()
-
builder
final static ExperimentListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of ExperimentListPageResponse.
The following fields are required:
.objects()
-
-
-
-