Class DataTableResponseObject
java.lang.Object
com.azure.resourcemanager.appservice.models.DataTableResponseObject
Data Table which defines columns and raw row values.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DataTableResponseObject class. -
Method Summary
Modifier and TypeMethodDescriptioncolumns()Get the columns property: List of columns with data types.rows()Get the rows property: Raw row values.Get the tableName property: Name of the table.voidvalidate()Validates the instance.withColumns(List<DataTableResponseColumn> columns) Set the columns property: List of columns with data types.Set the rows property: Raw row values.withTableName(String tableName) Set the tableName property: Name of the table.
-
Constructor Details
-
DataTableResponseObject
public DataTableResponseObject()Creates an instance of DataTableResponseObject class.
-
-
Method Details
-
tableName
Get the tableName property: Name of the table.- Returns:
- the tableName value.
-
withTableName
Set the tableName property: Name of the table.- Parameters:
tableName- the tableName value to set.- Returns:
- the DataTableResponseObject object itself.
-
columns
Get the columns property: List of columns with data types.- Returns:
- the columns value.
-
withColumns
Set the columns property: List of columns with data types.- Parameters:
columns- the columns value to set.- Returns:
- the DataTableResponseObject object itself.
-
rows
Get the rows property: Raw row values.- Returns:
- the rows value.
-
withRows
Set the rows property: Raw row values.- Parameters:
rows- the rows value to set.- Returns:
- the DataTableResponseObject object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-