Class IncidentEntitiesResponseInner

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

public final class IncidentEntitiesResponseInner extends Object
The incident related entities response.
  • Constructor Details

    • IncidentEntitiesResponseInner

      public IncidentEntitiesResponseInner()
  • Method Details

    • entities

      public List<EntityInner> entities()
      Get the entities property: Array of the incident related entities.
      Returns:
      the entities value.
    • withEntities

      public IncidentEntitiesResponseInner withEntities(List<EntityInner> entities)
      Set the entities property: Array of the incident related entities.
      Parameters:
      entities - the entities value to set.
      Returns:
      the IncidentEntitiesResponseInner object itself.
    • metadata

      Get the metadata property: The metadata from the incident related entities results.
      Returns:
      the metadata value.
    • withMetadata

      Set the metadata property: The metadata from the incident related entities results.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the IncidentEntitiesResponseInner object itself.
    • validate

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