Class BookmarkExpandResponseValue
java.lang.Object
com.azure.resourcemanager.securityinsights.models.BookmarkExpandResponseValue
The expansion result values.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionedges()
Get the edges property: Array of expansion result connected entities.entities()
Get the entities property: Array of the expansion result entities.void
validate()
Validates the instance.withEdges
(List<ConnectedEntity> edges) Set the edges property: Array of expansion result connected entities.withEntities
(List<EntityInner> entities) Set the entities property: Array of the expansion result entities.
-
Constructor Details
-
BookmarkExpandResponseValue
public BookmarkExpandResponseValue()
-
-
Method Details
-
entities
Get the entities property: Array of the expansion result entities.- Returns:
- the entities value.
-
withEntities
Set the entities property: Array of the expansion result entities.- Parameters:
entities
- the entities value to set.- Returns:
- the BookmarkExpandResponseValue object itself.
-
edges
Get the edges property: Array of expansion result connected entities.- Returns:
- the edges value.
-
withEdges
Set the edges property: Array of expansion result connected entities.- Parameters:
edges
- the edges value to set.- Returns:
- the BookmarkExpandResponseValue object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-