Class TaskCountByCandidateGroupResultDto
java.lang.Object
org.camunda.community.rest.client.dto.TaskCountByCandidateGroupResultDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class TaskCountByCandidateGroupResultDto
extends Object
TaskCountByCandidateGroupResultDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe name of the candidate group.org.openapitools.jackson.nullable.JsonNullable<String>The number of tasks which have the group name as candidate group.org.openapitools.jackson.nullable.JsonNullable<Integer>inthashCode()voidsetGroupName(String groupName) voidsetGroupName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> groupName) voidsetTaskCount(Integer taskCount) voidsetTaskCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> taskCount) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_GROUP_NAME
- See Also:
-
JSON_PROPERTY_TASK_COUNT
- See Also:
-
-
Constructor Details
-
TaskCountByCandidateGroupResultDto
public TaskCountByCandidateGroupResultDto()
-
-
Method Details
-
groupName
-
getGroupName
The name of the candidate group. If there are tasks without a group name, the value will be `null`- Returns:
- groupName
-
getGroupName_JsonNullable
-
setGroupName_JsonNullable
public void setGroupName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> groupName) -
setGroupName
-
taskCount
-
getTaskCount
The number of tasks which have the group name as candidate group.- Returns:
- taskCount
-
getTaskCount_JsonNullable
-
setTaskCount_JsonNullable
public void setTaskCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> taskCount) -
setTaskCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-