public class Concept extends GenericModel
ConceptInsights
service.Constructor and Description |
---|
Concept()
Instantiates a new concept.
|
Concept(Graph graph,
String concept)
Instantiates a new concept.
|
Concept(String accountId,
String graphName,
String concept)
Instantiates a new concept.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the id.
|
String |
getLabel()
Gets the label.
|
String |
getName()
Gets the name.
|
void |
setId(String id)
Sets the id.
|
void |
setLabel(String label)
Sets the label.
|
void |
setName(String name)
Sets the name.
|
equals, hashCode, toString
public Concept()
public Concept(Graph graph, String concept)
graph
- the graphconcept
- the conceptpublic String getId()
public String getLabel()
public String getName()
public void setId(String id)
id
- The idpublic void setLabel(String label)
label
- The labelpublic void setName(String name)
name
- The nameCopyright © 2015–2016. All rights reserved.