public class RelatedConceptModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
RelatedConceptModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAlternativeName()
Gets the alternativeName.
|
String |
getCui()
Gets the cui.
|
Long |
getHitCount()
Gets the hitCount.
|
List<RelatedConceptModel> |
getNextConcepts()
Gets the nextConcepts.
|
String |
getOntology()
Gets the ontology.
|
String |
getPreferredName()
Gets the preferredName.
|
Long |
getRank()
Gets the rank.
|
Float |
getScore()
Gets the score.
|
String |
getSemanticType()
Gets the semanticType.
|
List<String> |
getSurfaceForms()
Gets the surfaceForms.
|
public String getCui()
public String getOntology()
public String getPreferredName()
public String getAlternativeName()
public String getSemanticType()
public Long getRank()
public Long getHitCount()
public Float getScore()
public List<String> getSurfaceForms()
public List<RelatedConceptModel> getNextConcepts()
Copyright © 2021 IBM Cloud. All rights reserved.