Class ColumnHeaders
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.ColumnHeaders
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ColumnHeaders
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Column-level cells, each applicable as a header to other cells in the same column as itself, of
 the current table.
- 
Constructor SummaryConstructors Constructor Description ColumnHeaders()
- 
Method SummaryModifier and Type Method Description StringgetCellId()Gets the cellId.LonggetColumnIndexBegin()Gets the columnIndexBegin.LonggetColumnIndexEnd()Gets the columnIndexEnd.Map<String,Object>getLocation()Gets the location.LonggetRowIndexBegin()Gets the rowIndexBegin.LonggetRowIndexEnd()Gets the rowIndexEnd.StringgetText()Gets the text.StringgetTextNormalized()Gets the textNormalized.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Constructor Details- 
ColumnHeaderspublic ColumnHeaders()
 
- 
- 
Method Details- 
getCellIdGets the cellId.The unique ID of the cell in the current table. - Returns:
- the cellId
 
- 
getLocationGets the location.The location of the column header cell in the current table as defined by its `begin` and `end` offsets, respectfully, in the input document. - Returns:
- the location
 
- 
getTextGets the text.The textual contents of this cell from the input document without associated markup content. - Returns:
- the text
 
- 
getTextNormalizedGets the textNormalized.If you provide customization input, the normalized version of the cell text according to the customization; otherwise, the same value as `text`. - Returns:
- the textNormalized
 
- 
getRowIndexBeginGets the rowIndexBegin.The `begin` index of this cell's `row` location in the current table. - Returns:
- the rowIndexBegin
 
- 
getRowIndexEndGets the rowIndexEnd.The `end` index of this cell's `row` location in the current table. - Returns:
- the rowIndexEnd
 
- 
getColumnIndexBeginGets the columnIndexBegin.The `begin` index of this cell's `column` location in the current table. - Returns:
- the columnIndexBegin
 
- 
getColumnIndexEndGets the columnIndexEnd.The `end` index of this cell's `column` location in the current table. - Returns:
- the columnIndexEnd
 
 
-