Class TableColumDetailColumnsItems
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.TableColumDetailColumnsItems
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TableColumDetailColumnsItems extends com.ibm.cloud.sdk.core.service.model.GenericModelTableColumDetailColumnsItems. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColumn()Gets the column.java.lang.LonggetIndex()Gets the index.java.lang.StringgetType()Gets the type. 
 - 
 
- 
- 
Method Detail
- 
getColumn
public java.lang.String getColumn()
Gets the column. Name of the column.- Returns:
 - the column
 
 
- 
getIndex
public java.lang.Long getIndex()
Gets the index. column idx_integer.- Returns:
 - the index
 
 
- 
getType
public java.lang.String getType()
Gets the type. data type for the column.- Returns:
 - the type
 
 
 - 
 
 -