public class TaskStatistics
extends java.lang.Object
implements java.io.Serializable
Statistics for the checks performed during the audit.
Constructor and Description |
---|
TaskStatistics() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getCanceledChecks()
The number of checks that did not run because the audit was canceled.
|
java.lang.Integer |
getCompliantChecks()
The number of checks that found compliant resources.
|
java.lang.Integer |
getFailedChecks()
The number of checks.
|
java.lang.Integer |
getInProgressChecks()
The number of checks in progress.
|
java.lang.Integer |
getNonCompliantChecks()
The number of checks that found noncompliant resources.
|
java.lang.Integer |
getTotalChecks()
The number of checks in this audit.
|
java.lang.Integer |
getWaitingForDataCollectionChecks()
The number of checks waiting for data collection.
|
int |
hashCode() |
void |
setCanceledChecks(java.lang.Integer canceledChecks)
The number of checks that did not run because the audit was canceled.
|
void |
setCompliantChecks(java.lang.Integer compliantChecks)
The number of checks that found compliant resources.
|
void |
setFailedChecks(java.lang.Integer failedChecks)
The number of checks.
|
void |
setInProgressChecks(java.lang.Integer inProgressChecks)
The number of checks in progress.
|
void |
setNonCompliantChecks(java.lang.Integer nonCompliantChecks)
The number of checks that found noncompliant resources.
|
void |
setTotalChecks(java.lang.Integer totalChecks)
The number of checks in this audit.
|
void |
setWaitingForDataCollectionChecks(java.lang.Integer waitingForDataCollectionChecks)
The number of checks waiting for data collection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TaskStatistics |
withCanceledChecks(java.lang.Integer canceledChecks)
The number of checks that did not run because the audit was canceled.
|
TaskStatistics |
withCompliantChecks(java.lang.Integer compliantChecks)
The number of checks that found compliant resources.
|
TaskStatistics |
withFailedChecks(java.lang.Integer failedChecks)
The number of checks.
|
TaskStatistics |
withInProgressChecks(java.lang.Integer inProgressChecks)
The number of checks in progress.
|
TaskStatistics |
withNonCompliantChecks(java.lang.Integer nonCompliantChecks)
The number of checks that found noncompliant resources.
|
TaskStatistics |
withTotalChecks(java.lang.Integer totalChecks)
The number of checks in this audit.
|
TaskStatistics |
withWaitingForDataCollectionChecks(java.lang.Integer waitingForDataCollectionChecks)
The number of checks waiting for data collection.
|
public java.lang.Integer getTotalChecks()
The number of checks in this audit.
The number of checks in this audit.
public void setTotalChecks(java.lang.Integer totalChecks)
The number of checks in this audit.
totalChecks
- The number of checks in this audit.
public TaskStatistics withTotalChecks(java.lang.Integer totalChecks)
The number of checks in this audit.
Returns a reference to this object so that method calls can be chained together.
totalChecks
- The number of checks in this audit.
public java.lang.Integer getInProgressChecks()
The number of checks in progress.
The number of checks in progress.
public void setInProgressChecks(java.lang.Integer inProgressChecks)
The number of checks in progress.
inProgressChecks
- The number of checks in progress.
public TaskStatistics withInProgressChecks(java.lang.Integer inProgressChecks)
The number of checks in progress.
Returns a reference to this object so that method calls can be chained together.
inProgressChecks
- The number of checks in progress.
public java.lang.Integer getWaitingForDataCollectionChecks()
The number of checks waiting for data collection.
The number of checks waiting for data collection.
public void setWaitingForDataCollectionChecks(java.lang.Integer waitingForDataCollectionChecks)
The number of checks waiting for data collection.
waitingForDataCollectionChecks
- The number of checks waiting for data collection.
public TaskStatistics withWaitingForDataCollectionChecks(java.lang.Integer waitingForDataCollectionChecks)
The number of checks waiting for data collection.
Returns a reference to this object so that method calls can be chained together.
waitingForDataCollectionChecks
- The number of checks waiting for data collection.
public java.lang.Integer getCompliantChecks()
The number of checks that found compliant resources.
The number of checks that found compliant resources.
public void setCompliantChecks(java.lang.Integer compliantChecks)
The number of checks that found compliant resources.
compliantChecks
- The number of checks that found compliant resources.
public TaskStatistics withCompliantChecks(java.lang.Integer compliantChecks)
The number of checks that found compliant resources.
Returns a reference to this object so that method calls can be chained together.
compliantChecks
- The number of checks that found compliant resources.
public java.lang.Integer getNonCompliantChecks()
The number of checks that found noncompliant resources.
The number of checks that found noncompliant resources.
public void setNonCompliantChecks(java.lang.Integer nonCompliantChecks)
The number of checks that found noncompliant resources.
nonCompliantChecks
- The number of checks that found noncompliant resources.
public TaskStatistics withNonCompliantChecks(java.lang.Integer nonCompliantChecks)
The number of checks that found noncompliant resources.
Returns a reference to this object so that method calls can be chained together.
nonCompliantChecks
- The number of checks that found noncompliant resources.
public java.lang.Integer getFailedChecks()
The number of checks.
The number of checks.
public void setFailedChecks(java.lang.Integer failedChecks)
The number of checks.
failedChecks
- The number of checks.
public TaskStatistics withFailedChecks(java.lang.Integer failedChecks)
The number of checks.
Returns a reference to this object so that method calls can be chained together.
failedChecks
- The number of checks.
public java.lang.Integer getCanceledChecks()
The number of checks that did not run because the audit was canceled.
The number of checks that did not run because the audit was canceled.
public void setCanceledChecks(java.lang.Integer canceledChecks)
The number of checks that did not run because the audit was canceled.
canceledChecks
- The number of checks that did not run because the audit was canceled.
public TaskStatistics withCanceledChecks(java.lang.Integer canceledChecks)
The number of checks that did not run because the audit was canceled.
Returns a reference to this object so that method calls can be chained together.
canceledChecks
- The number of checks that did not run because the audit was canceled.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.