DiscoveredSecuritySolutionList Class

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

Implements

public final class DiscoveredSecuritySolutionList
implements JsonSerializable<DiscoveredSecuritySolutionList>

The DiscoveredSecuritySolutionList model.

Constructor Summary

Constructor Description
DiscoveredSecuritySolutionList()

Creates an instance of DiscoveredSecuritySolutionList class.

Method Summary

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

Reads an instance of DiscoveredSecuritySolutionList 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<DiscoveredSecuritySolutionInner> value()

Get the value property: The value property.

DiscoveredSecuritySolutionList withValue(List<DiscoveredSecuritySolutionInner> value)

Set the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

DiscoveredSecuritySolutionList

public DiscoveredSecuritySolutionList()

Creates an instance of DiscoveredSecuritySolutionList class.

Method Details

fromJson

public static DiscoveredSecuritySolutionList fromJson(JsonReader jsonReader)

Reads an instance of DiscoveredSecuritySolutionList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DiscoveredSecuritySolutionList 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 DiscoveredSecuritySolutionList.

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<DiscoveredSecuritySolutionInner> value()

Get the value property: The value property.

Returns:

the value value.

withValue

public DiscoveredSecuritySolutionList withValue(List<DiscoveredSecuritySolutionInner> value)

Set the value property: The value property.

Parameters:

value - the value value to set.

Returns:

the DiscoveredSecuritySolutionList object itself.

Applies to