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 class
ModelDeleted.Builder
A builder for ModelDeleted.
-
Method Summary
Modifier and Type Method Description final String
id()
final Boolean
deleted()
final String
object_()
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.Builder
toBuilder()
final ModelDeleted
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ModelDeleted.Builder
builder()
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()
-
builder
final static ModelDeleted.Builder builder()
Returns a mutable builder for constructing an instance of ModelDeleted.
The following fields are required:
.id() .deleted() .object_()
-
-
-
-