SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem

Implements

public final class SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem
implements JsonSerializable<SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem>

The SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem model.

Constructor Summary

Constructor Description
SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem()

Creates an instance of SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem class.

Method Summary

Modifier and Type Method and Description
static SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem fromJson(JsonReader jsonReader)

Reads an instance of SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem from the JsonReader.

String id()

Get the id property: Node identifier.

List<String> nodePropertiesLabel()

Get the nodePropertiesLabel property: Properties associated with the node.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem withId(String id)

Set the id property: Node identifier.

SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem withNodePropertiesLabel(List<String> nodePropertiesLabel)

Set the nodePropertiesLabel property: Properties associated with 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:

jsonReader - The JsonReader being read.

Returns:

An instance of SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem.

id

public String id()

Get the id property: Node identifier.

Returns:

the id value.

nodePropertiesLabel

public List<String> nodePropertiesLabel()

Get the nodePropertiesLabel property: Properties associated with the node.

Returns:

the nodePropertiesLabel value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withId

public SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem withId(String id)

Set the id property: Node identifier.

Parameters:

id - the id value to set.

Returns:

the SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem object itself.

withNodePropertiesLabel

public SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem withNodePropertiesLabel(List<String> nodePropertiesLabel)

Set the nodePropertiesLabel property: Properties associated with the node.

Parameters:

nodePropertiesLabel - the nodePropertiesLabel value to set.

Returns:

the SecurityAssessmentPropertiesBaseRiskPathsPropertiesItemsItem object itself.

Applies to