Package com.openai.models.videos
Class VideoGetCharacterResponse
-
- All Implemented Interfaces:
public final class VideoGetCharacterResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVideoGetCharacterResponse.BuilderA builder for VideoGetCharacterResponse.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()Identifier for the character creation cameo. final LongcreatedAt()Unix timestamp (in seconds) when the character was created. final Optional<String>name()Display name for the character. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Long>_createdAt()Returns the raw JSON value of createdAt. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final VideoGetCharacterResponse.BuildertoBuilder()final VideoGetCharacterResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VideoGetCharacterResponse.Builderbuilder()Returns a mutable builder for constructing an instance of VideoGetCharacterResponse. -
-
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.
-
_createdAt
final JsonField<Long> _createdAt()
Returns the raw JSON value of createdAt.
Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VideoGetCharacterResponse.Builder toBuilder()
-
validate
final VideoGetCharacterResponse 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 VideoGetCharacterResponse.Builder builder()
Returns a mutable builder for constructing an instance of VideoGetCharacterResponse.
The following fields are required:
.id() .createdAt() .name()
-
-
-
-