IoTSecurityAggregatedRecommendationList Class

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

public final class IoTSecurityAggregatedRecommendationList

List of IoT Security solution aggregated recommendations.

Constructor Summary

Constructor Description
IoTSecurityAggregatedRecommendationList()

Creates an instance of IoTSecurityAggregatedRecommendationList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: When there is too much alert data for one page, use this URI to fetch the next page.

void validate()

Validates the instance.

List<IoTSecurityAggregatedRecommendationInner> value()

Get the value property: List of aggregated recommendations data.

IoTSecurityAggregatedRecommendationList withValue(List<IoTSecurityAggregatedRecommendationInner> value)

Set the value property: List of aggregated recommendations data.

Methods inherited from java.lang.Object

Constructor Details

IoTSecurityAggregatedRecommendationList

public IoTSecurityAggregatedRecommendationList()

Creates an instance of IoTSecurityAggregatedRecommendationList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: When there is too much alert data for one page, use this 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 aggregated recommendations data.

Returns:

the value value.

withValue

public IoTSecurityAggregatedRecommendationList withValue(List value)

Set the value property: List of aggregated recommendations data.

Parameters:

value - the value value to set.

Returns:

the IoTSecurityAggregatedRecommendationList object itself.

Applies to