Class InsightsTableResult
java.lang.Object
com.azure.resourcemanager.securityinsights.models.InsightsTableResult
Query results for table insights query.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncolumns()
Get the columns property: Columns Metadata of the table.rows()
Get the rows property: Rows data of the table.void
validate()
Validates the instance.withColumns
(List<InsightsTableResultColumnsItem> columns) Set the columns property: Columns Metadata of the table.Set the rows property: Rows data of the table.
-
Constructor Details
-
InsightsTableResult
public InsightsTableResult()
-
-
Method Details
-
columns
Get the columns property: Columns Metadata of the table.- Returns:
- the columns value.
-
withColumns
Set the columns property: Columns Metadata of the table.- Parameters:
columns
- the columns value to set.- Returns:
- the InsightsTableResult object itself.
-
rows
Get the rows property: Rows data of the table.- Returns:
- the rows value.
-
withRows
Set the rows property: Rows data of the table.- Parameters:
rows
- the rows value to set.- Returns:
- the InsightsTableResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-