Package com.openai.models.videos
Class VideoCreateCharacterResponse
-
- All Implemented Interfaces:
public final class VideoCreateCharacterResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVideoCreateCharacterResponse.BuilderA builder for VideoCreateCharacterResponse.
-
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 VideoCreateCharacterResponse.BuildertoBuilder()final VideoCreateCharacterResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VideoCreateCharacterResponse.Builderbuilder()Returns a mutable builder for constructing an instance of VideoCreateCharacterResponse. -
-
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 VideoCreateCharacterResponse.Builder toBuilder()
-
validate
final VideoCreateCharacterResponse validate()
-
builder
final static VideoCreateCharacterResponse.Builder builder()
Returns a mutable builder for constructing an instance of VideoCreateCharacterResponse.
The following fields are required:
.id() .createdAt() .name()
-
-
-
-