DataTableResponseColumn Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. DataTableResponseColumn
- com.
Implements
public final class DataTableResponseColumn
implements JsonSerializable<DataTableResponseColumn>
Column definition.
Constructor Summary
Constructor | Description |
---|---|
DataTableResponseColumn() |
Creates an instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
columnName()
Get the column |
String |
columnType()
Get the column |
String |
dataType()
Get the data |
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Data |
withColumnName(String columnName)
Set the column |
Data |
withColumnType(String columnType)
Set the column |
Data |
withDataType(String dataType)
Set the data |
Methods inherited from java.lang.Object
Constructor Details
DataTableResponseColumn
public DataTableResponseColumn()
Creates an instance of DataTableResponseColumn class.
Method Details
columnName
public String columnName()
Get the columnName property: Name of the column.
Returns:
columnType
public String columnType()
Get the columnType property: Column Type.
Returns:
dataType
public String dataType()
Get the dataType property: Data type which looks like 'String' or 'Int32'.
Returns:
fromJson
public static DataTableResponseColumn fromJson(JsonReader jsonReader)
Reads an instance of DataTableResponseColumn from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withColumnName
public DataTableResponseColumn withColumnName(String columnName)
Set the columnName property: Name of the column.
Parameters:
Returns:
withColumnType
public DataTableResponseColumn withColumnType(String columnType)
Set the columnType property: Column Type.
Parameters:
Returns:
withDataType
public DataTableResponseColumn withDataType(String dataType)
Set the dataType property: Data type which looks like 'String' or 'Int32'.
Parameters:
Returns:
Applies to
Azure SDK for Java