Class EntityEdges
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityEdges
The edge that connects the entity to the other entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.Get the targetEntityId property: The target entity Id.void
validate()
Validates the instance.withAdditionalData
(Map<String, Object> additionalData) Set the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.withTargetEntityId
(String targetEntityId) Set the targetEntityId property: The target entity Id.
-
Constructor Details
-
EntityEdges
public EntityEdges()
-
-
Method Details
-
targetEntityId
Get the targetEntityId property: The target entity Id.- Returns:
- the targetEntityId value.
-
withTargetEntityId
Set the targetEntityId property: The target entity Id.- Parameters:
targetEntityId
- the targetEntityId value to set.- Returns:
- the EntityEdges object itself.
-
additionalData
Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.- Returns:
- the additionalData value.
-
withAdditionalData
Set the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.- Parameters:
additionalData
- the additionalData value to set.- Returns:
- the EntityEdges object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-