Class PendingTaskCount
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the count of tasks in a task list.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getCount()
The number of tasks in the task list.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 tasks in the task list.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 tasks in the task list.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
-
PendingTaskCount
public PendingTaskCount()
-
-
Method Details
-
setCount
The number of tasks in the task list.
- Parameters:
count
- The number of tasks in the task list.
-
getCount
The number of tasks in the task list.
- Returns:
- The number of tasks in the task list.
-
withCount
The number of tasks in the task list.
- Parameters:
count
- The number of tasks in the task list.- 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
-