IoTSecuritySolutionAnalyticsModelListInner Class

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

public final class IoTSecuritySolutionAnalyticsModelListInner

List of Security analytics of your IoT Security solution.

Constructor Summary

Constructor Description
IoTSecuritySolutionAnalyticsModelListInner()

Creates an instance of IoTSecuritySolutionAnalyticsModelListInner 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<IoTSecuritySolutionAnalyticsModelInner> value()

Get the value property: List of Security analytics of your IoT Security solution.

IoTSecuritySolutionAnalyticsModelListInner withValue(List<IoTSecuritySolutionAnalyticsModelInner> value)

Set the value property: List of Security analytics of your IoT Security solution.

Methods inherited from java.lang.Object

Constructor Details

IoTSecuritySolutionAnalyticsModelListInner

public IoTSecuritySolutionAnalyticsModelListInner()

Creates an instance of IoTSecuritySolutionAnalyticsModelListInner 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 Security analytics of your IoT Security solution.

Returns:

the value value.

withValue

public IoTSecuritySolutionAnalyticsModelListInner withValue(List value)

Set the value property: List of Security analytics of your IoT Security solution.

Parameters:

value - the value value to set.

Returns:

the IoTSecuritySolutionAnalyticsModelListInner object itself.

Applies to