Class SectionTrigger

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SectionTrigger
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Section trigger.
    • Constructor Summary

      Constructors 
      Constructor Description
      SectionTrigger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getBegin()
      Get the trigger beginning offset.
      java.lang.String getCoveredText()
      Get the trigger text.
      java.lang.Long getEnd()
      Get the trigger ending offset.
      java.lang.String getSectionNormalizedName()
      Get the trigger section name.
      java.lang.String getSource()
      Get the trigger ontology source.
      java.lang.String getType()
      Get the trigger type.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SectionTrigger

        public SectionTrigger()
    • Method Detail

      • getType

        public java.lang.String getType()
        Get the trigger type.
        Returns:
        the trigger type
      • getBegin

        public java.lang.Long getBegin()
        Get the trigger beginning offset.
        Returns:
        beginning offset
      • getEnd

        public java.lang.Long getEnd()
        Get the trigger ending offset.
        Returns:
        ending offset
      • getCoveredText

        public java.lang.String getCoveredText()
        Get the trigger text.
        Returns:
        covered text
      • getSource

        public java.lang.String getSource()
        Get the trigger ontology source.
        Returns:
        the source
      • getSectionNormalizedName

        public java.lang.String getSectionNormalizedName()
        Get the trigger section name.
        Returns:
        normalized section name