Class UpdateTableBodyAddColumnsItems
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.UpdateTableBodyAddColumnsItems
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateTableBodyAddColumnsItems extends com.ibm.cloud.sdk.core.service.model.GenericModel
Add_columns items.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateTableBodyAddColumnsItems.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
columnComment()
Gets the columnComment.java.lang.String
columnName()
Gets the columnName.java.lang.String
dataType()
Gets the dataType.UpdateTableBodyAddColumnsItems.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateTableBodyAddColumnsItems.Builder newBuilder()
New builder.- Returns:
- a UpdateTableBodyAddColumnsItems builder
-
columnComment
public java.lang.String columnComment()
Gets the columnComment. Comment.- Returns:
- the columnComment
-
columnName
public java.lang.String columnName()
Gets the columnName. Column name.- Returns:
- the columnName
-
dataType
public java.lang.String dataType()
Gets the dataType. Data type.- Returns:
- the dataType
-
-