@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 |
getFailedActions()
Total number of Actions which have failed.
|
Integer |
getRunningActions()
Total number Actions in running state.
|
Integer |
getStoppedActions()
Total number of Actions which have stopped.
|
Integer |
getSucceededActions()
Total number of Actions which have succeeded.
|
Integer |
getTimeoutActions()
Total number of Actions which timed out.
|
Integer |
getTotalActions()
Total number of Actions in the workflow run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFailedActions(Integer failedActions)
Total number of Actions which have failed.
|
void |
setRunningActions(Integer runningActions)
Total number Actions in running state.
|
void |
setStoppedActions(Integer stoppedActions)
Total number of Actions which have stopped.
|
void |
setSucceededActions(Integer succeededActions)
Total number of Actions which have succeeded.
|
void |
setTimeoutActions(Integer timeoutActions)
Total number of Actions which timed out.
|
void |
setTotalActions(Integer totalActions)
Total number of Actions in the workflow run.
|
String |
toString()
Returns a string representation of this object.
|
WorkflowRunStatistics |
withFailedActions(Integer failedActions)
Total number of Actions which have failed.
|
WorkflowRunStatistics |
withRunningActions(Integer runningActions)
Total number Actions in running state.
|
WorkflowRunStatistics |
withStoppedActions(Integer stoppedActions)
Total number of Actions which have stopped.
|
WorkflowRunStatistics |
withSucceededActions(Integer succeededActions)
Total number of Actions which have succeeded.
|
WorkflowRunStatistics |
withTimeoutActions(Integer timeoutActions)
Total number of Actions which timed out.
|
WorkflowRunStatistics |
withTotalActions(Integer totalActions)
Total number of Actions 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 which timed out.
timeoutActions
- Total number of Actions which timed out.public Integer getTimeoutActions()
Total number of Actions which timed out.
public WorkflowRunStatistics withTimeoutActions(Integer timeoutActions)
Total number of Actions which timed out.
timeoutActions
- Total number of Actions which timed out.public void setFailedActions(Integer failedActions)
Total number of Actions which have failed.
failedActions
- Total number of Actions which have failed.public Integer getFailedActions()
Total number of Actions which have failed.
public WorkflowRunStatistics withFailedActions(Integer failedActions)
Total number of Actions which have failed.
failedActions
- Total number of Actions which have failed.public void setStoppedActions(Integer stoppedActions)
Total number of Actions which have stopped.
stoppedActions
- Total number of Actions which have stopped.public Integer getStoppedActions()
Total number of Actions which have stopped.
public WorkflowRunStatistics withStoppedActions(Integer stoppedActions)
Total number of Actions which have stopped.
stoppedActions
- Total number of Actions which have stopped.public void setSucceededActions(Integer succeededActions)
Total number of Actions which have succeeded.
succeededActions
- Total number of Actions which have succeeded.public Integer getSucceededActions()
Total number of Actions which have succeeded.
public WorkflowRunStatistics withSucceededActions(Integer succeededActions)
Total number of Actions which have succeeded.
succeededActions
- Total number of Actions which 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 String toString()
toString
in class Object
Object.toString()
public WorkflowRunStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.