DataTableResponseColumn Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. DataTableResponseColumn
- com.
Implements
public final class DataTableResponseColumn
implements JsonSerializable<DataTableResponseColumn>
Column definition.
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. |
Methods inherited from java.lang.Object
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.