Class InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem
java.lang.Object
com.azure.resourcemanager.securityinsights.models.InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem
The InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfilter()
Get the filter property: Insight column header.Get the linkColumnsDefinitions property: Insight column header.project()
Get the project property: Insight column header.Get the summarize property: Insight column header.void
validate()
Validates the instance.withFilter
(String filter) Set the filter property: Insight column header.withLinkColumnsDefinitions
(List<InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem> linkColumnsDefinitions) Set the linkColumnsDefinitions property: Insight column header.withProject
(String project) Set the project property: Insight column header.withSummarize
(String summarize) Set the summarize property: Insight column header.
-
Constructor Details
-
InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem
public InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem()
-
-
Method Details
-
filter
Get the filter property: Insight column header.- Returns:
- the filter value.
-
withFilter
Set the filter property: Insight column header.- Parameters:
filter
- the filter value to set.- Returns:
- the InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem object itself.
-
summarize
Get the summarize property: Insight column header.- Returns:
- the summarize value.
-
withSummarize
Set the summarize property: Insight column header.- Parameters:
summarize
- the summarize value to set.- Returns:
- the InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem object itself.
-
project
Get the project property: Insight column header.- Returns:
- the project value.
-
withProject
Set the project property: Insight column header.- Parameters:
project
- the project value to set.- Returns:
- the InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem object itself.
-
linkColumnsDefinitions
public List<InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem> linkColumnsDefinitions()Get the linkColumnsDefinitions property: Insight column header.- Returns:
- the linkColumnsDefinitions value.
-
withLinkColumnsDefinitions
public InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem withLinkColumnsDefinitions(List<InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem> linkColumnsDefinitions) Set the linkColumnsDefinitions property: Insight column header.- Parameters:
linkColumnsDefinitions
- the linkColumnsDefinitions value to set.- Returns:
- the InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-