Package com.merative.acd.v1.model
Class SectionTrigger
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.merative.acd.v1.model.SectionTrigger
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class SectionTrigger extends com.ibm.cloud.sdk.core.service.model.GenericModelSection trigger.
- 
- 
Constructor SummaryConstructors Constructor Description SectionTrigger()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetBegin()Get the trigger beginning offset.java.lang.StringgetCoveredText()Get the trigger text.java.lang.LonggetEnd()Get the trigger ending offset.java.lang.StringgetSectionNormalizedName()Get the trigger section name.java.lang.StringgetSource()Get the trigger ontology source.java.lang.StringgetType()Get the trigger type.
 
- 
- 
- 
Method Detail- 
getTypepublic java.lang.String getType() Get the trigger type.- Returns:
- the trigger type
 
 - 
getBeginpublic java.lang.Long getBegin() Get the trigger beginning offset.- Returns:
- beginning offset
 
 - 
getEndpublic java.lang.Long getEnd() Get the trigger ending offset.- Returns:
- ending offset
 
 - 
getCoveredTextpublic java.lang.String getCoveredText() Get the trigger text.- Returns:
- covered text
 
 - 
getSourcepublic java.lang.String getSource() Get the trigger ontology source.- Returns:
- the source
 
 - 
getSectionNormalizedNamepublic java.lang.String getSectionNormalizedName() Get the trigger section name.- Returns:
- normalized section name
 
 
- 
 
-