ReportVerificationResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.fluent.models.ReportVerificationResultInner

Implements

public final class ReportVerificationResultInner
implements JsonSerializable<ReportVerificationResultInner>

Report health status verification result.

Method Summary

Modifier and Type Method and Description
static ReportVerificationResultInner fromJson(JsonReader jsonReader)

Reads an instance of ReportVerificationResultInner from the JsonReader.

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.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the ReportVerificationResultInner.

reason

public String reason()

Get the reason property: If the report verification action failed, to indicate the detailed failed reason.

Returns:

the reason value.

result

public Result result()

Get the result property: Indicates whether the report verification action is Succeeded or Failed.

Returns:

the result value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to