ReportFixResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. fluent. models. ReportFixResultInner
- com.
Implements
public final class ReportFixResultInner
implements JsonSerializable<ReportFixResultInner>
Report fix result.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Report |
fromJson(JsonReader jsonReader)
Reads an instance of Report |
| String |
reason()
Get the reason property: If the report fix action failed, to indicate the detailed failed reason. |
| Result |
result()
Get the result property: Indicates whether the fix action is Succeeded or Failed. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ReportFixResultInner fromJson(JsonReader jsonReader)
Reads an instance of ReportFixResultInner from the JsonReader.
Parameters:
Returns:
Throws:
reason
public String reason()
Get the reason property: If the report fix action failed, to indicate the detailed failed reason.
Returns:
result
public Result result()
Get the result property: Indicates whether the fix action is Succeeded or Failed.
Returns: