Class MessageBatchRequestCounts
-
- All Implemented Interfaces:
public final class MessageBatchRequestCounts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageBatchRequestCounts.BuilderA builder for MessageBatchRequestCounts.
-
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 MessageBatchRequestCountsvalidate()final MessageBatchRequestCounts.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageBatchRequestCounts.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 MessageBatchRequestCounts validate()
-
toBuilder
final MessageBatchRequestCounts.Builder toBuilder()
-
builder
final static MessageBatchRequestCounts.Builder builder()
-
-
-
-