Class ExpansionResultsMetadata
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ExpansionResultsMetadata
Expansion result metadata.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the aggregations property: Information of the aggregated nodes in the expansion result.void
validate()
Validates the instance.withAggregations
(List<ExpansionResultAggregation> aggregations) Set the aggregations property: Information of the aggregated nodes in the expansion result.
-
Constructor Details
-
ExpansionResultsMetadata
public ExpansionResultsMetadata()
-
-
Method Details
-
aggregations
Get the aggregations property: Information of the aggregated nodes in the expansion result.- Returns:
- the aggregations value.
-
withAggregations
Set the aggregations property: Information of the aggregated nodes in the expansion result.- Parameters:
aggregations
- the aggregations value to set.- Returns:
- the ExpansionResultsMetadata object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-