Class ThreatIntelligenceInformationList
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceInformationList
List of all the threat intelligence information objects.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: URL to fetch the next set of information objects.void
validate()
Validates the instance.value()
Get the value property: Array of threat intelligence information objects.Set the value property: Array of threat intelligence information objects.
-
Constructor Details
-
ThreatIntelligenceInformationList
public ThreatIntelligenceInformationList()
-
-
Method Details
-
nextLink
Get the nextLink property: URL to fetch the next set of information objects.- Returns:
- the nextLink value.
-
value
Get the value property: Array of threat intelligence information objects.- Returns:
- the value value.
-
withValue
Set the value property: Array of threat intelligence information objects.- Parameters:
value
- the value value to set.- Returns:
- the ThreatIntelligenceInformationList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-