SecuritySolutionList Class

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

public final class SecuritySolutionList

The SecuritySolutionList model.

Constructor Summary

Constructor Description
SecuritySolutionList()

Creates an instance of SecuritySolutionList 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<SecuritySolutionInner> value()

Get the value property: The value property.

SecuritySolutionList withValue(List<SecuritySolutionInner> value)

Set the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

SecuritySolutionList

public SecuritySolutionList()

Creates an instance of SecuritySolutionList 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: The value property.

Returns:

the value value.

withValue

public SecuritySolutionList withValue(List value)

Set the value property: The value property.

Parameters:

value - the value value to set.

Returns:

the SecuritySolutionList object itself.

Applies to