RulesResultsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.security.fluent.models.RulesResultsInner

Implements

public final class RulesResultsInner
implements JsonSerializable<RulesResultsInner>

A list of rules results.

Method Summary

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

Reads an instance of RulesResultsInner from the JsonReader.

String nextLink()

Get the nextLink property: The nextLink property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<RuleResultsInner> value()

Get the value property: List of rule results.

Methods inherited from java.lang.Object

Method Details

fromJson

public static RulesResultsInner fromJson(JsonReader jsonReader)

Reads an instance of RulesResultsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RulesResultsInner 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 RulesResultsInner.

nextLink

public String nextLink()

Get the nextLink property: The nextLink property.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<RuleResultsInner> value()

Get the value property: List of rule results.

Returns:

the value value.

Applies to