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 Details

  • Constructor Details

    • TaskCountByCandidateGroupResultDto

      public TaskCountByCandidateGroupResultDto()
  • Method Details

    • groupName

      public TaskCountByCandidateGroupResultDto groupName(String groupName)
    • getGroupName

      @Nullable public String getGroupName()
      The name of the candidate group. If there are tasks without a group name, the value will be `null`
      Returns:
      groupName
    • getGroupName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getGroupName_JsonNullable()
    • setGroupName_JsonNullable

      public void setGroupName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> groupName)
    • setGroupName

      public void setGroupName(String groupName)
    • taskCount

      public TaskCountByCandidateGroupResultDto taskCount(Integer taskCount)
    • getTaskCount

      @Nullable public Integer getTaskCount()
      The number of tasks which have the group name as candidate group.
      Returns:
      taskCount
    • getTaskCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getTaskCount_JsonNullable()
    • setTaskCount_JsonNullable

      public void setTaskCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> taskCount)
    • setTaskCount

      public void setTaskCount(Integer taskCount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string