Class BetaMessageBatchRequestCounts
-
- All Implemented Interfaces:
public final class BetaMessageBatchRequestCounts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaMessageBatchRequestCounts.BuilderA builder for BetaMessageBatchRequestCounts.
-
Method Summary
Modifier and Type Method Description final Longcanceled()Number of requests in the Message Batch that have been canceled. final Longerrored()Number of requests in the Message Batch that encountered an error. final Longexpired()Number of requests in the Message Batch that have expired. final Longprocessing()Number of requests in the Message Batch that are processing. final Longsucceeded()Number of requests in the Message Batch that have completed successfully. final JsonField<Long>_canceled()Number of requests in the Message Batch that have been canceled. final JsonField<Long>_errored()Number of requests in the Message Batch that encountered an error. final JsonField<Long>_expired()Number of requests in the Message Batch that have expired. final JsonField<Long>_processing()Number of requests in the Message Batch that are processing. final JsonField<Long>_succeeded()Number of requests in the Message Batch that have completed successfully. final Map<String, JsonValue>_additionalProperties()final BetaMessageBatchRequestCountsvalidate()final BetaMessageBatchRequestCounts.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaMessageBatchRequestCounts.Builderbuilder()-
-
Method Detail
-
canceled
final Long canceled()
Number of requests in the Message Batch that have been canceled.
This is zero until processing of the entire Message Batch has ended.
-
errored
final Long errored()
Number of requests in the Message Batch that encountered an error.
This is zero until processing of the entire Message Batch has ended.
-
expired
final Long expired()
Number of requests in the Message Batch that have expired.
This is zero until processing of the entire Message Batch has ended.
-
processing
final Long processing()
Number of requests in the Message Batch that are processing.
-
succeeded
final Long succeeded()
Number of requests in the Message Batch that have completed successfully.
This is zero until processing of the entire Message Batch has ended.
-
_canceled
final JsonField<Long> _canceled()
Number of requests in the Message Batch that have been canceled.
This is zero until processing of the entire Message Batch has ended.
-
_errored
final JsonField<Long> _errored()
Number of requests in the Message Batch that encountered an error.
This is zero until processing of the entire Message Batch has ended.
-
_expired
final JsonField<Long> _expired()
Number of requests in the Message Batch that have expired.
This is zero until processing of the entire Message Batch has ended.
-
_processing
final JsonField<Long> _processing()
Number of requests in the Message Batch that are processing.
-
_succeeded
final JsonField<Long> _succeeded()
Number of requests in the Message Batch that have completed successfully.
This is zero until processing of the entire Message Batch has ended.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaMessageBatchRequestCounts validate()
-
toBuilder
final BetaMessageBatchRequestCounts.Builder toBuilder()
-
builder
final static BetaMessageBatchRequestCounts.Builder builder()
-
-
-
-