java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.Mention
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class Mention
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A mention of a party.
  • Constructor Summary

    Constructors
    Constructor Description
    Mention()  
  • Method Summary

    Modifier and Type Method Description
    Location getLocation()
    Gets the location.
    String getText()
    Gets the text.

    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

    • Mention

      public Mention()
  • Method Details

    • getText

      public String getText()
      Gets the text.

      The name of the party.

      Returns:
      the text
    • getLocation

      public Location getLocation()
      Gets the location.

      The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.

      Returns:
      the location