Class CountPendingDecisionTasksRequest

    • Constructor Detail

      • CountPendingDecisionTasksRequest

        public CountPendingDecisionTasksRequest()
    • Method Detail

      • setDomain

        public void setDomain​(String domain)

        The name of the domain that contains the task list.

        Parameters:
        domain - The name of the domain that contains the task list.
      • getDomain

        public String getDomain()

        The name of the domain that contains the task list.

        Returns:
        The name of the domain that contains the task list.
      • withDomain

        public CountPendingDecisionTasksRequest withDomain​(String domain)

        The name of the domain that contains the task list.

        Parameters:
        domain - The name of the domain that contains the task list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTaskList

        public void setTaskList​(TaskList taskList)

        The name of the task list.

        Parameters:
        taskList - The name of the task list.
      • getTaskList

        public TaskList getTaskList()

        The name of the task list.

        Returns:
        The name of the task list.
      • withTaskList

        public CountPendingDecisionTasksRequest withTaskList​(TaskList taskList)

        The name of the task list.

        Parameters:
        taskList - The name of the task list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object