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.
Constructor Summary
Constructor | Description |
---|---|
DataTableResponseObject() |
Creates an instance of Data |
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. |
Data |
withColumns(List<DataTableResponseColumn> columns)
Set the columns property: List of columns with data types. |
Data |
withRows(List<List<String>> rows)
Set the rows property: Raw row values. |
Data |
withTableName(String tableName)
Set the table |
Methods inherited from java.lang.Object
Constructor Details
DataTableResponseObject
public DataTableResponseObject()
Creates an instance of DataTableResponseObject class.
Method Details
columns
public List
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> 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.
withColumns
public DataTableResponseObject withColumns(List
Set the columns property: List of columns with data types.
Parameters:
Returns:
withRows
public DataTableResponseObject withRows(List> rows)
Set the rows property: Raw row values.
Parameters:
Returns:
withTableName
public DataTableResponseObject withTableName(String tableName)
Set the tableName property: Name of the table.
Parameters:
Returns:
Applies to
Azure SDK for Java