public class JobDetails
extends java.lang.Object
implements java.io.Serializable
The number of documents successfully and unsuccessfully processed during a translation job.
Constructor and Description |
---|
JobDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getDocumentsWithErrorsCount()
The number of documents that could not be processed during a translation
job.
|
java.lang.Integer |
getInputDocumentsCount()
The number of documents used as input in a translation job.
|
java.lang.Integer |
getTranslatedDocumentsCount()
The number of documents successfully processed during a translation job.
|
int |
hashCode() |
void |
setDocumentsWithErrorsCount(java.lang.Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation
job.
|
void |
setInputDocumentsCount(java.lang.Integer inputDocumentsCount)
The number of documents used as input in a translation job.
|
void |
setTranslatedDocumentsCount(java.lang.Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
JobDetails |
withDocumentsWithErrorsCount(java.lang.Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation
job.
|
JobDetails |
withInputDocumentsCount(java.lang.Integer inputDocumentsCount)
The number of documents used as input in a translation job.
|
JobDetails |
withTranslatedDocumentsCount(java.lang.Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
|
public java.lang.Integer getTranslatedDocumentsCount()
The number of documents successfully processed during a translation job.
The number of documents successfully processed during a translation job.
public void setTranslatedDocumentsCount(java.lang.Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
translatedDocumentsCount
- The number of documents successfully processed during a translation job.
public JobDetails withTranslatedDocumentsCount(java.lang.Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
Returns a reference to this object so that method calls can be chained together.
translatedDocumentsCount
- The number of documents successfully processed during a translation job.
public java.lang.Integer getDocumentsWithErrorsCount()
The number of documents that could not be processed during a translation job.
The number of documents that could not be processed during a translation job.
public void setDocumentsWithErrorsCount(java.lang.Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation job.
documentsWithErrorsCount
- The number of documents that could not be processed during a translation job.
public JobDetails withDocumentsWithErrorsCount(java.lang.Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation job.
Returns a reference to this object so that method calls can be chained together.
documentsWithErrorsCount
- The number of documents that could not be processed during a translation job.
public java.lang.Integer getInputDocumentsCount()
The number of documents used as input in a translation job.
The number of documents used as input in a translation job.
public void setInputDocumentsCount(java.lang.Integer inputDocumentsCount)
The number of documents used as input in a translation job.
inputDocumentsCount
- The number of documents used as input in a translation job.
public JobDetails withInputDocumentsCount(java.lang.Integer inputDocumentsCount)
The number of documents used as input in a translation job.
Returns a reference to this object so that method calls can be chained together.
inputDocumentsCount
- The number of documents used as input in a translation job.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.