Package com.openai.models.models
Class ModelDeleted
-
- All Implemented Interfaces:
public final class ModelDeleted
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModelDeleted.BuilderA builder for ModelDeleted.
-
Method Summary
Modifier and Type Method Description final Stringid()final Booleandeleted()final Stringobject_()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Boolean>_deleted()Returns the raw JSON value of deleted. final JsonField<String>_object_()Returns the raw JSON value of object_. final Map<String, JsonValue>_additionalProperties()final ModelDeleted.BuildertoBuilder()final ModelDeletedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ModelDeleted.Builderbuilder()Returns a mutable builder for constructing an instance of ModelDeleted. -
-
Method Detail
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_deleted
final JsonField<Boolean> _deleted()
Returns the raw JSON value of deleted.
Unlike deleted, this method doesn't throw if the JSON field has an unexpected type.
-
_object_
final JsonField<String> _object_()
Returns the raw JSON value of object_.
Unlike object_, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ModelDeleted.Builder toBuilder()
-
validate
final ModelDeleted validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static ModelDeleted.Builder builder()
Returns a mutable builder for constructing an instance of ModelDeleted.
The following fields are required:
.id() .deleted() .object_()
-
-
-
-