Class DataTableResponseColumn
java.lang.Object
com.microsoft.azure.management.appservice.DataTableResponseColumn
Column definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet name of the column.Get column Type.dataType()
Get data type which looks like 'String' or 'Int32'.withColumnName
(String columnName) Set name of the column.withColumnType
(String columnType) Set column Type.withDataType
(String dataType) Set data type which looks like 'String' or 'Int32'.
-
Constructor Details
-
DataTableResponseColumn
public DataTableResponseColumn()
-
-
Method Details
-
columnName
Get name of the column.- Returns:
- the columnName value
-
withColumnName
Set name of the column.- Parameters:
columnName
- the columnName value to set- Returns:
- the DataTableResponseColumn object itself.
-
dataType
Get data type which looks like 'String' or 'Int32'.- Returns:
- the dataType value
-
withDataType
Set data type which looks like 'String' or 'Int32'.- Parameters:
dataType
- the dataType value to set- Returns:
- the DataTableResponseColumn object itself.
-
columnType
Get column Type.- Returns:
- the columnType value
-
withColumnType
Set column Type.- Parameters:
columnType
- the columnType value to set- Returns:
- the DataTableResponseColumn object itself.
-