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