Class TableElementLocation

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.TableElementLocation
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class TableElementLocation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
  • Constructor Summary

    Constructors
    Constructor Description
    TableElementLocation()  
  • Method Summary

    Modifier and Type Method Description
    Long getBegin()
    Gets the begin.
    Long getEnd()
    Gets the end.

    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 Details

    • TableElementLocation

      public TableElementLocation()
  • Method Details

    • getBegin

      public Long getBegin()
      Gets the begin.

      The element's `begin` index.

      Returns:
      the begin
    • getEnd

      public Long getEnd()
      Gets the end.

      The element's `end` index.

      Returns:
      the end