Class EntityGetInsightsResponseInner

java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.EntityGetInsightsResponseInner

public final class EntityGetInsightsResponseInner extends Object
The Get Insights result operation response.
  • Constructor Details

    • EntityGetInsightsResponseInner

      public EntityGetInsightsResponseInner()
  • Method Details

    • metadata

      public GetInsightsResultsMetadata metadata()
      Get the metadata property: The metadata from the get insights operation results.
      Returns:
      the metadata value.
    • withMetadata

      Set the metadata property: The metadata from the get insights operation results.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the EntityGetInsightsResponseInner object itself.
    • value

      public List<EntityInsightItem> value()
      Get the value property: The insights result values.
      Returns:
      the value value.
    • withValue

      Set the value property: The insights result values.
      Parameters:
      value - the value value to set.
      Returns:
      the EntityGetInsightsResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.