public class ConceptValue
extends com.ibm.watson.developer_cloud.service.model.DynamicModel
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ConceptValue() |
Modifier and Type | Method and Description |
---|---|
Long |
getBegin()
Gets the begin.
|
String |
getCoveredText()
Gets the coveredText.
|
String |
getCui()
Gets the cui.
|
List<Concept> |
getDerivedFrom()
Gets the derivedFrom.
|
String |
getDimension()
Gets the dimension.
|
Long |
getEnd()
Gets the end.
|
String |
getId()
Gets the id.
|
String |
getPreferredName()
Gets the preferredName.
|
String |
getRangeBegin()
Gets the rangeBegin.
|
String |
getRangeEnd()
Gets the rangeEnd.
|
String |
getRuleId()
Gets the ruleId.
|
String |
getSectionNormalizedName()
Gets the sectionNormalizedName.
|
String |
getSectionSurfaceForm()
Gets the sectionSurfaceForm.
|
String |
getSource()
Gets the source.
|
String |
getTrigger()
Gets the trigger.
|
String |
getType()
Gets the type.
|
Long |
getUid()
Gets the uid.
|
String |
getUnit()
Gets the unit.
|
String |
getValue()
Gets the value.
|
List<CustomCollection> |
getValues()
Gets the values.
|
Boolean |
isHypothetical()
Gets the hypothetical.
|
Boolean |
isNegated()
Gets the negated.
|
equals, hashCode, toString
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public String getId()
public String getType()
public Long getUid()
public Long getBegin()
public Long getEnd()
public String getCoveredText()
public Boolean isNegated()
public Boolean isHypothetical()
public String getCui()
public String getDimension()
public String getPreferredName()
public String getTrigger()
public String getSource()
public String getValue()
public String getSectionNormalizedName()
public String getSectionSurfaceForm()
public String getRuleId()
public String getUnit()
public List<CustomCollection> getValues()
public String getRangeBegin()
public String getRangeEnd()
Copyright © 2021 IBM Cloud. All rights reserved.