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