SecurityAssessmentPropertiesBaseRiskPathsItem Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. SecurityAssessmentPropertiesBaseRiskPathsItem
- com.
Implements
public final class SecurityAssessmentPropertiesBaseRiskPathsItem
implements JsonSerializable<SecurityAssessmentPropertiesBaseRiskPathsItem>
The SecurityAssessmentPropertiesBaseRiskPathsItem model.
Constructor Summary
| Constructor | Description |
|---|---|
| SecurityAssessmentPropertiesBaseRiskPathsItem() |
Creates an instance of Security |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
SecurityAssessmentPropertiesBaseRiskPathsItem
public SecurityAssessmentPropertiesBaseRiskPathsItem()
Creates an instance of SecurityAssessmentPropertiesBaseRiskPathsItem class.
Method Details
edges
public List<SecurityAssessmentPropertiesBaseRiskPathsItemEdge> edges()
Get the edges property: Connections between nodes.
Returns:
fromJson
public static SecurityAssessmentPropertiesBaseRiskPathsItem fromJson(JsonReader jsonReader)
Reads an instance of SecurityAssessmentPropertiesBaseRiskPathsItem from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Unique identifier for the path.
Returns:
nodes
public List<SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem> nodes()
Get the nodes property: The nodes property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEdges
public SecurityAssessmentPropertiesBaseRiskPathsItem withEdges(List<SecurityAssessmentPropertiesBaseRiskPathsItemEdge> edges)
Set the edges property: Connections between nodes.
Parameters:
Returns:
withId
public SecurityAssessmentPropertiesBaseRiskPathsItem withId(String id)
Set the id property: Unique identifier for the path.
Parameters:
Returns:
withNodes
public SecurityAssessmentPropertiesBaseRiskPathsItem withNodes(List<SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem> nodes)
Set the nodes property: The nodes property.
Parameters:
Returns: