Class ThreatIntelligenceMetricsListInner
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.ThreatIntelligenceMetricsListInner
List of all the threat intelligence metric fields (type/threat type/source).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: Array of threat intelligence metric fields (type/threat type/source).withValue
(List<ThreatIntelligenceMetrics> value) Set the value property: Array of threat intelligence metric fields (type/threat type/source).
-
Constructor Details
-
ThreatIntelligenceMetricsListInner
public ThreatIntelligenceMetricsListInner()
-
-
Method Details
-
value
Get the value property: Array of threat intelligence metric fields (type/threat type/source).- Returns:
- the value value.
-
withValue
Set the value property: Array of threat intelligence metric fields (type/threat type/source).- Parameters:
value
- the value value to set.- Returns:
- the ThreatIntelligenceMetricsListInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-