Class ActivityLogAlertList
- java.lang.Object
-
- com.azure.resourcemanager.monitor.models.ActivityLogAlertList
-
public final class ActivityLogAlertList extends Object
A list of activity log alerts.
-
-
Constructor Summary
Constructors Constructor Description ActivityLogAlertList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Provides the link to retrieve the next set of elements.voidvalidate()Validates the instance.List<ActivityLogAlertResourceInner>value()Get the value property: The list of activity log alerts.ActivityLogAlertListwithNextLink(String nextLink)Set the nextLink property: Provides the link to retrieve the next set of elements.ActivityLogAlertListwithValue(List<ActivityLogAlertResourceInner> value)Set the value property: The list of activity log alerts.
-
-
-
Method Detail
-
value
public List<ActivityLogAlertResourceInner> value()
Get the value property: The list of activity log alerts.- Returns:
- the value value.
-
withValue
public ActivityLogAlertList withValue(List<ActivityLogAlertResourceInner> value)
Set the value property: The list of activity log alerts.- Parameters:
value- the value value to set.- Returns:
- the ActivityLogAlertList object itself.
-
nextLink
public String nextLink()
Get the nextLink property: Provides the link to retrieve the next set of elements.- Returns:
- the nextLink value.
-
withNextLink
public ActivityLogAlertList withNextLink(String nextLink)
Set the nextLink property: Provides the link to retrieve the next set of elements.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ActivityLogAlertList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-