SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem
- com.
Implements
public final class SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem
implements JsonSerializable<SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem>
The SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem model.
Constructor Summary
| Constructor | Description |
|---|---|
| SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem() |
Creates an instance of Security |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
| String |
id()
Get the id property: Node identifier. |
| List<String> |
nodePropertiesLabel()
Get the node |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Security |
withId(String id)
Set the id property: Node identifier. |
|
Security |
withNodePropertiesLabel(List<String> nodePropertiesLabel)
Set the node |
Methods inherited from java.lang.Object
Constructor Details
SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem
public SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem()
Creates an instance of SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem class.
Method Details
fromJson
public static SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem fromJson(JsonReader jsonReader)
Reads an instance of SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Node identifier.
Returns:
nodePropertiesLabel
public List<String> nodePropertiesLabel()
Get the nodePropertiesLabel property: Properties associated with the node.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem withId(String id)
Set the id property: Node identifier.
Parameters:
Returns:
withNodePropertiesLabel
public SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem withNodePropertiesLabel(List<String> nodePropertiesLabel)
Set the nodePropertiesLabel property: Properties associated with the node.
Parameters:
Returns: