| Package | Description |
|---|---|
| com.google.gdata.model.batch |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,BatchInterrupted> |
BatchInterrupted.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
BatchInterrupted |
BatchInterrupted.setContent(String content)
Sets the error message explaining what went wrong while processing the
request.
|
BatchInterrupted |
BatchInterrupted.setContentType(ContentType contentType)
Sets the MIME type of the content of this element.
|
BatchInterrupted |
BatchInterrupted.setErrorCount(Integer errorCount)
Sets the number of entries for which processing failed.
|
BatchInterrupted |
BatchInterrupted.setReason(String reason)
Sets the reason.
|
BatchInterrupted |
BatchInterrupted.setSkippedCount(Integer skippedCount)
Sets the number of entries parsed but not processed.
|
BatchInterrupted |
BatchInterrupted.setSuccessCount(Integer successCount)
Sets the number of entries processed successfully.
|
BatchInterrupted |
BatchInterrupted.setTotalCount(Integer totalCount)
Sets the number of entries that were parsed.
|
Copyright © 2012. All Rights Reserved.