Package com.openai.models.webhooks
Class BatchFailedWebhookEvent.Data
-
- All Implemented Interfaces:
public final class BatchFailedWebhookEvent.Data
Event data payload.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BatchFailedWebhookEvent.Data.Builder
A builder for Data.
-
Method Summary
Modifier and Type Method Description final String
id()
The unique ID of the batch API request. final JsonField<String>
_id()
Returns the raw JSON value of id. final Map<String, JsonValue>
_additionalProperties()
final BatchFailedWebhookEvent.Data.Builder
toBuilder()
final BatchFailedWebhookEvent.Data
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BatchFailedWebhookEvent.Data.Builder
builder()
Returns a mutable builder for constructing an instance of Data. -
-
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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BatchFailedWebhookEvent.Data.Builder toBuilder()
-
validate
final BatchFailedWebhookEvent.Data validate()
-
builder
final static BatchFailedWebhookEvent.Data.Builder builder()
Returns a mutable builder for constructing an instance of Data.
The following fields are required:
.id()
-
-
-
-