OverviewStatus Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. OverviewStatus
- com.
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 failed |
|
static
Overview |
fromJson(JsonReader jsonReader)
Reads an instance of Overview |
| Integer |
manualCount()
Get the manual |
| Integer |
notApplicableCount()
Get the not |
| Integer |
passedCount()
Get the passed |
| Integer |
pendingCount()
Get the pending |
|
Json |
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:
fromJson
public static OverviewStatus fromJson(JsonReader jsonReader)
Reads an instance of OverviewStatus from the JsonReader.
Parameters:
Returns:
Throws:
manualCount
public Integer manualCount()
Get the manualCount property: The count of all manual control.
Returns:
notApplicableCount
public Integer notApplicableCount()
Get the notApplicableCount property: The count of all not applicable control.
Returns:
passedCount
public Integer passedCount()
Get the passedCount property: The count of all passed control.
Returns:
pendingCount
public Integer pendingCount()
Get the pendingCount property: The count of all pending for approval control.
Returns: