public abstract class BatchResult
extends java.lang.Object
BatchResult represents abstract class for BatchResults. It contains common data structure of batch result:
| Constructor and Description |
|---|
BatchResult() |
| Modifier and Type | Method and Description |
|---|---|
long[] |
getCompleted()
Gets completed item id's.
|
java.lang.String |
getError()
Gets error message.
|
boolean |
isSuccess()
Gets success value.
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"