Class Value
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.Value
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Value
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A value in a key-value pair.
-
Constructor Summary
Constructors Constructor Description Value()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
getCellId
Gets the cellId.The unique ID of the value in the table.
- Returns:
- the cellId
-
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
-
getText
Gets the text.The text content of the table cell without HTML markup.
- Returns:
- the text
-