org.camunda.bpm.engine.rest.dto.task
Class CommentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.LinkableDto
org.camunda.bpm.engine.rest.dto.task.CommentDto
public class CommentDto
- extends LinkableDto
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentDto
public CommentDto()
getId
public String getId()
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getTime
public Date getTime()
setTime
public void setTime(Date time)
getTaskId
public String getTaskId()
setTaskId
public void setTaskId(String taskId)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
fromComment
public static CommentDto fromComment(Comment comment)
Copyright © 2016 camunda services GmbH. All rights reserved.