DataTableResponseObject Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. DataTableResponseObject
- com.
Implements
public final class DataTableResponseObject
implements JsonSerializable<DataTableResponseObject>
Data Table which defines columns and raw row values.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Data |
columns()
Get the columns property: List of columns with data types. |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| List<List<String>> |
rows()
Get the rows property: Raw row values. |
| String |
tableName()
Get the table |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
columns
public List<DataTableResponseColumn> columns()
Get the columns property: List of columns with data types.
Returns:
fromJson
public static DataTableResponseObject fromJson(JsonReader jsonReader)
Reads an instance of DataTableResponseObject from the JsonReader.
Parameters:
Returns:
Throws:
rows
public List<List<String>> rows()
Get the rows property: Raw row values.
Returns:
tableName
public String tableName()
Get the tableName property: Name of the table.
Returns:
toJson
validate
public void validate()
Validates the instance.