RulesResultsInner Class
- java.
lang. Object - com.
azure. resourcemanager. security. fluent. models. RulesResultsInner
- com.
Implements
public final class RulesResultsInner
implements JsonSerializable<RulesResultsInner>
A list of rules results.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Rules |
fromJson(JsonReader jsonReader)
Reads an instance of Rules |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Rule |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The nextLink property.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<RuleResultsInner> value()
Get the value property: List of rule results.
Returns: