IoTSecurityAggregatedRecommendationInner Class

public final class IoTSecurityAggregatedRecommendationInner
extends ProxyResource

IoT Security solution recommendation information.

Constructor Summary

Constructor Description
IoTSecurityAggregatedRecommendationInner()

Creates an instance of IoTSecurityAggregatedRecommendationInner class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Description of the suspected vulnerability and meaning.

String detectedBy()

Get the detectedBy property: Name of the organization that made the recommendation.

static IoTSecurityAggregatedRecommendationInner fromJson(JsonReader jsonReader)

Reads an instance of IoTSecurityAggregatedRecommendationInner from the JsonReader.

Long healthyDevices()

Get the healthyDevices property: Number of healthy devices within the IoT Security solution.

String id()

Get the id property: Fully qualified resource Id for the resource.

String logAnalyticsQuery()

Get the logAnalyticsQuery property: Log analytics query for getting the list of affected devices/alerts.

String name()

Get the name property: The name of the resource.

String recommendationDisplayName()

Get the recommendationDisplayName property: Display name of the recommendation type.

String recommendationName()

Get the recommendationName property: Name of the recommendation.

String recommendationTypeId()

Get the recommendationTypeId property: Recommendation-type GUID.

String remediationSteps()

Get the remediationSteps property: Recommended steps for remediation.

ReportedSeverity reportedSeverity()

Get the reportedSeverity property: Assessed recommendation severity.

Map<String,String> tags()

Get the tags property: Resource tags.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

Long unhealthyDeviceCount()

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

void validate()

Validates the instance.

IoTSecurityAggregatedRecommendationInner withRecommendationName(String recommendationName)

Set the recommendationName property: Name of the recommendation.

IoTSecurityAggregatedRecommendationInner withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

IoTSecurityAggregatedRecommendationInner

public IoTSecurityAggregatedRecommendationInner()

Creates an instance of IoTSecurityAggregatedRecommendationInner class.

Method Details

description

public String description()

Get the description property: Description of the suspected vulnerability and meaning.

Returns:

the description value.

detectedBy

public String detectedBy()

Get the detectedBy property: Name of the organization that made the recommendation.

Returns:

the detectedBy value.

fromJson

public static IoTSecurityAggregatedRecommendationInner fromJson(JsonReader jsonReader)

Reads an instance of IoTSecurityAggregatedRecommendationInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of IoTSecurityAggregatedRecommendationInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

healthyDevices

public Long healthyDevices()

Get the healthyDevices property: Number of healthy devices within the IoT Security solution.

Returns:

the healthyDevices value.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

IoTSecurityAggregatedRecommendationInner.id()

Returns:

the id value.

logAnalyticsQuery

public String logAnalyticsQuery()

Get the logAnalyticsQuery property: Log analytics query for getting the list of affected devices/alerts.

Returns:

the logAnalyticsQuery value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

IoTSecurityAggregatedRecommendationInner.name()

Returns:

the name value.

recommendationDisplayName

public String recommendationDisplayName()

Get the recommendationDisplayName property: Display name of the recommendation type.

Returns:

the recommendationDisplayName value.

recommendationName

public String recommendationName()

Get the recommendationName property: Name of the recommendation.

Returns:

the recommendationName value.

recommendationTypeId

public String recommendationTypeId()

Get the recommendationTypeId property: Recommendation-type GUID.

Returns:

the recommendationTypeId value.

remediationSteps

public String remediationSteps()

Get the remediationSteps property: Recommended steps for remediation.

Returns:

the remediationSteps value.

reportedSeverity

public ReportedSeverity reportedSeverity()

Get the reportedSeverity property: Assessed recommendation severity.

Returns:

the reportedSeverity value.

tags

public Map<String,String> tags()

Get the tags property: Resource tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

IoTSecurityAggregatedRecommendationInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

IoTSecurityAggregatedRecommendationInner.type()

Returns:

the type value.

unhealthyDeviceCount

public Long unhealthyDeviceCount()

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

Returns:

the unhealthyDeviceCount value.

validate

public void validate()

Validates the instance.

withRecommendationName

public IoTSecurityAggregatedRecommendationInner withRecommendationName(String recommendationName)

Set the recommendationName property: Name of the recommendation.

Parameters:

recommendationName - the recommendationName value to set.

Returns:

the IoTSecurityAggregatedRecommendationInner object itself.

withTags

public IoTSecurityAggregatedRecommendationInner withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the IoTSecurityAggregatedRecommendationInner object itself.

Applies to