ComplianceResultList Class

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

public final class ComplianceResultList

List of compliance results response.

Constructor Summary

Constructor Description
ComplianceResultList()

Creates an instance of ComplianceResultList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URI to fetch the next page.

void validate()

Validates the instance.

List<ComplianceResultInner> value()

Get the value property: List of compliance results.

ComplianceResultList withValue(List<ComplianceResultInner> value)

Set the value property: List of compliance results.

Methods inherited from java.lang.Object

Constructor Details

ComplianceResultList

public ComplianceResultList()

Creates an instance of ComplianceResultList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of compliance results.

Returns:

the value value.

withValue

public ComplianceResultList withValue(List value)

Set the value property: List of compliance results.

Parameters:

value - the value value to set.

Returns:

the ComplianceResultList object itself.

Applies to