Class WorkflowExecutionCount
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getCount()
The number of workflow executions.If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.int
hashCode()
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.void
The number of workflow executions.void
setTruncated
(Boolean truncated) If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.toString()
Returns a string representation of this object; useful for testing and debugging.The number of workflow executions.withTruncated
(Boolean truncated) If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
-
Constructor Details
-
WorkflowExecutionCount
public WorkflowExecutionCount()
-
-
Method Details
-
setCount
The number of workflow executions.
- Parameters:
count
- The number of workflow executions.
-
getCount
The number of workflow executions.
- Returns:
- The number of workflow executions.
-
withCount
The number of workflow executions.
- Parameters:
count
- The number of workflow executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTruncated
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
- Parameters:
truncated
- If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
-
getTruncated
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
- Returns:
- If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
-
withTruncated
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
- Parameters:
truncated
- If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTruncated
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
- Returns:
- If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-