@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class CommentDtoAllOf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_REMOVAL_TIME |
static String |
SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_TASK_ID |
static String |
SERIALIZED_NAME_TIME |
static String |
SERIALIZED_NAME_USER_ID |
Constructor and Description |
---|
CommentDtoAllOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
The id of the task comment.
|
String |
getMessage()
The content of the comment.
|
String |
getProcessInstanceId()
The id of the process instance the comment is related to.
|
Date |
getRemovalTime()
The time after which the comment should be removed by the History Cleanup job.
|
String |
getRootProcessInstanceId()
The process instance id of the root process instance that initiated the process containing the task.
|
String |
getTaskId()
The id of the task to which the comment belongs.
|
Date |
getTime()
The time when the comment was created.
|
String |
getUserId()
The id of the user who created the comment.
|
int |
hashCode() |
CommentDtoAllOf |
id(String id) |
CommentDtoAllOf |
message(String message) |
CommentDtoAllOf |
processInstanceId(String processInstanceId) |
CommentDtoAllOf |
removalTime(Date removalTime) |
CommentDtoAllOf |
rootProcessInstanceId(String rootProcessInstanceId) |
void |
setId(String id) |
void |
setMessage(String message) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setRemovalTime(Date removalTime) |
void |
setRootProcessInstanceId(String rootProcessInstanceId) |
void |
setTaskId(String taskId) |
void |
setTime(Date time) |
void |
setUserId(String userId) |
CommentDtoAllOf |
taskId(String taskId) |
CommentDtoAllOf |
time(Date time) |
String |
toString() |
CommentDtoAllOf |
userId(String userId) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_TASK_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_TIME
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_REMOVAL_TIME
public static final String SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
public CommentDtoAllOf id(String id)
public void setId(String id)
public CommentDtoAllOf userId(String userId)
@Nullable public String getUserId()
public void setUserId(String userId)
public CommentDtoAllOf taskId(String taskId)
@Nullable public String getTaskId()
public void setTaskId(String taskId)
public CommentDtoAllOf processInstanceId(String processInstanceId)
@Nullable public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public CommentDtoAllOf time(Date time)
@Nullable public Date getTime()
public void setTime(Date time)
public CommentDtoAllOf message(String message)
public void setMessage(String message)
public CommentDtoAllOf removalTime(Date removalTime)
@Nullable public Date getRemovalTime()
public void setRemovalTime(Date removalTime)
public CommentDtoAllOf rootProcessInstanceId(String rootProcessInstanceId)
@Nullable public String getRootProcessInstanceId()
public void setRootProcessInstanceId(String rootProcessInstanceId)
Copyright © 2022. All rights reserved.