RulesResultsInner Class

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

public final class RulesResultsInner

A list of rules results.

Constructor Summary

Constructor Description
RulesResultsInner()

Creates an instance of RulesResultsInner class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<RuleResultsInner> value()

Get the value property: List of rule results.

RulesResultsInner withValue(List<RuleResultsInner> value)

Set the value property: List of rule results.

Methods inherited from java.lang.Object

Constructor Details

RulesResultsInner

public RulesResultsInner()

Creates an instance of RulesResultsInner class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of rule results.

Returns:

the value value.

withValue

public RulesResultsInner withValue(List value)

Set the value property: List of rule results.

Parameters:

value - the value value to set.

Returns:

the RulesResultsInner object itself.

Applies to