Class CommentDtoAllOf


  • public class CommentDtoAllOf
    extends Object
    CommentDtoAllOf
    • Constructor Detail

      • CommentDtoAllOf

        public CommentDtoAllOf()
    • Method Detail

      • getId

        public String getId()
        The id of the task comment.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getUserId

        public String getUserId()
        The id of the user who created the comment.
        Returns:
        userId
      • setUserId

        public void setUserId​(String userId)
      • getTaskId

        public String getTaskId()
        The id of the task to which the comment belongs.
        Returns:
        taskId
      • setTaskId

        public void setTaskId​(String taskId)
      • getProcessInstanceId

        public String getProcessInstanceId()
        The id of the process instance the comment is related to.
        Returns:
        processInstanceId
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
      • getTime

        public Date getTime()
        The time when the comment was created. [Default format]($(docsUrl)/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        time
      • setTime

        public void setTime​(Date time)
      • getMessage

        public String getMessage()
        The content of the comment.
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • getRemovalTime

        public Date getRemovalTime()
        The time after which the comment should be removed by the History Cleanup job. [Default format]($(docsUrl)/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        removalTime
      • setRemovalTime

        public void setRemovalTime​(Date removalTime)
      • getRootProcessInstanceId

        public String getRootProcessInstanceId()
        The process instance id of the root process instance that initiated the process containing the task.
        Returns:
        rootProcessInstanceId
      • setRootProcessInstanceId

        public void setRootProcessInstanceId​(String rootProcessInstanceId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object