public final class BatchResult extends Object implements Serializable
For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
| Constructor and Description |
|---|
BatchResult() |
BatchResult(List<String> successful,
List<BatchResultErrorEntry> failed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<BatchResultErrorEntry> |
getFailed()
A list of BatchResultErrorEntry items.
|
List<String> |
getSuccessful()
A list of String items representing the entry Id.
|
int |
hashCode() |
void |
setFailed(List<BatchResultErrorEntry> failed) |
void |
setSuccessful(List<String> successful) |
public BatchResult()
public BatchResult(List<String> successful, List<BatchResultErrorEntry> failed)
public List<String> getSuccessful()
public List<BatchResultErrorEntry> getFailed()
public void setFailed(List<BatchResultErrorEntry> failed)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.