SecuritySolutionList Class

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

Implements

public final class SecuritySolutionList
implements JsonSerializable<SecuritySolutionList>

The SecuritySolutionList model.

Constructor Summary

Constructor Description
SecuritySolutionList()

Creates an instance of SecuritySolutionList class.

Method Summary

Modifier and Type Method and Description
static SecuritySolutionList fromJson(JsonReader jsonReader)

Reads an instance of SecuritySolutionList from the JsonReader.

String nextLink()

Get the nextLink property: The URI to fetch the next page.

JsonWriter toJson(JsonWriter jsonWriter)
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

fromJson

public static SecuritySolutionList fromJson(JsonReader jsonReader)

Reads an instance of SecuritySolutionList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SecuritySolutionList if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SecuritySolutionList.

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<SecuritySolutionInner> value()

Get the value property: The value property.

Returns:

the value value.

withValue

public SecuritySolutionList withValue(List<SecuritySolutionInner> value)

Set the value property: The value property.

Parameters:

value - the value value to set.

Returns:

the SecuritySolutionList object itself.

Applies to