public class TableHeaders
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
cellId  | 
protected java.lang.Long | 
columnIndexBegin  | 
protected java.lang.Long | 
columnIndexEnd  | 
protected java.util.Map<java.lang.String,java.lang.Object> | 
location  | 
protected java.lang.Long | 
rowIndexBegin  | 
protected java.lang.Long | 
rowIndexEnd  | 
protected java.lang.String | 
text  | 
| Constructor and Description | 
|---|
TableHeaders()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCellId()
Gets the cellId. 
 | 
java.lang.Long | 
getColumnIndexBegin()
Gets the columnIndexBegin. 
 | 
java.lang.Long | 
getColumnIndexEnd()
Gets the columnIndexEnd. 
 | 
java.util.Map<java.lang.String,java.lang.Object> | 
getLocation()
Gets the location. 
 | 
java.lang.Long | 
getRowIndexBegin()
Gets the rowIndexBegin. 
 | 
java.lang.Long | 
getRowIndexEnd()
Gets the rowIndexEnd. 
 | 
java.lang.String | 
getText()
Gets the text. 
 | 
@SerializedName(value="cell_id") protected java.lang.String cellId
protected java.util.Map<java.lang.String,java.lang.Object> location
protected java.lang.String text
@SerializedName(value="row_index_begin") protected java.lang.Long rowIndexBegin
@SerializedName(value="row_index_end") protected java.lang.Long rowIndexEnd
@SerializedName(value="column_index_begin") protected java.lang.Long columnIndexBegin
@SerializedName(value="column_index_end") protected java.lang.Long columnIndexEnd
public java.lang.String getCellId()
The unique ID of the cell in the current table.
public java.util.Map<java.lang.String,java.lang.Object> getLocation()
The location of the table header cell in the current table as defined by its `begin` and `end` offsets, respectfully, in the input document.
public java.lang.String getText()
The textual contents of the cell from the input document without associated markup content.
public java.lang.Long getRowIndexBegin()
The `begin` index of this cell's `row` location in the current table.
public java.lang.Long getRowIndexEnd()
The `end` index of this cell's `row` location in the current table.
public java.lang.Long getColumnIndexBegin()
The `begin` index of this cell's `column` location in the current table.
public java.lang.Long getColumnIndexEnd()
The `end` index of this cell's `column` location in the current table.