ReportFixResultInner Class

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

Implements

public final class ReportFixResultInner
implements JsonSerializable<ReportFixResultInner>

Report fix result.

Method Summary

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

Reads an instance of ReportFixResultInner from the JsonReader.

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.

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

jsonReader - The JsonReader being read.

Returns:

An instance of ReportFixResultInner 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 ReportFixResultInner.

reason

public String reason()

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

Returns:

the reason value.

result

public Result result()

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

Returns:

the result value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to