public class DocumentStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DocumentStatus.Status
The status of the translation job associated with a submitted document.
|
Constructor and Description |
---|
DocumentStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseModelId()
Gets the baseModelId.
|
java.lang.Long |
getCharacterCount()
Gets the characterCount.
|
java.util.Date |
getCompleted()
Gets the completed.
|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDocumentId()
Gets the documentId.
|
java.lang.String |
getFilename()
Gets the filename.
|
java.lang.String |
getModelId()
Gets the modelId.
|
java.lang.String |
getSource()
Gets the source.
|
java.lang.String |
getStatus()
Gets the status.
|
java.lang.String |
getTarget()
Gets the target.
|
java.lang.Long |
getWordCount()
Gets the wordCount.
|
public java.lang.String getDocumentId()
public java.lang.String getFilename()
public java.lang.String getStatus()
public java.lang.String getModelId()
public java.lang.String getBaseModelId()
public java.lang.String getSource()
public java.lang.String getTarget()
public java.util.Date getCreated()
public java.util.Date getCompleted()
public java.lang.Long getWordCount()
public java.lang.Long getCharacterCount()