OverviewStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.models.OverviewStatus

Implements

public final class OverviewStatus
implements JsonSerializable<OverviewStatus>

The overview of the compliance result for one report.

Method Summary

Modifier and Type Method and Description
Integer failedCount()

Get the failedCount property: The count of all failed control.

static OverviewStatus fromJson(JsonReader jsonReader)

Reads an instance of OverviewStatus from the JsonReader.

Integer manualCount()

Get the manualCount property: The count of all manual control.

Integer notApplicableCount()

Get the notApplicableCount property: The count of all not applicable control.

Integer passedCount()

Get the passedCount property: The count of all passed control.

Integer pendingCount()

Get the pendingCount property: The count of all pending for approval control.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

failedCount

public Integer failedCount()

Get the failedCount property: The count of all failed control.

Returns:

the failedCount value.

fromJson

public static OverviewStatus fromJson(JsonReader jsonReader)

Reads an instance of OverviewStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

manualCount

public Integer manualCount()

Get the manualCount property: The count of all manual control.

Returns:

the manualCount value.

notApplicableCount

public Integer notApplicableCount()

Get the notApplicableCount property: The count of all not applicable control.

Returns:

the notApplicableCount value.

passedCount

public Integer passedCount()

Get the passedCount property: The count of all passed control.

Returns:

the passedCount value.

pendingCount

public Integer pendingCount()

Get the pendingCount property: The count of all pending for approval control.

Returns:

the pendingCount value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to