Package com.openai.models.videos
Class VideoCreateError
-
- All Implemented Interfaces:
public final class VideoCreateError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
VideoCreateError.Builder
A builder for VideoCreateError.
-
Method Summary
Modifier and Type Method Description final String
code()
final String
message()
final JsonField<String>
_code()
Returns the raw JSON value of code. final JsonField<String>
_message()
Returns the raw JSON value of message. final Map<String, JsonValue>
_additionalProperties()
final VideoCreateError.Builder
toBuilder()
final VideoCreateError
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static VideoCreateError.Builder
builder()
Returns a mutable builder for constructing an instance of VideoCreateError. -
-
Method Detail
-
_code
final JsonField<String> _code()
Returns the raw JSON value of code.
Unlike code, this method doesn't throw if the JSON field has an unexpected type.
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VideoCreateError.Builder toBuilder()
-
validate
final VideoCreateError validate()
-
builder
final static VideoCreateError.Builder builder()
Returns a mutable builder for constructing an instance of VideoCreateError.
The following fields are required:
.code() .message()
-
-
-
-