public class Tables
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| Tables() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<BodyCells> | getBodyCells()Gets the bodyCells. | 
| java.util.List<ColumnHeaders> | getColumnHeaders()Gets the columnHeaders. | 
| java.util.List<Contexts> | getContexts()Gets the contexts. | 
| java.util.List<KeyValuePair> | getKeyValuePairs()Gets the keyValuePairs. | 
| Location | getLocation()Gets the location. | 
| java.util.List<RowHeaders> | getRowHeaders()Gets the rowHeaders. | 
| SectionTitle | getSectionTitle()Gets the sectionTitle. | 
| java.util.List<TableHeaders> | getTableHeaders()Gets the tableHeaders. | 
| java.lang.String | getText()Gets the text. | 
| TableTitle | getTitle()Gets the title. | 
public Location getLocation()
public java.lang.String getText()
public SectionTitle getSectionTitle()
public TableTitle getTitle()
public java.util.List<TableHeaders> getTableHeaders()
public java.util.List<RowHeaders> getRowHeaders()
public java.util.List<ColumnHeaders> getColumnHeaders()
public java.util.List<BodyCells> getBodyCells()
public java.util.List<Contexts> getContexts()
public java.util.List<KeyValuePair> getKeyValuePairs()