IoTSecuritySolutionAnalyticsModelProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.security.fluent.models.IoTSecuritySolutionAnalyticsModelProperties

Implements

public final class IoTSecuritySolutionAnalyticsModelProperties
implements JsonSerializable<IoTSecuritySolutionAnalyticsModelProperties>

Security analytics properties of your IoT Security solution.

Constructor Summary

Constructor Description
IoTSecuritySolutionAnalyticsModelProperties()

Creates an instance of IoTSecuritySolutionAnalyticsModelProperties class.

Method Summary

Modifier and Type Method and Description
List<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem> devicesMetrics()

Get the devicesMetrics property: List of device metrics by the aggregation date.

static IoTSecuritySolutionAnalyticsModelProperties fromJson(JsonReader jsonReader)

Reads an instance of IoTSecuritySolutionAnalyticsModelProperties from the JsonReader.

IoTSeverityMetrics metrics()

Get the metrics property: Security analytics of your IoT Security solution.

List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts()

Get the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.

List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations()

Get the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.

JsonWriter toJson(JsonWriter jsonWriter)
List<IoTSecurityAlertedDevice> topAlertedDevices()

Get the topAlertedDevices property: List of the 3 devices with the most alerts.

Long unhealthyDeviceCount()

Get the unhealthyDeviceCount property: Number of unhealthy devices within your IoT Security solution.

void validate()

Validates the instance.

IoTSecuritySolutionAnalyticsModelProperties withMostPrevalentDeviceAlerts(List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts)

Set the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.

IoTSecuritySolutionAnalyticsModelProperties withMostPrevalentDeviceRecommendations(List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations)

Set the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.

IoTSecuritySolutionAnalyticsModelProperties withTopAlertedDevices(List<IoTSecurityAlertedDevice> topAlertedDevices)

Set the topAlertedDevices property: List of the 3 devices with the most alerts.

Methods inherited from java.lang.Object

Constructor Details

IoTSecuritySolutionAnalyticsModelProperties

public IoTSecuritySolutionAnalyticsModelProperties()

Creates an instance of IoTSecuritySolutionAnalyticsModelProperties class.

Method Details

devicesMetrics

public List<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem> devicesMetrics()

Get the devicesMetrics property: List of device metrics by the aggregation date.

Returns:

the devicesMetrics value.

fromJson

public static IoTSecuritySolutionAnalyticsModelProperties fromJson(JsonReader jsonReader)

Reads an instance of IoTSecuritySolutionAnalyticsModelProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

metrics

public IoTSeverityMetrics metrics()

Get the metrics property: Security analytics of your IoT Security solution.

Returns:

the metrics value.

mostPrevalentDeviceAlerts

public List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts()

Get the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.

Returns:

the mostPrevalentDeviceAlerts value.

mostPrevalentDeviceRecommendations

public List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations()

Get the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.

Returns:

the mostPrevalentDeviceRecommendations value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

topAlertedDevices

public List<IoTSecurityAlertedDevice> topAlertedDevices()

Get the topAlertedDevices property: List of the 3 devices with the most alerts.

Returns:

the topAlertedDevices value.

unhealthyDeviceCount

public Long unhealthyDeviceCount()

Get the unhealthyDeviceCount property: Number of unhealthy devices within your IoT Security solution.

Returns:

the unhealthyDeviceCount value.

validate

public void validate()

Validates the instance.

withMostPrevalentDeviceAlerts

public IoTSecuritySolutionAnalyticsModelProperties withMostPrevalentDeviceAlerts(List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts)

Set the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.

Parameters:

mostPrevalentDeviceAlerts - the mostPrevalentDeviceAlerts value to set.

Returns:

the IoTSecuritySolutionAnalyticsModelProperties object itself.

withMostPrevalentDeviceRecommendations

public IoTSecuritySolutionAnalyticsModelProperties withMostPrevalentDeviceRecommendations(List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations)

Set the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.

Parameters:

mostPrevalentDeviceRecommendations - the mostPrevalentDeviceRecommendations value to set.

Returns:

the IoTSecuritySolutionAnalyticsModelProperties object itself.

withTopAlertedDevices

public IoTSecuritySolutionAnalyticsModelProperties withTopAlertedDevices(List<IoTSecurityAlertedDevice> topAlertedDevices)

Set the topAlertedDevices property: List of the 3 devices with the most alerts.

Parameters:

topAlertedDevices - the topAlertedDevices value to set.

Returns:

the IoTSecuritySolutionAnalyticsModelProperties object itself.

Applies to