public class Document extends GenericModel
ConceptInsights service.| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getLabel()
Gets the label.
|
Date |
getLastModified()
Gets the last modified.
|
List<Part> |
getParts()
Gets the parts.
|
Map<String,String> |
getUserFields()
Gets the user fields.
|
void |
setId(String id)
Sets the id.
|
void |
setLabel(String label)
Sets the label.
|
void |
setLastModified(Date lastModified)
Sets the last modified.
|
void |
setParts(List<Part> parts)
Sets the parts.
|
void |
setUserFields(Map<String,String> userFields)
Sets the user fields.
|
equals, hashCode, toStringpublic String getId()
public String getLabel()
public Date getLastModified()
public Map<String,String> getUserFields()
public void setId(String id)
id - The idpublic void setLabel(String label)
label - The labelpublic void setLastModified(Date lastModified)
lastModified - The last_modifiedCopyright © 2015. All rights reserved.