public class CorpusProcessingState extends GenericModel
ConceptInsights service.| Constructor and Description |
|---|
CorpusProcessingState() |
| Modifier and Type | Method and Description |
|---|---|
BuildStatus |
getBuildStatus()
Gets the builds the status.
|
Integer |
getDocuments()
Gets the documents.
|
String |
getId()
Gets the id.
|
Date |
getLastUpdated()
Gets the last updated.
|
void |
setBuildStatus(BuildStatus buildStatus)
Sets the builds the status.
|
void |
setDocuments(Integer documents)
Sets the documents.
|
void |
setId(String id)
Sets the id.
|
void |
setLastUpdated(Date lastUpdated)
Sets the last updated.
|
equals, hashCode, toStringpublic BuildStatus getBuildStatus()
public Integer getDocuments()
public String getId()
public Date getLastUpdated()
public void setBuildStatus(BuildStatus buildStatus)
buildStatus - The build_statuspublic void setDocuments(Integer documents)
documents - The documentspublic void setId(String id)
id - The idpublic void setLastUpdated(Date lastUpdated)
lastUpdated - The last_updatedCopyright © 2015. All rights reserved.