Class MessageBatchIndividualResponse
-
- All Implemented Interfaces:
public final class MessageBatchIndividualResponseThis is a single line in the response
.jsonlfile and does not represent the response as a whole.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageBatchIndividualResponse.BuilderA builder for MessageBatchIndividualResponse.
-
Method Summary
Modifier and Type Method Description final StringcustomId()Developer-provided ID created for each request in a Message Batch. final MessageBatchResultresult()Processing result for this request. final JsonField<String>_customId()Developer-provided ID created for each request in a Message Batch. final JsonField<MessageBatchResult>_result()Processing result for this request. final Map<String, JsonValue>_additionalProperties()final MessageBatchIndividualResponsevalidate()final MessageBatchIndividualResponse.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageBatchIndividualResponse.Builderbuilder()-
-
Method Detail
-
customId
final String customId()
Developer-provided ID created for each request in a Message Batch. Useful for matching results to requests, as results may be given out of request order.
Must be unique for each request within the Message Batch.
-
result
final MessageBatchResult result()
Processing result for this request.
Contains a Message output if processing was successful, an error response if processing failed, or the reason why processing was not attempted, such as cancellation or expiration.
-
_customId
final JsonField<String> _customId()
Developer-provided ID created for each request in a Message Batch. Useful for matching results to requests, as results may be given out of request order.
Must be unique for each request within the Message Batch.
-
_result
final JsonField<MessageBatchResult> _result()
Processing result for this request.
Contains a Message output if processing was successful, an error response if processing failed, or the reason why processing was not attempted, such as cancellation or expiration.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final MessageBatchIndividualResponse validate()
-
toBuilder
final MessageBatchIndividualResponse.Builder toBuilder()
-
builder
final static MessageBatchIndividualResponse.Builder builder()
-
-
-
-