Class IncidentAlertListInner
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.IncidentAlertListInner
List of incident alerts.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: Array of incident alerts.withValue
(List<SecurityAlert> value) Set the value property: Array of incident alerts.
-
Constructor Details
-
IncidentAlertListInner
public IncidentAlertListInner()
-
-
Method Details
-
value
Get the value property: Array of incident alerts.- Returns:
- the value value.
-
withValue
Set the value property: Array of incident alerts.- Parameters:
value
- the value value to set.- Returns:
- the IncidentAlertListInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-