public class TableCellKey
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cellId |
protected TableElementLocation |
location |
protected java.lang.String |
text |
Constructor and Description |
---|
TableCellKey() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCellId()
Gets the cellId.
|
TableElementLocation |
getLocation()
Gets the location.
|
java.lang.String |
getText()
Gets the text.
|
@SerializedName(value="cell_id") protected java.lang.String cellId
protected TableElementLocation location
protected java.lang.String text
public java.lang.String getCellId()
The unique ID of the key in the table.
public TableElementLocation 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.