Class 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.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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