public class Value
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cellId |
protected Location |
location |
protected java.lang.String |
text |
Constructor and Description |
---|
Value() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCellId()
Gets the cellId.
|
Location |
getLocation()
Gets the location.
|
java.lang.String |
getText()
Gets the text.
|
@SerializedName(value="cell_id") protected java.lang.String cellId
protected Location location
protected java.lang.String text
public java.lang.String getCellId()
The unique ID of the value in the table.
public Location getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
public java.lang.String getText()
The text content of the table cell without HTML markup.