Recommendation Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. Recommendation
- com.
Implements
public final class Recommendation
implements JsonSerializable<Recommendation>
A class represent the recommendation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Recommendation |
fromJson(JsonReader jsonReader)
Reads an instance of Recommendation from the Json |
| String |
recommendationId()
Get the recommendation |
| String |
recommendationShortName()
Get the recommendation |
|
List<Recommendation |
recommendationSolutions()
Get the recommendation |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static Recommendation fromJson(JsonReader jsonReader)
Reads an instance of Recommendation from the JsonReader.
Parameters:
Returns:
Throws:
recommendationId
public String recommendationId()
Get the recommendationId property: The Id of the recommendation.
Returns:
recommendationShortName
public String recommendationShortName()
Get the recommendationShortName property: The short name of the recommendation. e.g. "Invalid TLS config".
Returns:
recommendationSolutions
public List<RecommendationSolution> recommendationSolutions()
Get the recommendationSolutions property: List of recommendation solutions.
Returns: