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.GenericModel
TableColumDetailColumnsItems.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getColumn()
Gets the column.java.lang.Long
getIndex()
Gets the index.java.lang.String
getType()
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
-
-