public class ConceptMetadata extends GenericModel
ConceptInsights service.| Constructor and Description | 
|---|
| ConceptMetadata() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAbstract()Gets the abstract. | 
| String | getId()Gets the id. | 
| String | getLabel()Gets the label. | 
| String | getLink()Gets the link. | 
| List<String> | getOntology()Gets the ontology. | 
| String | getThumbnail()Gets the thumbnail. | 
| String | getType()Gets the type. | 
| void | setAbstract(String _abstract)Sets the abstract. | 
| void | setId(String id)Sets the id. | 
| void | setLabel(String label)Sets the label. | 
| void | setLink(String link)Sets the link. | 
| void | setOntology(List<String> ontology)Sets the ontology. | 
| void | setThumbnail(String thumbnail)Sets the thumbnail. | 
| void | setType(String type)Sets the type. | 
equals, hashCode, toStringpublic String getAbstract()
public String getId()
public String getLabel()
public String getLink()
public String getThumbnail()
public String getType()
public void setAbstract(String _abstract)
_abstract - The abstractpublic void setId(String id)
id - The idpublic void setLabel(String label)
label - The labelpublic void setLink(String link)
link - The linkpublic void setOntology(List<String> ontology)
ontology - The ontologypublic void setThumbnail(String thumbnail)
thumbnail - The thumbnailpublic void setType(String type)
type - The typeCopyright © 2015–2016. All rights reserved.