public class BatchStatus extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
BatchStatus.Function
The method to be run against the documents.
|
Constructor and Description |
---|
BatchStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBatchId()
Gets the batchId.
|
java.util.Date |
getCreated()
Gets the created.
|
DocCounts |
getDocumentCounts()
Gets the documentCounts.
|
java.lang.String |
getFunction()
Gets the function.
|
java.lang.String |
getInputBucketLocation()
Gets the inputBucketLocation.
|
java.lang.String |
getInputBucketName()
Gets the inputBucketName.
|
java.lang.String |
getOutputBucketLocation()
Gets the outputBucketLocation.
|
java.lang.String |
getOutputBucketName()
Gets the outputBucketName.
|
java.lang.String |
getStatus()
Gets the status.
|
java.util.Date |
getUpdated()
Gets the updated.
|
equals, hashCode, toString
public java.lang.String getFunction()
public java.lang.String getInputBucketLocation()
public java.lang.String getInputBucketName()
public java.lang.String getOutputBucketLocation()
public java.lang.String getOutputBucketName()
public java.lang.String getBatchId()
public DocCounts getDocumentCounts()
public java.lang.String getStatus()
public java.util.Date getCreated()
public java.util.Date getUpdated()