AlertList Class

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

public final class AlertList

List of security alerts.

Constructor Summary

Constructor Description
AlertList()

Creates an instance of AlertList 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<AlertInner> value()

Get the value property: describes security alert properties.

AlertList withValue(List<AlertInner> value)

Set the value property: describes security alert properties.

Methods inherited from java.lang.Object

Constructor Details

AlertList

public AlertList()

Creates an instance of AlertList 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: describes security alert properties.

Returns:

the value value.

withValue

public AlertList withValue(List value)

Set the value property: describes security alert properties.

Parameters:

value - the value value to set.

Returns:

the AlertList object itself.

Applies to