Class ThreatIntelligenceMetricEntity
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceMetricEntity
Describes threat intelligence metric entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the metricName property: Metric name.Get the metricValue property: Metric value.void
validate()
Validates the instance.withMetricName
(String metricName) Set the metricName property: Metric name.withMetricValue
(Integer metricValue) Set the metricValue property: Metric value.
-
Constructor Details
-
ThreatIntelligenceMetricEntity
public ThreatIntelligenceMetricEntity()
-
-
Method Details
-
metricName
Get the metricName property: Metric name.- Returns:
- the metricName value.
-
withMetricName
Set the metricName property: Metric name.- Parameters:
metricName
- the metricName value to set.- Returns:
- the ThreatIntelligenceMetricEntity object itself.
-
metricValue
Get the metricValue property: Metric value.- Returns:
- the metricValue value.
-
withMetricValue
Set the metricValue property: Metric value.- Parameters:
metricValue
- the metricValue value to set.- Returns:
- the ThreatIntelligenceMetricEntity object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-