public class ColumnHeaders
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
ColumnHeaders() |
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.
|
java.lang.String |
getTextNormalized()
Gets the textNormalized.
|
public java.lang.String getCellId()
public java.util.Map<java.lang.String,java.lang.Object> getLocation()
public java.lang.String getText()
public java.lang.String getTextNormalized()
public java.lang.Long getRowIndexBegin()
public java.lang.Long getRowIndexEnd()
public java.lang.Long getColumnIndexBegin()
public java.lang.Long getColumnIndexEnd()