IoTSecurityDeviceRecommendation Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. IoTSecurityDeviceRecommendation
- com.
Implements
public final class IoTSecurityDeviceRecommendation
implements JsonSerializable<IoTSecurityDeviceRecommendation>
Statistical information about the number of recommendations per device, per recommendation type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
devicesCount()
Get the devices |
|
static
Io |
fromJson(JsonReader jsonReader)
Reads an instance of Io |
| String |
recommendationDisplayName()
Get the recommendation |
|
Reported |
reportedSeverity()
Get the reported |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
devicesCount
public Long devicesCount()
Get the devicesCount property: Number of devices with this recommendation.
Returns:
fromJson
public static IoTSecurityDeviceRecommendation fromJson(JsonReader jsonReader)
Reads an instance of IoTSecurityDeviceRecommendation from the JsonReader.
Parameters:
Returns:
Throws:
recommendationDisplayName
public String recommendationDisplayName()
Get the recommendationDisplayName property: Display name of the recommendation.
Returns:
reportedSeverity
public ReportedSeverity reportedSeverity()
Get the reportedSeverity property: Assessed recommendation severity.
Returns:
toJson
validate
public void validate()
Validates the instance.