Class ExpansionResultsMetadata

java.lang.Object
com.azure.resourcemanager.securityinsights.models.ExpansionResultsMetadata

public final class ExpansionResultsMetadata extends Object
Expansion result metadata.
  • Constructor Details

    • ExpansionResultsMetadata

      public ExpansionResultsMetadata()
  • Method Details

    • aggregations

      public List<ExpansionResultAggregation> aggregations()
      Get the aggregations property: Information of the aggregated nodes in the expansion result.
      Returns:
      the aggregations value.
    • withAggregations

      public ExpansionResultsMetadata withAggregations(List<ExpansionResultAggregation> aggregations)
      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.