public class ConceptResult extends Object implements QueryResult
Constructor and Description |
---|
ConceptResult() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getAlternativeLabels() |
String |
getId() |
List<String> |
getParentConceptIdsGraph() |
Map<String,List<String>> |
getParentConceptsGraph() |
Map<String,String> |
getPreferredLabel() |
List<String> |
getRelatedConceptIds() |
Map<String,List<String>> |
getRelatedConcepts() |
String |
getUri() |
ConceptResult |
setAlternativeLabels(Map<String,List<String>> alternativeLabels) |
ConceptResult |
setId(String id) |
ConceptResult |
setParentConceptIdsGraph(List<String> parentConceptIdsGraph) |
ConceptResult |
setParentConceptsGraph(Map<String,List<String>> parentConceptsGraph) |
ConceptResult |
setPreferredLabel(Map<String,String> preferredLabel) |
ConceptResult |
setRelatedConceptIds(List<String> relatedConceptIds) |
ConceptResult |
setRelatedConcepts(Map<String,List<String>> relatedConcepts) |
ConceptResult |
setUri(String uri) |
public String getUri()
public ConceptResult setUri(String uri)
public ConceptResult setPreferredLabel(Map<String,String> preferredLabel)
public ConceptResult setAlternativeLabels(Map<String,List<String>> alternativeLabels)
public ConceptResult setParentConceptsGraph(Map<String,List<String>> parentConceptsGraph)
public ConceptResult setParentConceptIdsGraph(List<String> parentConceptIdsGraph)
public ConceptResult setRelatedConceptIds(List<String> relatedConceptIds)
public ConceptResult setRelatedConcepts(Map<String,List<String>> relatedConcepts)
public String getId()
public ConceptResult setId(String id)
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries