Class ActivityEntityQueryTemplatePropertiesQueryDefinitions
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ActivityEntityQueryTemplatePropertiesQueryDefinitions
The Activity query definitions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionquery()
Get the query property: The Activity query to run on a given entity.Get the summarizeBy property: The dimensions we want to summarize the timeline results on, this is comma separated list.void
validate()
Validates the instance.Set the query property: The Activity query to run on a given entity.withSummarizeBy
(String summarizeBy) Set the summarizeBy property: The dimensions we want to summarize the timeline results on, this is comma separated list.
-
Constructor Details
-
ActivityEntityQueryTemplatePropertiesQueryDefinitions
public ActivityEntityQueryTemplatePropertiesQueryDefinitions()
-
-
Method Details
-
query
Get the query property: The Activity query to run on a given entity.- Returns:
- the query value.
-
withQuery
Set the query property: The Activity query to run on a given entity.- Parameters:
query
- the query value to set.- Returns:
- the ActivityEntityQueryTemplatePropertiesQueryDefinitions object itself.
-
summarizeBy
Get the summarizeBy property: The dimensions we want to summarize the timeline results on, this is comma separated list.- Returns:
- the summarizeBy value.
-
withSummarizeBy
Set the summarizeBy property: The dimensions we want to summarize the timeline results on, this is comma separated list.- Parameters:
summarizeBy
- the summarizeBy value to set.- Returns:
- the ActivityEntityQueryTemplatePropertiesQueryDefinitions object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-