@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowRunStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Workflow run statistics provides statistics about the workflow run.
Constructor and Description |
---|
WorkflowRunStatistics() |
Modifier and Type | Method and Description |
---|---|
WorkflowRunStatistics |
clone() |
boolean |
equals(Object obj) |
Integer |
getErroredActions()
Indicates the count of job runs in the ERROR state in the workflow run.
|
Integer |
getFailedActions()
Total number of Actions that have failed.
|
Integer |
getRunningActions()
Total number Actions in running state.
|
Integer |
getStoppedActions()
Total number of Actions that have stopped.
|
Integer |
getSucceededActions()
Total number of Actions that have succeeded.
|
Integer |
getTimeoutActions()
Total number of Actions that timed out.
|
Integer |
getTotalActions()
Total number of Actions in the workflow run.
|
Integer |
getWaitingActions()
Indicates the count of job runs in WAITING state in the workflow run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErroredActions(Integer erroredActions)
Indicates the count of job runs in the ERROR state in the workflow run.
|
void |
setFailedActions(Integer failedActions)
Total number of Actions that have failed.
|
void |
setRunningActions(Integer runningActions)
Total number Actions in running state.
|
void |
setStoppedActions(Integer stoppedActions)
Total number of Actions that have stopped.
|
void |
setSucceededActions(Integer succeededActions)
Total number of Actions that have succeeded.
|
void |
setTimeoutActions(Integer timeoutActions)
Total number of Actions that timed out.
|
void |
setTotalActions(Integer totalActions)
Total number of Actions in the workflow run.
|
void |
setWaitingActions(Integer waitingActions)
Indicates the count of job runs in WAITING state in the workflow run.
|
String |
toString()
Returns a string representation of this object.
|
WorkflowRunStatistics |
withErroredActions(Integer erroredActions)
Indicates the count of job runs in the ERROR state in the workflow run.
|
WorkflowRunStatistics |
withFailedActions(Integer failedActions)
Total number of Actions that have failed.
|
WorkflowRunStatistics |
withRunningActions(Integer runningActions)
Total number Actions in running state.
|
WorkflowRunStatistics |
withStoppedActions(Integer stoppedActions)
Total number of Actions that have stopped.
|
WorkflowRunStatistics |
withSucceededActions(Integer succeededActions)
Total number of Actions that have succeeded.
|
WorkflowRunStatistics |
withTimeoutActions(Integer timeoutActions)
Total number of Actions that timed out.
|
WorkflowRunStatistics |
withTotalActions(Integer totalActions)
Total number of Actions in the workflow run.
|
WorkflowRunStatistics |
withWaitingActions(Integer waitingActions)
Indicates the count of job runs in WAITING state in the workflow run.
|
public void setTotalActions(Integer totalActions)
Total number of Actions in the workflow run.
totalActions
- Total number of Actions in the workflow run.public Integer getTotalActions()
Total number of Actions in the workflow run.
public WorkflowRunStatistics withTotalActions(Integer totalActions)
Total number of Actions in the workflow run.
totalActions
- Total number of Actions in the workflow run.public void setTimeoutActions(Integer timeoutActions)
Total number of Actions that timed out.
timeoutActions
- Total number of Actions that timed out.public Integer getTimeoutActions()
Total number of Actions that timed out.
public WorkflowRunStatistics withTimeoutActions(Integer timeoutActions)
Total number of Actions that timed out.
timeoutActions
- Total number of Actions that timed out.public void setFailedActions(Integer failedActions)
Total number of Actions that have failed.
failedActions
- Total number of Actions that have failed.public Integer getFailedActions()
Total number of Actions that have failed.
public WorkflowRunStatistics withFailedActions(Integer failedActions)
Total number of Actions that have failed.
failedActions
- Total number of Actions that have failed.public void setStoppedActions(Integer stoppedActions)
Total number of Actions that have stopped.
stoppedActions
- Total number of Actions that have stopped.public Integer getStoppedActions()
Total number of Actions that have stopped.
public WorkflowRunStatistics withStoppedActions(Integer stoppedActions)
Total number of Actions that have stopped.
stoppedActions
- Total number of Actions that have stopped.public void setSucceededActions(Integer succeededActions)
Total number of Actions that have succeeded.
succeededActions
- Total number of Actions that have succeeded.public Integer getSucceededActions()
Total number of Actions that have succeeded.
public WorkflowRunStatistics withSucceededActions(Integer succeededActions)
Total number of Actions that have succeeded.
succeededActions
- Total number of Actions that have succeeded.public void setRunningActions(Integer runningActions)
Total number Actions in running state.
runningActions
- Total number Actions in running state.public Integer getRunningActions()
Total number Actions in running state.
public WorkflowRunStatistics withRunningActions(Integer runningActions)
Total number Actions in running state.
runningActions
- Total number Actions in running state.public void setErroredActions(Integer erroredActions)
Indicates the count of job runs in the ERROR state in the workflow run.
erroredActions
- Indicates the count of job runs in the ERROR state in the workflow run.public Integer getErroredActions()
Indicates the count of job runs in the ERROR state in the workflow run.
public WorkflowRunStatistics withErroredActions(Integer erroredActions)
Indicates the count of job runs in the ERROR state in the workflow run.
erroredActions
- Indicates the count of job runs in the ERROR state in the workflow run.public void setWaitingActions(Integer waitingActions)
Indicates the count of job runs in WAITING state in the workflow run.
waitingActions
- Indicates the count of job runs in WAITING state in the workflow run.public Integer getWaitingActions()
Indicates the count of job runs in WAITING state in the workflow run.
public WorkflowRunStatistics withWaitingActions(Integer waitingActions)
Indicates the count of job runs in WAITING state in the workflow run.
waitingActions
- Indicates the count of job runs in WAITING state in the workflow run.public String toString()
toString
in class Object
Object.toString()
public WorkflowRunStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.