Class IncidentEntitiesResponseInner
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.IncidentEntitiesResponseInner
The incident related entities response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionentities()
Get the entities property: Array of the incident related entities.metadata()
Get the metadata property: The metadata from the incident related entities results.void
validate()
Validates the instance.withEntities
(List<EntityInner> entities) Set the entities property: Array of the incident related entities.withMetadata
(List<IncidentEntitiesResultsMetadata> metadata) Set the metadata property: The metadata from the incident related entities results.
-
Constructor Details
-
IncidentEntitiesResponseInner
public IncidentEntitiesResponseInner()
-
-
Method Details
-
entities
Get the entities property: Array of the incident related entities.- Returns:
- the entities value.
-
withEntities
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.
-