@Value.Immutable public abstract static class MtBatchDryRunResult.PerRecipient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MtBatchDryRunResult.PerRecipient.Builder
A builder of per-recipient dry-run results.
|
| Constructor and Description |
|---|
PerRecipient() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
body()
The message body sent to this recipient.
|
static MtBatchDryRunResult.PerRecipient.Builder |
builder()
Creates a builder of
MtBatchDryRunResult.PerRecipient instances. |
abstract String |
encoding()
The message encoding that will be applied for this recipient.
|
abstract int |
numberOfParts()
The number of message parts that were sent to this recipient.
|
abstract String |
recipient()
The recipient to whom this result refers.
|
@Nonnull public static final MtBatchDryRunResult.PerRecipient.Builder builder()
MtBatchDryRunResult.PerRecipient instances.public abstract String recipient()
public abstract int numberOfParts()
public abstract String body()
public abstract String encoding()
Copyright © 2016–2019 CLX Communications. All rights reserved.