Class EntityFieldMapping
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityFieldMapping
Map identifiers of a single entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the identifier property: Alert V3 identifier.void
validate()
Validates the instance.value()
Get the value property: The value of the identifier.withIdentifier
(String identifier) Set the identifier property: Alert V3 identifier.Set the value property: The value of the identifier.
-
Constructor Details
-
EntityFieldMapping
public EntityFieldMapping()
-
-
Method Details
-
identifier
Get the identifier property: Alert V3 identifier.- Returns:
- the identifier value.
-
withIdentifier
Set the identifier property: Alert V3 identifier.- Parameters:
identifier
- the identifier value to set.- Returns:
- the EntityFieldMapping object itself.
-
value
Get the value property: The value of the identifier.- Returns:
- the value value.
-
withValue
Set the value property: The value of the identifier.- Parameters:
value
- the value value to set.- Returns:
- the EntityFieldMapping object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-