DiscoveredSecuritySolutionList Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. DiscoveredSecuritySolutionList
- com.
Implements
public final class DiscoveredSecuritySolutionList
implements JsonSerializable<DiscoveredSecuritySolutionList>
The DiscoveredSecuritySolutionList model.
Constructor Summary
| Constructor | Description |
|---|---|
| DiscoveredSecuritySolutionList() |
Creates an instance of Discovered |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Discovered |
fromJson(JsonReader jsonReader)
Reads an instance of Discovered |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Discovered |
value()
Get the value property: The value property. |
|
Discovered |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DiscoveredSecuritySolutionInner> value()
Get the value property: The value property.
Returns:
withValue
public DiscoveredSecuritySolutionList withValue(List<DiscoveredSecuritySolutionInner> value)
Set the value property: The value property.
Parameters:
Returns: